Commit 6583881b authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix help message of bootstrap

parent c64913ed
...@@ -9,8 +9,7 @@ ...@@ -9,8 +9,7 @@
if test "$#" != "0"; then if test "$#" != "0"; then
echo "Usage: $0" echo "Usage: $0"
echo " Calls automake, autoconf, autoheader, autopoint and other auto* to generate" echo " Calls autoreconf to generate m4 macros and prepare Makefiles."
echo " m4 macros and prepare Makefiles."
exit 1 exit 1
fi fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment