From 60a840da2ea4cfb0ad0137aaf0a525bb84fe26a7 Mon Sep 17 00:00:00 2001 From: Brian Pane Date: Sat, 27 Nov 2004 08:19:56 +0000 Subject: removed call to aclocal for pcre (we're now able to build pcre-5.0 without it) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106693 13f79535-47bb-0310-9956-ffa450edef68 --- buildconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildconf') diff --git a/buildconf b/buildconf index 0e490a9625..83af805074 100755 --- a/buildconf +++ b/buildconf @@ -138,7 +138,7 @@ if [ -f $apr_src_dir/build/ltmain.sh ]; then fi echo rebuilding $pcre_configure -(cd srclib/pcre && ${ACLOCAL:-aclocal} && ${AUTOCONF:-autoconf}) +(cd srclib/pcre && ${AUTOCONF:-autoconf}) echo rebuilding $config_h_in rm -f $config_h_in -- cgit v1.2.1