From 8107b90678edcccfc03482cabf29493c8f38d5c7 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 1 Sep 2005 21:41:35 +0000 Subject: [PATCH] use -c to automake to copy the new files --- buildconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4