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
commitb3184736de326209fea25126473ed108b886b9f8 (patch)
treee1172fc3b384f5445d267df1667228a3b523ee8c /autogen.sh
parent377b72968d061968e191513d49d753b394b75e5b (diff)
downloadgdk-pixbuf-b3184736de326209fea25126473ed108b886b9f8.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