diff options
author | Manish Singh <yosh@src.gnome.org> | 1999-02-01 22:50:07 +0000 |
---|---|---|
committer | Manish Singh <yosh@src.gnome.org> | 1999-02-01 22:50:07 +0000 |
commit | b3184736de326209fea25126473ed108b886b9f8 (patch) | |
tree | e1172fc3b384f5445d267df1667228a3b523ee8c /autogen.sh | |
parent | 377b72968d061968e191513d49d753b394b75e5b (diff) | |
download | gtk+-b3184736de326209fea25126473ed108b886b9f8.tar.gz |
Remove autogenned files
-Yosh
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index 6a8d3b0fe0..0a622c0096 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 |