+2005-09-01 Bruno Haible <bruno@clisp.org>
+
+ * gnulib-tool (import): In the first-use case, provide defaults.
+
2005-09-01 Bruno Haible <bruno@clisp.org>
* gnulib-tool (func_import): Remove the .tmp files.
progname=$0
package=gnulib
-cvsdatestamp='$Date: 2005-09-01 12:18:03 $'
+cvsdatestamp='$Date: 2005-09-01 12:28:32 $'
last_checkin_date=`echo "$cvsdatestamp" | sed -e 's,^\$[D]ate: ,,'`
version=`echo "$last_checkin_date" | sed -e 's/ .*$//' -e 's,/,-,g'`
if test $m4dirs_count = 0; then
# First use of gnulib in a package.
# Any number of additional modules can be given.
+ test -n "$supplied_libname" || supplied_libname=true
+ test -n "$sourcebase" || sourcebase="lib"
m4base="m4"
+ test -n "$macro_prefix" || macro_prefix="gl"
func_import "$*"
else
if test $m4dirs_count = 1; then