Fix broken ordering.

SVN revision: 5537
This commit is contained in:
Tom Gilbert 2001-10-20 13:46:26 +00:00
parent 64a736ce7a
commit 0e9b9a0e78
1 changed files with 3 additions and 3 deletions

View File

@ -20,11 +20,11 @@ cd "$srcdir"
DIE=0
set -x
autoheader
libtoolize --ltdl --force --copy
aclocal
automake --foreign --add-missing
libtoolize --ltdl --force --copy
autoconf
autoheader
automake --foreign --add-missing
if test -z "$*"; then
echo "I am going to run ./configure with no arguments - if you wish "