aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
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 845f276..7717f28 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -32,8 +32,8 @@ fi
if test -n "$MY_AMDIRS"; then
for d in $MY_AMDIRS ; do
- echo "(cd $d ; $AUTOMAKE -a)"
- (cd $d ; $AUTOMAKE -a)
+ echo "(cd $d ; $AUTOMAKE -a -c)"
+ (cd $d ; $AUTOMAKE -a -c)
done
fi