Provide a default for --tests-base.
authorBruno Haible <bruno@clisp.org>
Mon, 19 Sep 2005 20:51:45 +0000 (20:51 +0000)
committerBruno Haible <bruno@clisp.org>
Mon, 19 Sep 2005 20:51:45 +0000 (20:51 +0000)
ChangeLog
gnulib-tool

index 36134e2c78943722c51206885abaddda418c46c0..172d828ad41f528ae3f41a2c3ee28d036d2922d3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-09-19  Bruno Haible  <bruno@clisp.org>
+
+       * gnulib-tool (import): Provide default for --tests-base.
+
 2005-09-19  Jim Meyering  <jim@meyering.net>
 
        * modules/pathmax (License): Change to LGPL.
index 30212e39959fc3f284fc8a91f154bc4fefdb337c..963bace5d4d03fa3616cc98f6b2dc56aba8e8cf0 100755 (executable)
@@ -22,7 +22,7 @@
 
 progname=$0
 package=gnulib
-cvsdatestamp='$Date: 2005-09-19 15:33:19 $'
+cvsdatestamp='$Date: 2005-09-19 20:51:45 $'
 last_checkin_date=`echo "$cvsdatestamp" | sed -e 's,^\$[D]ate: ,,'`
 version=`echo "$last_checkin_date" | sed -e 's/ .*$//' -e 's,/,-,g'`
 
@@ -1618,6 +1618,7 @@ case $mode in
         # First use of gnulib in the given m4base.
         test -n "$supplied_libname" || supplied_libname=true
         test -n "$sourcebase" || sourcebase="lib"
+        test -n "$testsbase" || testsbase="tests"
         test -n "$macro_prefix" || macro_prefix="gl"
       fi
       func_import "$*"
@@ -1656,6 +1657,7 @@ case $mode in
         test -n "$supplied_libname" || supplied_libname=true
         test -n "$sourcebase" || sourcebase="lib"
         m4base="m4"
+        test -n "$testsbase" || testsbase="tests"
         test -n "$macro_prefix" || macro_prefix="gl"
         func_import "$*"
       else