* gnulib-tool: Add --source-base, --m4-base, --libtool options.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 12 Aug 2004 20:47:37 +0000 (20:47 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 12 Aug 2004 20:47:37 +0000 (20:47 +0000)
ChangeLog

index 9dbd8585f467f67970d0382951eaba372bc33ec2..a4739fce7459368f6dbef02cc3a4787b2bacbea4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,16 @@
 
 2004-08-12  Simon Josefsson  <jas@extundo.com>
 
+       * gnulib-tool: Add --source-base, --m4-base, --libtool options.
+       Change default library name from libfoo to libgnu.
+       Now, if you have a configure.ac that says:
+               gl_SOURCE_BASE(gl)
+               gl_M4_BASE(gl/m4)
+               gl_MODULES(error getopt etcetera)
+               gl_INIT
+       you can import all you need by running:
+               ../gnulib/gnulib-tool --import
+
        * modules/getopt (Files): Rename getopt.h to getopt_.h.
        (Makefile.am): Rewrite, use logic from argz.
        (Include): Use <getopt.h> instead of "getopt.h".