diff options
author | Brian Pane <brianp@apache.org> | 2004-11-26 00:44:47 +0100 |
---|---|---|
committer | Brian Pane <brianp@apache.org> | 2004-11-26 00:44:47 +0100 |
commit | 1f4be0474b71ee3b0650a70811d4e9563d0dbdb0 (patch) | |
tree | 952673ca52e8313daa68fc9656ed4b59957be3a8 | |
parent | * modules/ssl/ssl_engine_mutex.c (ssl_mutex_on, ssl_mutex_off): (diff) | |
download | apache2-1f4be0474b71ee3b0650a70811d4e9563d0dbdb0.tar.xz apache2-1f4be0474b71ee3b0650a70811d4e9563d0dbdb0.zip |
call aclocal before autoconf for srclib/pcre (required for PCRE-5.0)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106622 13f79535-47bb-0310-9956-ffa450edef68
-rwxr-xr-x | buildconf | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -85,6 +85,7 @@ fi touch .deps rm -f aclocal.m4 rm -f generated_lists +rm -f srclib/pcre/aclocal.m4 # Remove autoconf 2.5x cache directories rm -rf autom4te*.cache srclib/pcre/autom4te*.cache @@ -137,7 +138,7 @@ if [ -f $apr_src_dir/build/ltmain.sh ]; then fi echo rebuilding $pcre_configure -(cd srclib/pcre && ${AUTOCONF:-autoconf}) +(cd srclib/pcre && ${ACLOCAL:-aclocal} && ${AUTOCONF:-autoconf}) echo rebuilding $config_h_in rm -f $config_h_in |