]> git.sesse.net Git - vlc/commitdiff
Fix help message of bootstrap
authorRémi Denis-Courmont <rem@videolan.org>
Sun, 23 Mar 2008 19:30:28 +0000 (21:30 +0200)
committerRémi Denis-Courmont <rem@videolan.org>
Sun, 23 Mar 2008 19:30:28 +0000 (21:30 +0200)
bootstrap

index 785481638723074a16421ae0d3667fdbc0361d75..9ba0109c8a1014d38d3684d2ec8fad8fbd9a0ab9 100755 (executable)
--- 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