Return-Path: Delivered-To: apmail-httpd-test-cvs-archive@httpd.apache.org Received: (qmail 49801 invoked by uid 500); 23 Jul 2002 17:40:02 -0000 Mailing-List: contact test-cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: test-dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list test-cvs@httpd.apache.org Received: (qmail 49773 invoked from network); 23 Jul 2002 17:40:01 -0000 Date: 23 Jul 2002 17:40:01 -0000 Message-ID: <20020723174001.71209.qmail@icarus.apache.org> From: jerenkrantz@apache.org To: httpd-test-cvs@apache.org Subject: cvs commit: httpd-test/flood buildconf X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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