From: Brian Pane Date: Sat, 27 Nov 2004 08:19:56 +0000 (+0000) Subject: removed call to aclocal for pcre (we're now able to build pcre-5.0 without it) X-Git-Tag: 2.1.2~118 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=60a840da2ea4cfb0ad0137aaf0a525bb84fe26a7;p=apache 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 --- 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