aboutsummaryrefslogtreecommitdiff
path: root/ares
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-06-11 17:46:12 +0000
committerYang Tse <yangsita@gmail.com>2009-06-11 17:46:12 +0000
commite592da5a59f92e531f69eba142bfaa5515e17845 (patch)
tree58dd59dd2023c07650d843fb2f8e39f441e233fd /ares
parent2c93f889fd6ce7a0a133f51b519eeaf6f000eac8 (diff)
when running automake copy missing files instead of symlinking them
Diffstat (limited to 'ares')
-rwxr-xr-xares/buildconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/ares/buildconf b/ares/buildconf
index 4e49b3ee1..f290a41ac 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