From 926bf83b82fff29173eec3c1ffc11dbcac47b561 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 20 Jul 2006 16:53:35 +0000 Subject: [PATCH] * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'. --- ChangeLog | 4 ++++ gnulib-tool | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2e6125060..3bcc9f5e3 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 73da2e507..abc3e5242 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. -- 2.11.0