summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorManish Singh <yosh@src.gnome.org>1999-01-31 20:29:09 +0000
committerManish Singh <yosh@src.gnome.org>1999-01-31 20:29:09 +0000
commite4489fad963546dcb1866dfcaa3ba9d6ef2effe5 (patch)
tree98b9fba4a2ff789315954b0034fc1c807c83dc24 /autogen.sh
parent1432d70585c3df297a9f29e6f5515a3666c5a2b6 (diff)
downloadglib-e4489fad963546dcb1866dfcaa3ba9d6ef2effe5.tar.gz
Removed autogened files, add -a to automake
-Yosh
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index e56df4f95..4783a8317 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -59,11 +59,11 @@ aclocal $ACLOCAL_FLAGS
# optionally feature autoheader
(autoheader --version) < /dev/null > /dev/null 2>&1 && autoheader
-automake $am_opt
+automake -a $am_opt
autoconf
cd $ORIGDIR
-$srcdir/configure "$@"
+$srcdir/configure --enable-maintainer-mode "$@"
echo
echo "Now type 'make' to compile $PROJECT."