From 6caac03c93f3c0657a9487ee175b2779eae0f747 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sun, 29 Jul 2007 14:58:21 +0000 Subject: Changes from arch/CVS synchronization --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 98004862c..564e18c27 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,24 @@ 2007-07-29 Ludovic Courtès + Added Gnulib support. + + * autogen.sh: Run `gnulib-tool --update'. + + * Makefile.am (SUBDIRS): Added `lib'. + (ACLOCAL_AMFLAGS): Added `-I m4'. + + * NEWS: Comply with Automake's `check-news' option, i.e., have + the last "Changes in" line appear within the first 15 lines. + Mention use of Gnulib. + * configure.in: Use `build-aux' as `AC_CONFIG_AUX_DIR', and `m4' as `AC_CONFIG_MACRO_DIR'. Use Automake's `gnu' and `check-news' options. + Require Autoconf 2.59. Invoke `gl_EARLY' and `gl_INIT', don't + run `AC_AIX', `AC_ISC_POSIX' and `AC_MINIX' since they are + implied by `gl_EARLY'. Don't look for and + `strncasecmp'. Don't invoke `AC_FUNC_ALLOCA'. Produce + `lib/Makefile'. 2007-07-25 Ludovic Courtès -- cgit v1.2.1