copy automake files as needed; correcting README build instructions
authormiker <miker@9efc2488-bf62-4759-914b-345cdb29e865>
Thu, 6 Nov 2008 20:44:08 +0000 (20:44 +0000)
committermiker <miker@9efc2488-bf62-4759-914b-345cdb29e865>
Thu, 6 Nov 2008 20:44:08 +0000 (20:44 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/rel_1_0@1491 9efc2488-bf62-4759-914b-345cdb29e865

README
autogen.sh

diff --git a/README b/README
index ab8b443..99187aa 100644 (file)
--- a/README
+++ b/README
@@ -28,7 +28,7 @@ directory (with the exception of the Perl modules, which are installed
 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:
index 1a8d53f..37dac2e 100755 (executable)
@@ -16,7 +16,7 @@ fi
 
 ${LIBTOOLIZE} --force --copy
 ${ACLOCAL}
-${AUTOMAKE} --add-missing
+${AUTOMAKE} --add-missing --copy
 
 
 ${AUTOCONF}