+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.
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'`
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.