From: Bruno Haible Date: Fri, 15 Oct 2004 15:43:58 +0000 (+0000) Subject: Initialize opt_lgpl. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4dfec714c928a4519c945c5e37d3a38783ec5ba;p=pspp Initialize opt_lgpl. --- diff --git a/ChangeLog b/ChangeLog index a925976f0e..92c625eb07 100644 --- 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. diff --git a/gnulib-tool b/gnulib-tool index a55cfdcad8..9654c631f9 100755 --- a/gnulib-tool +++ b/gnulib-tool @@ -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