summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Erenkrantz <jerenkrantz@apache.org>2001-08-01 20:49:05 +0000
committerJustin Erenkrantz <jerenkrantz@apache.org>2001-08-01 20:49:05 +0000
commit47a0b25b5c947e5b4e7646c2df76115b2c7e2e47 (patch)
treed80ac1d70ffa956490a8776511742543e0f3ea32
parent203ca097b90572b96a20c14a5e80846c859d6715 (diff)
downloadhttpd-47a0b25b5c947e5b4e7646c2df76115b2c7e2e47.tar.gz
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
-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
}