From 606719f819f2f0dbc09385137c3fc2769f432ceb Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Wed, 15 May 2002 16:47:09 +0000 Subject: Enable autoconf/autoheader to be redefined by users. Submitted by: Joe Orton git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63400 13f79535-47bb-0310-9956-ffa450edef68 --- buildconf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'buildconf') diff --git a/buildconf b/buildconf index 506b02ac6..be13d7468 100755 --- a/buildconf +++ b/buildconf @@ -98,13 +98,13 @@ rm -f aclocal.m4 # Generate the autoconf header and ./configure # echo "Creating include/arch/unix/apr_private.h.in ..." -autoheader +${AUTOHEADER:-autoheader} echo "Creating configure ..." ### do some work to toss config.cache? -autoconf +${AUTOCONF:-autoconf} # Remove autoconf 2.5x's cache directory -rm -rf autom4te.cache +rm -rf autom4te*.cache exit 0 -- cgit v1.2.1