*** empty log message ***
authorhanda <handa>
Thu, 28 Apr 2005 02:03:50 +0000 (02:03 +0000)
committerhanda <handa>
Thu, 28 Apr 2005 02:03:50 +0000 (02:03 +0000)
ChangeLog
configure.ac
example/.cvsignore
example/ChangeLog

index c69f389..1b2158e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-04-28  Kenichi Handa  <handa@m17n.org>
+
+       * configure.ac: Check the availability of libXaw.
+
 2005-04-27  Kenichi Handa  <handa@m17n.org>
 
        * configure.ac: Check libthat at first and if that fail check
index 22b10b6..9233c9d 100644 (file)
@@ -45,6 +45,8 @@ AC_HEADER_DIRENT
 AC_HEADER_TIME
 AC_CHECK_HEADERS([fcntl.h langinfo.h limits.h locale.h stdlib.h \
                          string.h strings.h sys/time.h unistd.h])
+AC_CHECK_HEADER(X11/Xaw/Command.h, XAW_LD_FLAGS=-lXaw)
+AC_SUBST(XAW_LD_FLAGS)
 
 dnl Checks for typedefs, structures, and compiler characteristics.
 AC_C_CONST
index 4737409..146a158 100644 (file)
@@ -1,10 +1,10 @@
 *.lo
 *.la
-mconv
-mdate
-mdump
-medit
-mview
+m17n-conv
+m17n-date
+m17n-dump
+m17n-edit
+m17n-view
 a.out
 stamp-h*
 config.h
index 533449b..966fd6a 100644 (file)
@@ -1,3 +1,13 @@
+2005-04-28  Kenichi Handa  <handa@m17n.org>
+
+       * Makefile.am (X_LD_FLAGS): Include @XAW_LD_FLAGS@, not -lXaw.
+
+       * medit.c: Check HAVE_X11_XAW_COMMAND_H, and if it not defined,
+       add dummy code.
+
+       * mview.c: Check HAVE_X11_XAW_COMMAND_H, and if it not defined,
+       add dummy code.
+
 2005-04-15  Kenichi Handa  <handa@m17n.org>
 
        * medit.c: Include dlfcn.h.