From: Paul Eggert Date: Thu, 12 Aug 2004 20:47:37 +0000 (+0000) Subject: * gnulib-tool: Add --source-base, --m4-base, --libtool options. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8da798d036ba5ce7f73e3a2ac9384d27e963daf4;p=pspp * gnulib-tool: Add --source-base, --m4-base, --libtool options. --- diff --git a/ChangeLog b/ChangeLog index 9dbd8585f4..a4739fce74 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,16 @@ 2004-08-12 Simon Josefsson + * 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 instead of "getopt.h".