]> granicus.if.org Git - apache/commitdiff
Build APR, too.
authorBen Laurie <ben@apache.org>
Sun, 19 Dec 1999 16:36:19 +0000 (16:36 +0000)
committerBen Laurie <ben@apache.org>
Sun, 19 Dec 1999 16:36:19 +0000 (16:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84318 13f79535-47bb-0310-9956-ffa450edef68

buildconf

index 123c717a22b4df1af6da50e4c81664f905fe35c5..14d8a61ea1578e40ce67c1650bb5eb3dab1b4dc5 100755 (executable)
--- a/buildconf
+++ b/buildconf
@@ -105,3 +105,28 @@ else
     echo "buildconf: created or modified configure"
 fi
 
+# Now do APR...
+
+echo "buildconf: setting up APR"
+
+cd lib/apr
+
+mv configure configure.old 2>/dev/null
+autoconf
+if cmp configure.old configure > /dev/null 2>&1; then
+    echo "buildconf: keeping configure"
+    mv configure.old configure
+else
+    echo "buildconf: created or modified configure"
+fi
+
+cd ../..
+
+# Now run the configs...
+
+rm config.cache
+./configure
+
+cd lib/apr
+rm config.cache
+./configure