]> granicus.if.org Git - curl/commitdiff
use -c to automake to copy the new files
authorDaniel Stenberg <daniel@haxx.se>
Thu, 1 Sep 2005 21:41:35 +0000 (21:41 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 1 Sep 2005 21:41:35 +0000 (21:41 +0000)
buildconf

index f7b00bfa4f1d23960f589e50e8f558b9cebecca2..dbe9524e53fbb81b10fa81347fe93fc8ff43b5a4 100755 (executable)
--- 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