summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-07-14 18:16:19 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-07-14 18:16:19 +0000
commitccfe0e10d1b31ac7cb242b48e10356d69472e387 (patch)
tree5499f934fa780709bc07e22d6ef37422a195d6bc /buildconf
parent1320bf58be0a8eb572baa7458dbed37663c85982 (diff)
downloadlibapr-ccfe0e10d1b31ac7cb242b48e10356d69472e387.tar.gz
Allow APR to build without Apache. buildconf builds the configure scripts
for APR and MM. Config.guess and Config.sub have been moved to helpers/ git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60373 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf3
1 files changed, 3 insertions, 0 deletions
diff --git a/buildconf b/buildconf
new file mode 100755
index 000000000..06ef374b0
--- /dev/null
+++ b/buildconf
@@ -0,0 +1,3 @@
+autoconf;autoheader
+
+(cd shmem/unix/mm && autoconf)