[Opensrf-commits] r1464 - trunk

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


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

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

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



More information about the opensrf-commits mailing list