summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--INSTALL2
-rwxr-xr-xautobuild.sh5
2 files changed, 2 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index 4359d7a8..321cec4d 100644
--- a/INSTALL
+++ b/INSTALL
@@ -54,7 +54,7 @@ run it with "aethyra". By default all files are installed to /usr/local, you can
pass a different prefix to configure as usual.
NOTE: if the autobuild.sh fails
- 1.) ./autogen.sh
+ 1.) autoreconf -i
2.) ./configure
3.) make
4.) su -c "make install"
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"