From: Yang Tse Date: Thu, 11 Jun 2009 17:46:12 +0000 (+0000) Subject: when running automake copy missing files instead of symlinking them X-Git-Tag: curl-7_19_6~133 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e592da5a59f92e531f69eba142bfaa5515e17845;p=thirdparty%2Fcurl.git when running automake copy missing files instead of symlinking them --- diff --git a/ares/buildconf b/ares/buildconf index 4e49b3ee15..f290a41acd 100755 --- a/ares/buildconf +++ b/ares/buildconf @@ -42,4 +42,4 @@ ${libtoolize} --copy --automake --force ${ACLOCAL:-aclocal} -I m4 $ACLOCAL_FLAGS ${AUTOHEADER:-autoheader} ${AUTOCONF:-autoconf} -${AUTOMAKE:-automake} --add-missing +${AUTOMAKE:-automake} --add-missing --copy