From fb953b28cecf44db0ce83aff474cc4c0645c034a Mon Sep 17 00:00:00 2001 From: handa Date: Mon, 5 Sep 2005 00:33:15 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 9 +++++++++ example/ChangeLog | 7 +++++++ src/ChangeLog | 11 +++++++++++ 3 files changed, 27 insertions(+) diff --git a/ChangeLog b/ChangeLog index 067b8bd..a56a7f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2005-09-05 Kenichi Handa + + * 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 * configure.ac (CONFIG_FLAGS): Setup this variable and AC_SUBST it. diff --git a/example/ChangeLog b/example/ChangeLog index fb50516..ca6f67f 100644 --- a/example/ChangeLog +++ b/example/ChangeLog @@ -1,3 +1,10 @@ +2005-09-05 Kenichi Handa + + * 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 * mdump.c: Don't include config.h. diff --git a/src/ChangeLog b/src/ChangeLog index 6836132..21e3060 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,14 @@ +2005-09-05 Kenichi Handa + + * 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 * m17n-gui.h (mdraw_line_break_option): Extern it. -- 1.7.10.4