diff options
author | Manoj Kasichainula <manoj@apache.org> | 1999-12-20 02:44:59 +0100 |
---|---|---|
committer | Manoj Kasichainula <manoj@apache.org> | 1999-12-20 02:44:59 +0100 |
commit | 7ae5490a0015b02e7eb989bff075517647d16941 (patch) | |
tree | 4a09548c6451d32d934f8661faba54785c705612 /buildconf | |
parent | Uhm... forgot require directive... (diff) | |
download | apache2-7ae5490a0015b02e7eb989bff075517647d16941.tar.xz apache2-7ae5490a0015b02e7eb989bff075517647d16941.zip |
We need to run autoheader to compile APR.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84324 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'buildconf')
-rwxr-xr-x | buildconf | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -112,6 +112,7 @@ echo "buildconf: setting up APR" cd lib/apr mv configure configure.old 2>/dev/null +autoheader autoconf if cmp configure.old configure > /dev/null 2>&1; then echo "buildconf: keeping configure" |