jerenkrantz 2002/07/23 10:40:01
Modified: flood buildconf
Log:
Update to use AUTOCONF variable if present
Revision Changes Path
1.4 +1 -1 httpd-test/flood/buildconf
Index: buildconf
===================================================================
RCS file: /home/cvs/httpd-test/flood/buildconf,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- buildconf 25 Mar 2002 22:23:08 -0000 1.3
+++ buildconf 23 Jul 2002 17:40:01 -0000 1.4
@@ -1,5 +1,5 @@
#!/bin/sh
-autoconf
+${AUTOCONF:-autoconf}
if [ -d ./apr ] ; then
cd apr