diff options
-rw-r--r-- | INSTALL | 2 | ||||
-rwxr-xr-x | autobuild.sh | 5 |
2 files changed, 2 insertions, 5 deletions
@@ -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" |