stas 02/04/30 00:17:26
Modified: . INSTALL Changes
Log:
- update install notes regarding testing
Revision Changes Path
1.4 +9 -0 httpd-apreq/INSTALL
Index: INSTALL
===================================================================
RCS file: /home/cvs/httpd-apreq/INSTALL,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- INSTALL 5 Apr 2002 19:44:20 -0000 1.3
+++ INSTALL 30 Apr 2002 07:17:26 -0000 1.4
@@ -7,6 +7,15 @@
routines that can be called by your application Makefile to find the
include and linker arguments.
+If the test suite doesn't find your httpd, you should help it to find it.
+If your httpd is built as DSO:
+
+ perl Makefile.PL -apxs /path/to/apache/bin/apxs
+
+If your httpd is static:
+
+ perl Makefile.PL -httpd /path/to/apache/bin/httpd
+
To build libapreq without the Makefile.PL, run:
./configure [--with-apache-includes=DIR] && make
1.40 +4 -0 httpd-apreq/Changes
Index: Changes
===================================================================
RCS file: /home/cvs/httpd-apreq/Changes,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- Changes 20 Feb 2002 01:26:49 -0000 1.39
+++ Changes 30 Apr 2002 07:17:26 -0000 1.40
@@ -2,6 +2,10 @@
=over 4
+=item 1.01
+
+add a basic test suite [Stas Bekman]
+
=item 1.0 - February 21, 2002
update to Apache Software License, Version 1.1