From: Daniel Stenberg Date: Thu, 1 Sep 2005 21:41:35 +0000 (+0000) Subject: use -c to automake to copy the new files X-Git-Tag: upstream/7.37.1~10936 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8107b90678edcccfc03482cabf29493c8f38d5c7;p=platform%2Fupstream%2Fcurl.git use -c to automake to copy the new files --- diff --git a/buildconf b/buildconf index f7b00bf..dbe9524 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