summaryrefslogtreecommitdiff
path: root/buildconf
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
commite8e01acc8e7235e6524aa3d04f197a0b1e3ccebf (patch)
tree76dfa1300dccf733983b07f29458b954d7d5611a /buildconf
parent1bbfcc09cade5737f47df9c1df04c29945f72503 (diff)
downloadc-ares-e8e01acc8e7235e6524aa3d04f197a0b1e3ccebf.tar.gz
c-ares-e8e01acc8e7235e6524aa3d04f197a0b1e3ccebf.tar.bz2
c-ares-e8e01acc8e7235e6524aa3d04f197a0b1e3ccebf.zip
when running automake copy missing files instead of symlinking them
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildconf b/buildconf
index 4e49b3e..f290a41 100755
--- a/buildconf
+++ b/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