jon 01/05/11 21:42:34
Modified: connectors README.txt
Added: connectors buildconf.sh
Removed: connectors configure
Log:
added configure notes
removed configure and added a buildconf.sh. you shouldn't check configure
scripts into cvs pier.
Revision Changes Path
1.3 +8 -3 jakarta-tomcat-4.0/connectors/README.txt
Index: README.txt
===================================================================
RCS file: /home/cvs/jakarta-tomcat-4.0/connectors/README.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- README.txt 2001/05/10 21:15:10 1.2
+++ README.txt 2001/05/12 04:42:31 1.3
@@ -27,6 +27,11 @@
Configuration:
--------------
-Simply issue a "./configure --help" to see all the supported AutoConf parameters.
-APR is required and must be compiled and installed before trying to compile the
-library. APR can be found at http://apr.apache.org/
+If you are building this from CVS, you will need to first execute
+./buildconf.sh to build the "configure" script. This assumes that you have
+autoconf 2.13 installed on your machine already.
+
+Simply issue a "./configure --help" to see all the supported AutoConf
+parameters. Example:
+
+./configure --with-apr=/usr/local --with-apxs
1.1 jakarta-tomcat-4.0/connectors/buildconf.sh
Index: buildconf.sh
===================================================================
#!/bin/sh
# @author Jon S. Stevens <[EMAIL PROTECTED]>
#
# This script is used to build the "configure" script from
# the "configure.in". If you check these sources out of CVS,
# you will need to execute this script first.
autoconf