From 1ff624fc6094788e8e928df51091bdba347bae83 Mon Sep 17 00:00:00 2001 From: miker Date: Thu, 6 Nov 2008 20:44:08 +0000 Subject: [PATCH] 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 --- README | 2 +- autogen.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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} -- 2.11.0