projects
/
dana
/
cg-glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d98a9c3
)
minor fixup
author
Tim Janik
<timj@src.gnome.org>
Tue, 8 Sep 1998 09:24:31 +0000
(09:24 +0000)
committer
Tim Janik
<timj@src.gnome.org>
Tue, 8 Sep 1998 09:24:31 +0000
(09:24 +0000)
autogen.sh
patch
|
blob
|
history
diff --git
a/autogen.sh
b/autogen.sh
index 06b9ab1948617a4019ae0c9fe67611db08f514d2..55db69f5a61e106c79a6f27a85d6012a77b0d3f8 100755
(executable)
--- 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