when running automake copy missing files instead of symlinking them
authorYang Tse <yangsita@gmail.com>
Thu, 11 Jun 2009 17:46:12 +0000 (17:46 +0000)
committerYang Tse <yangsita@gmail.com>
Thu, 11 Jun 2009 17:46:12 +0000 (17:46 +0000)
buildconf

index 4e49b3e..f290a41 100755 (executable)
--- 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