[Opensrf-commits] r1491 - branches/rel_1_0

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Nov 6 15:44:13 EST 2008


Author: miker
Date: 2008-11-06 15:44:08 -0500 (Thu, 06 Nov 2008)
New Revision: 1491

Modified:
   branches/rel_1_0/README
   branches/rel_1_0/autogen.sh
Log:
copy automake files as needed; correcting README build instructions

Modified: branches/rel_1_0/README
===================================================================
--- branches/rel_1_0/README	2008-11-06 02:09:43 UTC (rev 1490)
+++ branches/rel_1_0/README	2008-11-06 20:44:08 UTC (rev 1491)
@@ -28,7 +28,7 @@
 into system directories). Issue the following commands to configure and
 build OpenSRF:
 
-./configure --with-prefix=/openils --with-sysconfdir=/openils/conf
+./configure --prefix=/openils --sysconfdir=/openils/conf
 make
 
 Installation instructions:

Modified: branches/rel_1_0/autogen.sh
===================================================================
--- branches/rel_1_0/autogen.sh	2008-11-06 02:09:43 UTC (rev 1490)
+++ branches/rel_1_0/autogen.sh	2008-11-06 20:44:08 UTC (rev 1491)
@@ -16,7 +16,7 @@
 
 ${LIBTOOLIZE} --force --copy
 ${ACLOCAL}
-${AUTOMAKE} --add-missing
+${AUTOMAKE} --add-missing --copy
 
 
 ${AUTOCONF}



More information about the opensrf-commits mailing list