need to copy automake files instead of linking
authormiker <miker@9efc2488-bf62-4759-914b-345cdb29e865>
Fri, 17 Oct 2008 16:44:46 +0000 (16:44 +0000)
committermiker <miker@9efc2488-bf62-4759-914b-345cdb29e865>
Fri, 17 Oct 2008 16:44:46 +0000 (16:44 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1464 9efc2488-bf62-4759-914b-345cdb29e865

autogen.sh

index 1a8d53f..37dac2e 100755 (executable)
@@ -16,7 +16,7 @@ fi
 
 ${LIBTOOLIZE} --force --copy
 ${ACLOCAL}
-${AUTOMAKE} --add-missing
+${AUTOMAKE} --add-missing --copy
 
 
 ${AUTOCONF}