minor fixup
authorTim Janik <timj@src.gnome.org>
Tue, 8 Sep 1998 09:24:31 +0000 (09:24 +0000)
committerTim Janik <timj@src.gnome.org>
Tue, 8 Sep 1998 09:24:31 +0000 (09:24 +0000)
autogen.sh

index 06b9ab1..55db69f 100755 (executable)
@@ -50,11 +50,13 @@ case $CC in
 esac
 
 aclocal $ACLOCAL_FLAGS
-automake $am_opt
-autoconf
+
 # optionally feature autoheader
 (autoheader --version)  < /dev/null > /dev/null 2>&1 && autoheader
 
+automake $am_opt
+autoconf
+
 ./configure "$@"
 
 echo