You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by br...@apache.org on 2004/11/26 00:44:49 UTC

svn commit: r106622 - /httpd/httpd/trunk/buildconf

Author: brianp
Date: Thu Nov 25 15:44:47 2004
New Revision: 106622

URL: http://svn.apache.org/viewcvs?view=rev&rev=106622
Log:
call aclocal before autoconf for srclib/pcre (required for PCRE-5.0)
Modified:
   httpd/httpd/trunk/buildconf

Modified: httpd/httpd/trunk/buildconf
Url: http://svn.apache.org/viewcvs/httpd/httpd/trunk/buildconf?view=diff&rev=106622&p1=httpd/httpd/trunk/buildconf&r1=106621&p2=httpd/httpd/trunk/buildconf&r2=106622
==============================================================================
--- httpd/httpd/trunk/buildconf	(original)
+++ httpd/httpd/trunk/buildconf	Thu Nov 25 15:44:47 2004
@@ -85,6 +85,7 @@
 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 @@
 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