*** empty log message ***
authorhanda <handa>
Mon, 5 Sep 2005 00:33:15 +0000 (00:33 +0000)
committerhanda <handa>
Mon, 5 Sep 2005 00:33:15 +0000 (00:33 +0000)
ChangeLog
example/ChangeLog
src/ChangeLog

index 067b8bd..a56a7f1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2005-09-05  Kenichi Handa  <handa@m17n.org>
+
+       * bootstrap.sh: Call automake with -a -c. 
+
+       * configure.ac: Add AM_MAINTAINER_MODE.
+       (X11_LD_FLAGS): New variable.
+       (--with-gd): New AC_ARG_WITH.
+       (HAVE_FRIBIDI_CONFIG): Fix typo for testing it.
+
 2005-09-01  Kenichi Handa  <handa@m17n.org>
 
        * configure.ac (CONFIG_FLAGS): Setup this variable and AC_SUBST it.
 2005-09-01  Kenichi Handa  <handa@m17n.org>
 
        * configure.ac (CONFIG_FLAGS): Setup this variable and AC_SUBST it.
index fb50516..ca6f67f 100644 (file)
@@ -1,3 +1,10 @@
+2005-09-05  Kenichi Handa  <handa@m17n.org>
+
+       * Makefile.am (X_LD_FLAGS): Use @X11_LD_FLAGS@ instead of
+       directory listing libraries.
+       (PURIFY, purify_medit, purify_mdate): Define them in maintainer
+       mode.
+
 2005-08-22  Kenichi Handa  <handa@m17n.org>
 
        * mdump.c: Don't include config.h.
 2005-08-22  Kenichi Handa  <handa@m17n.org>
 
        * mdump.c: Don't include config.h.
index 6836132..21e3060 100644 (file)
@@ -1,3 +1,14 @@
+2005-09-05  Kenichi Handa  <handa@m17n.org>
+
+       * m17n-gd.c (device_open): Define it even if HAVE_GD nor
+       HAVE_FREETYPE are defined.
+
+       * m17n-X.c: Check HAVE_X11.
+
+       * Makefile.am (X_LD_FLAGS): Use @X11_LD_FLAGS@ instead of
+       directory listing libraries.
+       (noinst_PROGRAMS): Define it only in maintainer mode.
+
 2005-09-02  Kenichi Handa  <handa@m17n.org>
 
        * m17n-gui.h (mdraw_line_break_option): Extern it.
 2005-09-02  Kenichi Handa  <handa@m17n.org>
 
        * m17n-gui.h (mdraw_line_break_option): Extern it.