From: miker Date: Thu, 6 Nov 2008 20:44:08 +0000 (+0000) Subject: copy automake files as needed; correcting README build instructions X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=1ff624fc6094788e8e928df51091bdba347bae83;p=OpenSRF.git copy automake files as needed; correcting README build instructions git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/rel_1_0@1491 9efc2488-bf62-4759-914b-345cdb29e865 --- diff --git a/README b/README index ab8b443..99187aa 100644 --- 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: diff --git a/autogen.sh b/autogen.sh index 1a8d53f..37dac2e 100755 --- a/autogen.sh +++ b/autogen.sh @@ -16,7 +16,7 @@ fi ${LIBTOOLIZE} --force --copy ${ACLOCAL} -${AUTOMAKE} --add-missing +${AUTOMAKE} --add-missing --copy ${AUTOCONF}