diff gnulib-tool @ 6262:bef30dac846f

Provide a default for --tests-base.
author Bruno Haible <bruno@clisp.org>
date Mon, 19 Sep 2005 20:51:45 +0000
parents 2c772fe1e1d0
children 9750529a8cf5
line wrap: on
line diff
--- a/gnulib-tool	Mon Sep 19 17:44:57 2005 +0000
+++ b/gnulib-tool	Mon Sep 19 20:51:45 2005 +0000
@@ -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 @@
         # 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 @@
         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