From: Bruno Haible Date: Mon, 19 Sep 2005 20:51:45 +0000 (+0000) Subject: Provide a default for --tests-base. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=964716786ca510f51ecbc5d2134eeb149005a2bb;p=pspp Provide a default for --tests-base. --- diff --git a/ChangeLog b/ChangeLog index 36134e2c78..172d828ad4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-09-19 Bruno Haible + + * gnulib-tool (import): Provide default for --tests-base. + 2005-09-19 Jim Meyering * modules/pathmax (License): Change to LGPL. diff --git a/gnulib-tool b/gnulib-tool index 30212e3995..963bace5d4 100755 --- a/gnulib-tool +++ b/gnulib-tool @@ -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