summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorTim Janik <timj@src.gnome.org>1998-09-08 09:24:31 +0000
committerTim Janik <timj@src.gnome.org>1998-09-08 09:24:31 +0000
commit163fe54793c6ec9f550d6c17236619356b91dbc0 (patch)
tree1a831cc5392e572c07a15a982987d7f107f39304 /autogen.sh
parentd98a9c326ac124a87f9a0f78e34095cd14314d5f (diff)
minor fixup
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 06b9ab194..55db69f5a 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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