summaryrefslogtreecommitdiff
path: root/autobuild.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autobuild.sh')
-rwxr-xr-xautobuild.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/autobuild.sh b/autobuild.sh
index d15bd853..7ebbeaad 100755
--- a/autobuild.sh
+++ b/autobuild.sh
@@ -10,10 +10,7 @@ echo "Generating build information using aclocal, autoheader, automake and autoc
echo
# Regerate configuration files
-aclocal
-autoheader
-automake --gnu --add-missing --copy
-autoconf
+autoreconf -i
echo
echo "Now you are ready to run ./configure"