summaryrefslogtreecommitdiffstats
path: root/buildconf
diff options
context:
space:
mode:
authorJustin Erenkrantz <jerenkrantz@apache.org>2001-08-01 22:49:05 +0200
committerJustin Erenkrantz <jerenkrantz@apache.org>2001-08-01 22:49:05 +0200
commit47a0b25b5c947e5b4e7646c2df76115b2c7e2e47 (patch)
treed80ac1d70ffa956490a8776511742543e0f3ea32 /buildconf
parent This patch fixes more untold breakage than you can shake a stick at. (diff)
downloadapache2-47a0b25b5c947e5b4e7646c2df76115b2c7e2e47.tar.xz
apache2-47a0b25b5c947e5b4e7646c2df76115b2c7e2e47.zip
APR-util has renamed buildconf.sh to buildconf to match APR and httpd-2.0.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89864 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildconf b/buildconf
index 40bc21e448..6afff48007 100755
--- a/buildconf
+++ b/buildconf
@@ -109,8 +109,8 @@ echo rebuilding $apr_configure
}
echo rebuilding $aprutil_configure
-(cd srclib/apr-util && ./buildconf.sh) || {
- echo "./buildconf.sh failed for apr-util"
+(cd srclib/apr-util && ./buildconf) || {
+ echo "./buildconf failed for apr-util"
exit 1
}