Skip to content

Commit

Permalink
Fix help message of bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémi Denis-Courmont committed Mar 23, 2008
1 parent c64913e commit 6583881
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6583881

Please sign in to comment.