From: Paul Eggert Date: Thu, 20 Jul 2006 16:53:35 +0000 (+0000) Subject: * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=926bf83b82fff29173eec3c1ffc11dbcac47b561;p=pspp * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'. --- diff --git a/ChangeLog b/ChangeLog index 2e61250602..3bcc9f5e38 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-07-20 Paul Eggert + + * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'. + 2006-07-20 Bruno Haible * gnulib-tool: Recognize new option --assume-autoconf. diff --git a/gnulib-tool b/gnulib-tool index 73da2e5075..abc3e5242e 100755 --- 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 @@ 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.