From 6583881be61b296b48c3e0c52b49d1a8859029a7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sun, 23 Mar 2008 21:30:28 +0200 Subject: [PATCH 1/1] Fix help message of bootstrap --- bootstrap | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.39.2