Initialize supplied_libname. Tweak usage message.
authorBruno Haible <bruno@clisp.org>
Fri, 15 Oct 2004 14:58:04 +0000 (14:58 +0000)
committerBruno Haible <bruno@clisp.org>
Fri, 15 Oct 2004 14:58:04 +0000 (14:58 +0000)
ChangeLog
gnulib-tool

index c7f7911d2902733fb6d34139e7125041c3ac397b..07efc13157d6f15a700f2d917730e11d5a1b41f9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 2004-10-15  Bruno Haible  <bruno@clisp.org>
 
-       * gnulib-tool: Untabify.
+       * gnulib-tool: Untabify. Initialize supplied_libname.
+       (func_usage): More homogenous output.
 
 2004-10-11  Bruno Haible  <bruno@clisp.org>
 
index a8bc552e86785aa9cb07f31941b08382a6b441d7..f6cfde3cc6ff0ff1c89c66b3480c718ef7d81cb7 100755 (executable)
@@ -22,7 +22,7 @@
 
 progname=$0
 package=gnulib
-cvsdatestamp='$Date: 2004-10-15 14:49:59 $'
+cvsdatestamp='$Date: 2004-10-15 14:58:04 $'
 last_checkin_date=`echo "$cvsdatestamp" | sed -e 's,^\$[D]ate: ,,'`
 version=`echo "$last_checkin_date" | sed -e 's/ .*$//' -e 's,/,-,g'`
 
@@ -43,7 +43,7 @@ func_usage ()
 {
   echo "\
 Usage: gnulib-tool --list
-       gnulib-tool --import [MODULE...]
+       gnulib-tool --import [module1 ... moduleN]
        gnulib-tool --create-testdir --dir=directory module1 ... moduleN
        gnulib-tool --create-megatestdir --dir=directory [module1 ... moduleN]
        gnulib-tool --test --dir=directory module1 ... moduleN
@@ -79,7 +79,7 @@ Operation modes:
 
 Options:
       --dir=DIRECTORY       specify the target directory
-                            For --import, this specify where your
+                            For --import, this specifies where your
                             configure.ac can be found.  Defaults to current
                             directory.
       --lib=LIBRARY         Specify the library name.  Defaults to 'libgnu'.
@@ -131,6 +131,7 @@ func_fatal_error ()
   mode=
   destdir=
   libname=libgnu
+  supplied_libname=
   sourcebase=
   m4base=
   libtool=