diff options
author | Yang Tse <yangsita@gmail.com> | 2009-06-11 17:46:12 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-06-11 17:46:12 +0000 |
commit | e592da5a59f92e531f69eba142bfaa5515e17845 (patch) | |
tree | 58dd59dd2023c07650d843fb2f8e39f441e233fd /ares/buildconf | |
parent | 2c93f889fd6ce7a0a133f51b519eeaf6f000eac8 (diff) |
when running automake copy missing files instead of symlinking them
Diffstat (limited to 'ares/buildconf')
-rwxr-xr-x | ares/buildconf | 2 |
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 |