summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2007-07-29 14:58:21 +0000
committerLudovic Courtès <ludo@gnu.org>2007-07-29 14:58:21 +0000
commit6caac03c93f3c0657a9487ee175b2779eae0f747 (patch)
tree6ce7faaa1aac04c3a283ada14f00f32df266c327 /ChangeLog
parentf6b4d9b42eeabd38068bf18ae612c20c723b5368 (diff)
downloadguile-6caac03c93f3c0657a9487ee175b2779eae0f747.tar.gz
Changes from arch/CVS synchronization
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 98004862c..564e18c27 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,24 @@
2007-07-29 Ludovic Courtès <ludo@gnu.org>
+ 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 <strings.h> and
+ `strncasecmp'. Don't invoke `AC_FUNC_ALLOCA'. Produce
+ `lib/Makefile'.
2007-07-25 Ludovic Courtès <ludo@gnu.org>