[open-ils-commits] r14148 - trunk (miker)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Sep 24 10:40:13 EDT 2009


Author: miker
Date: 2009-09-24 10:40:11 -0400 (Thu, 24 Sep 2009)
New Revision: 14148

Modified:
   trunk/autogen.sh
Log:
copy missing autotools files instead of linking to installed versions -- one less step in the release process!

Modified: trunk/autogen.sh
===================================================================
--- trunk/autogen.sh	2009-09-24 14:38:22 UTC (rev 14147)
+++ trunk/autogen.sh	2009-09-24 14:40:11 UTC (rev 14148)
@@ -10,7 +10,7 @@
 
 ${LIBTOOLIZE} --force --copy
 ${ACLOCAL}
-${AUTOMAKE} --add-missing
+${AUTOMAKE} --add-missing --copy
 
 
 ${AUTOCONF}



More information about the open-ils-commits mailing list