changeset 6995:9399237a75b5

* gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
author Paul Eggert <eggert@cs.ucla.edu>
date Thu, 20 Jul 2006 16:53:35 +0000
parents 3484a8772427
children a0ccff1f7d50
files ChangeLog gnulib-tool
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- a/gnulib-tool
+++ b/gnulib-tool
@@ -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 @@
 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.