X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/5253ea1dcb59177969a5c8b144bef4d3e84ee3fe..061cde1074b33e70d8d8d611a3806282f3e2c299:/autogen.sh diff --git a/autogen.sh b/autogen.sh index 255a4d75ba..48e6d19c69 100755 --- a/autogen.sh +++ b/autogen.sh @@ -194,7 +194,7 @@ this script. If you know that the required versions are in your PATH, but this script has made an error, then you can simply run -autoreconf -i -I m4 +autoreconf -fi -I m4 instead of this script. @@ -204,18 +204,19 @@ EOF exit 1 fi -echo "Your system has the required tools, running autoreconf..." +echo 'Your system has the required tools.' +echo "Running 'autoreconf -fi -I m4' ..." ## Let autoreconf figure out what, if anything, needs doing. ## Use autoreconf's -f option in case autoreconf itself has changed. -autoreconf -f -i -I m4 || exit $? +autoreconf -fi -I m4 || exit $? ## Create a timestamp, so that './autogen.sh; make' doesn't ## cause 'make' to needlessly run 'autoheader'. echo timestamp > src/stamp-h.in || exit -echo "You can now run \`./configure'." +echo "You can now run './configure'." exit 0