]> Pileus Git - ~andy/gtk/commitdiff
minor fixup
authorTim Janik <timj@src.gnome.org>
Tue, 8 Sep 1998 09:24:22 +0000 (09:24 +0000)
committerTim Janik <timj@src.gnome.org>
Tue, 8 Sep 1998 09:24:22 +0000 (09:24 +0000)
autogen.sh

index 2f48d79b4add729acdc480d68a1154f50428264e..8be840c55ef0d0d99c5ccb82915528410a99da76 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