jfclere 01/06/07 09:58:09
Modified: jk/src/native README.configure
Log:
Add explanations how to use the configure things out of a checked out
CVS version.
Revision Changes Path
1.2 +9 -0 jakarta-tomcat-connectors/jk/src/native/README.configure
Index: README.configure
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/jk/src/native/README.configure,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- README.configure 2001/06/05 07:55:52 1.1
+++ README.configure 2001/06/07 16:58:04 1.2
@@ -1,4 +1,13 @@
+ Building from the cvs tree: (for develloppers only).
+ -----------------------------------
+ When using a cvs tree buildconf.sh must be run before configure.
+ The today version of buildconf.sh build the following files:
+ libtool files in scripts/build/unix (should copy them?).
+ Makefile.in from Makefile.am
+ aclocal.m4 from different m4 files located in the local machine.
+ configure from configure.in and aclocal.m4.
+
Installation
------------