From: Eric Blake Date: Sun, 20 Nov 2005 09:14:51 +0000 (+0000) Subject: * bootstrap (--help): Provide some help. X-Git-Tag: release-2-1b~391 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c689cdac6c0923b46fb3311dddec83ba1e29a64e;p=thirdparty%2Flibtool.git * bootstrap (--help): Provide some help. --- diff --git a/ChangeLog b/ChangeLog index ca9381db7..a8285ddd8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-11-20 Eric Blake , + Ralf Wildenhues + + * bootstrap (--help): Provide some help. + 2005-11-20 Todd Vierling , Thorsten Glaser diff --git a/bootstrap b/bootstrap index d3de30687..05ee7bee6 100755 --- a/bootstrap +++ b/bootstrap @@ -37,6 +37,19 @@ export SHELL : ${MAKEINFO=makeinfo} : ${WORKING_LIBOBJ_SUPPORT=false} +case $1 in +--help|-h*) + cat < 2.59) and automake (> 1.9.6). +EOF + exit + ;; +esac + test -f ./configure.ac || { echo "bootstrap: can't find ./configure.ac, please rerun from top_srcdir" exit 1