From 6033a19dcb843462797dca3182a25bb89bfc002d Mon Sep 17 00:00:00 2001 From: Ira Rice Date: Tue, 20 Jan 2009 23:54:56 -0700 Subject: Repaired autobuild script. Signed-off-by: Ira Rice --- INSTALL | 2 +- autobuild.sh | 5 +---- 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" -- cgit v1.2.3-70-g09d2