Tweak error message about missing --doc-base.
authorBruno Haible <bruno@clisp.org>
Sat, 29 Jul 2006 15:56:45 +0000 (15:56 +0000)
committerBruno Haible <bruno@clisp.org>
Sat, 29 Jul 2006 15:56:45 +0000 (15:56 +0000)
gnulib-tool

index daa149c254e1957c6a81d5fb1260a01efa9c0699..98365e9025adb88a527d89d5d31dda4941558ed7 100755 (executable)
@@ -22,7 +22,7 @@
 
 progname=$0
 package=gnulib
-cvsdatestamp='$Date: 2006-07-29 13:29:02 $'
+cvsdatestamp='$Date: 2006-07-29 15:56:45 $'
 last_checkin_date=`echo "$cvsdatestamp" | sed -e 's,^\$[D]ate: ,,'`
 version=`echo "$last_checkin_date" | sed -e 's/ .*$//' -e 's,/,-,g'`
 
@@ -1096,7 +1096,7 @@ func_import ()
   if test -z "$docbase"; then
     docbase="$cached_docbase"
     if test -z "$docbase"; then
-      func_fatal_error "missing --doc-base option. --doc-base has been introduced on 2006-07-11; if your last invocation of 'gnulib-tool --update' is before that date, you need to run 'gnulib-tool --update' once, with a --doc-base option."
+      func_fatal_error "missing --doc-base option. --doc-base has been introduced on 2006-07-11; if your last invocation of 'gnulib-tool --import' is before that date, you need to run 'gnulib-tool --import' once, with a --doc-base option."
     fi
   fi
   # The testsbase defaults to the cached one.