* gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 20 Jul 2006 16:53:35 +0000 (16:53 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 20 Jul 2006 16:53:35 +0000 (16:53 +0000)
ChangeLog
gnulib-tool

index 2e612506028819a96b1b876e938f058cf0324cb8..3bcc9f5e38a1c698ca51d7ba28ac9aceabcbfceb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
+
 2006-07-20  Bruno Haible  <bruno@clisp.org>
 
        * gnulib-tool: Recognize new option --assume-autoconf.
index 73da2e5075972f1be92911b5a5ecb8552edc4ab3..abc3e5242e162b7845a3743717ac7d48f49eac27 100755 (executable)
@@ -22,7 +22,7 @@
 
 progname=$0
 package=gnulib
-cvsdatestamp='$Date: 2006-07-20 14:51:57 $'
+cvsdatestamp='$Date: 2006-07-20 16:53:35 $'
 last_checkin_date=`echo "$cvsdatestamp" | sed -e 's,^\$[D]ate: ,,'`
 version=`echo "$last_checkin_date" | sed -e 's/ .*$//' -e 's,/,-,g'`
 
@@ -103,6 +103,8 @@ Operation modes:
 Options:
       --assume-autoconf=VERSION
                             Assume a given autoconf version (or newer).
+                            If VERSION is 'latest-stable', assume the latest
+                            stable version.
       --avoid=MODULE        Avoid including the given MODULE. Useful if you
                             have code that provides equivalent functionality.
                             This option can be repeated.