Initialize opt_lgpl.
authorBruno Haible <bruno@clisp.org>
Fri, 15 Oct 2004 15:43:58 +0000 (15:43 +0000)
committerBruno Haible <bruno@clisp.org>
Fri, 15 Oct 2004 15:43:58 +0000 (15:43 +0000)
ChangeLog
gnulib-tool

index a925976f0e964b22b80b6b33ae1f30938a6ca99f..92c625eb0747d8e26a776535d9b0b0ab72282c3d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,7 +6,7 @@
        functions.
        (func_import): New function, extracted from big case statement. Use
        func_get_license, func_modules_transitive_closure,
-       func_modules_to_filelist.
+       func_modules_to_filelist. Initialize opt_lgpl.
        (func_create_testdir): Use func_modules_transitive_closure,
        func_modules_to_filelist.
 
index a55cfdcad8a51acf58eb14b673915a4cad3e8248..9654c631f969953a0980a8d5df19a0851c37a3ba 100755 (executable)
@@ -22,7 +22,7 @@
 
 progname=$0
 package=gnulib
-cvsdatestamp='$Date: 2004-10-15 15:40:45 $'
+cvsdatestamp='$Date: 2004-10-15 15:43:58 $'
 last_checkin_date=`echo "$cvsdatestamp" | sed -e 's,^\$[D]ate: ,,'`
 version=`echo "$last_checkin_date" | sed -e 's/ .*$//' -e 's,/,-,g'`
 
@@ -464,6 +464,7 @@ func_import ()
   if test -n "$libtool"; then
     opt_libtool="--libtool"
   fi
+  opt_lgpl=
   if test -n "$lgpl"; then
     opt_lgpl="--lgpl"
   fi