diff options
author | Justin Erenkrantz <jerenkrantz@apache.org> | 2001-08-01 22:49:05 +0200 |
---|---|---|
committer | Justin Erenkrantz <jerenkrantz@apache.org> | 2001-08-01 22:49:05 +0200 |
commit | 47a0b25b5c947e5b4e7646c2df76115b2c7e2e47 (patch) | |
tree | d80ac1d70ffa956490a8776511742543e0f3ea32 /buildconf | |
parent | This patch fixes more untold breakage than you can shake a stick at. (diff) | |
download | apache2-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-x | buildconf | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 } |