summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIra Rice <irarice@gmail.com>2009-01-20 23:54:56 -0700
committerIra Rice <irarice@gmail.com>2009-01-20 23:54:56 -0700
commit6033a19dcb843462797dca3182a25bb89bfc002d (patch)
tree73c8964d9bbcaaf2fe424a9aa0d0d71c5b9b1aa5
parentca6126a4d2def180183ae86e626dd138c4a14ebe (diff)
downloadmana-client-6033a19dcb843462797dca3182a25bb89bfc002d.tar.gz
mana-client-6033a19dcb843462797dca3182a25bb89bfc002d.tar.bz2
mana-client-6033a19dcb843462797dca3182a25bb89bfc002d.tar.xz
mana-client-6033a19dcb843462797dca3182a25bb89bfc002d.zip
Repaired autobuild script.
Signed-off-by: Ira Rice <irarice@gmail.com>
-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"