+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-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-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.