summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorManish Singh <yosh@src.gnome.org>1999-02-01 22:50:07 +0000
committerManish Singh <yosh@src.gnome.org>1999-02-01 22:50:07 +0000
commitf6942aa7143b0efc05099dbe30ef41c872d9c571 (patch)
treec864cab9ad04c3ce064941e33062e50f0864534f /autogen.sh
parent4be8ffe026d5e808ce7f7e5b99e9bed8fb69c904 (diff)
downloadgdk-pixbuf-f6942aa7143b0efc05099dbe30ef41c872d9c571.tar.gz
Remove autogenned files
-Yosh
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 6a8d3b0fe..0a622c009 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -84,7 +84,7 @@ 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