X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/577c4ec0579864e6e2e243e64cc6662c9fcc8bce..f6ca84c095f29a92f5e651c7ec4f7abec7e5bc43:/autogen.sh diff --git a/autogen.sh b/autogen.sh index 03c39ee945..ce742a9c18 100755 --- a/autogen.sh +++ b/autogen.sh @@ -177,7 +177,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 m4 +autoreconf -i -I m4 instead of this script. @@ -198,7 +198,7 @@ echo "Your system has the required tools, running autoreconf..." ## Let autoreconf figure out what, if anything, needs doing. -autoreconf -I m4 || exit $? +autoreconf -i -I m4 || exit $? echo "You can now run \`./configure'."