1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2026-03-17 07:53:21 +00:00

when running automake copy missing files instead of symlinking them

This commit is contained in:
Yang Tse
2009-06-11 17:46:12 +00:00
parent 1bbfcc09ca
commit e8e01acc8e

View File

@ -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