aboutsummaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-09-01 21:41:35 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-09-01 21:41:35 +0000
commit8107b90678edcccfc03482cabf29493c8f38d5c7 (patch)
tree2aff9c83a63b736cbd63f59d13a4aaba052f1a6a /buildconf
parent7722452b980fa4c1c6bb0319d9ee92cb07cd9195 (diff)
use -c to automake to copy the new files
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildconf b/buildconf
index f7b00bfa4..dbe9524e5 100755
--- a/buildconf
+++ b/buildconf
@@ -209,7 +209,7 @@ ${LIBTOOLIZE:-libtoolize} --copy --automake --force || die "The libtool command
fi
echo "buildconf: running automake"
-${AUTOMAKE:-automake} -a || die "The automake command failed"
+${AUTOMAKE:-automake} -a -c || die "The automake command failed"
echo "buildconf: OK"
exit 0