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 f7b00bf..dbe9524 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