changeset 5199:0bfe59a4fac8

* gnulib-tool: Add --source-base, --m4-base, --libtool options.
author Paul Eggert <eggert@cs.ucla.edu>
date Thu, 12 Aug 2004 20:47:37 +0000
parents 9317c9ebe82c
children f83a52415eec
files ChangeLog
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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".