2
0
mirror of https://github.com/curl/curl.git synced 2025-04-12 16:20:35 +08: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 2c93f889fd
commit e592da5a59

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