]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
when running automake copy missing files instead of symlinking them
authorYang Tse <yangsita@gmail.com>
Thu, 11 Jun 2009 17:46:12 +0000 (17:46 +0000)
committerYang Tse <yangsita@gmail.com>
Thu, 11 Jun 2009 17:46:12 +0000 (17:46 +0000)
ares/buildconf

index 4e49b3ee15897f0b53ce4f45eed1880af066f36a..f290a41acdf643cb980c9fa3c5ba4e021c2a842c 100755 (executable)
@@ -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