]> granicus.if.org Git - apache/commitdiff
call aclocal before autoconf for srclib/pcre (required for PCRE-5.0)
authorBrian Pane <brianp@apache.org>
Thu, 25 Nov 2004 23:44:47 +0000 (23:44 +0000)
committerBrian Pane <brianp@apache.org>
Thu, 25 Nov 2004 23:44:47 +0000 (23:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106622 13f79535-47bb-0310-9956-ffa450edef68

buildconf

index 1850e340b7102683fb541354df6a8781e716cab6..0e490a9625de9d144cc6a67058aa0a74ce3eadd1 100755 (executable)
--- a/buildconf
+++ b/buildconf
@@ -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