[vlc-devel] commit: Fix help message of bootstrap ( Rémi Denis-Courmont )

git version control git at videolan.org
Sun Mar 23 21:04:56 CET 2008


vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Sun Mar 23 21:30:28 2008 +0200| [6583881be61b296b48c3e0c52b49d1a8859029a7]

Fix help message of bootstrap

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6583881be61b296b48c3e0c52b49d1a8859029a7
---

 bootstrap |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/bootstrap b/bootstrap
index 7854816..9ba0109 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
 




More information about the vlc-devel mailing list