[Opensrf-commits] r1463 - tags/rel_1_0_0

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Oct 17 12:44:34 EDT 2008


Author: miker
Date: 2008-10-17 12:44:31 -0400 (Fri, 17 Oct 2008)
New Revision: 1463

Modified:
   tags/rel_1_0_0/autogen.sh
Log:
need to copy automake files instead of linking

Modified: tags/rel_1_0_0/autogen.sh
===================================================================
--- tags/rel_1_0_0/autogen.sh	2008-10-17 16:33:42 UTC (rev 1462)
+++ tags/rel_1_0_0/autogen.sh	2008-10-17 16:44:31 UTC (rev 1463)
@@ -16,7 +16,7 @@
 
 ${LIBTOOLIZE} --force --copy
 ${ACLOCAL}
-${AUTOMAKE} --add-missing
+${AUTOMAKE} --add-missing --copy
 
 
 ${AUTOCONF}



More information about the opensrf-commits mailing list