summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@src.gnome.org>2002-08-20 21:25:53 +0000
committerNalin Dahyabhai <nalin@src.gnome.org>2002-08-20 21:25:53 +0000
commit6fbc7fb151870b632b0d1221dbdea510b379fbc2 (patch)
tree8e4d9be3b61a415f4e6f591f839726392599c2ec
parentb35ab602d24d1ea54b0adafc5009de95d7db1523 (diff)
- run automake with -cvte_0_8_0
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 6c359f8..83e23ea 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -78,7 +78,7 @@ aclocal $ACLOCAL_FLAGS
# optionally feature autoheader
(autoheader --version) < /dev/null > /dev/null 2>&1 && autoheader
-automake -a $am_opt
+automake -a -c $am_opt
autoconf
cd $ORIGDIR