diff options
author | Brian Pane <brianp@apache.org> | 2004-11-27 09:19:56 +0100 |
---|---|---|
committer | Brian Pane <brianp@apache.org> | 2004-11-27 09:19:56 +0100 |
commit | 60a840da2ea4cfb0ad0137aaf0a525bb84fe26a7 (patch) | |
tree | dc9511acfe382cbec48622e25d65b07c632ab674 /buildconf | |
parent | Initial pass at refactoring some files to eliminate our 150K C source behemoths. (diff) | |
download | apache2-60a840da2ea4cfb0ad0137aaf0a525bb84fe26a7.tar.xz apache2-60a840da2ea4cfb0ad0137aaf0a525bb84fe26a7.zip |
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
Diffstat (limited to 'buildconf')
-rwxr-xr-x | buildconf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |