From: RĂ©mi Denis-Courmont Date: Sun, 23 Mar 2008 19:30:28 +0000 (+0200) Subject: Fix help message of bootstrap X-Git-Tag: 0.9.0-test0~1928 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=6583881be61b296b48c3e0c52b49d1a8859029a7;hp=c64913edec5e89ff57c60284ec3e0478a6368dcd;p=vlc Fix help message of bootstrap --- diff --git a/bootstrap b/bootstrap index 7854816387..9ba0109c8a 100755 --- a/bootstrap +++ b/bootstrap @@ -9,8 +9,7 @@ if test "$#" != "0"; then echo "Usage: $0" - echo " Calls automake, autoconf, autoheader, autopoint and other auto* to generate" - echo " m4 macros and prepare Makefiles." + echo " Calls autoreconf to generate m4 macros and prepare Makefiles." exit 1 fi