when running automake copy missing files instead of symlinking them

pull/1/head
Yang Tse 16 years ago
parent 1bbfcc09ca
commit e8e01acc8e
  1. 2
      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

Loading…
Cancel
Save