diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-09-01 21:41:35 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-09-01 21:41:35 +0000 |
commit | 8107b90678edcccfc03482cabf29493c8f38d5c7 (patch) | |
tree | 2aff9c83a63b736cbd63f59d13a4aaba052f1a6a /buildconf | |
parent | 7722452b980fa4c1c6bb0319d9ee92cb07cd9195 (diff) |
use -c to automake to copy the new files
Diffstat (limited to 'buildconf')
-rwxr-xr-x | buildconf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |