changeset 6262:bef30dac846f

Provide a default for --tests-base.
author Bruno Haible <bruno@clisp.org>
date Mon, 19 Sep 2005 20:51:45 +0000
parents 8794142e506a
children 9750529a8cf5
files ChangeLog gnulib-tool
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Sep 19 17:44:57 2005 +0000
+++ b/ChangeLog	Mon Sep 19 20:51:45 2005 +0000
@@ -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.
--- 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