summaryrefslogtreecommitdiffstats
path: root/os/config.m4
diff options
context:
space:
mode:
authorManoj Kasichainula <manoj@apache.org>1999-11-30 00:47:33 +0100
committerManoj Kasichainula <manoj@apache.org>1999-11-30 00:47:33 +0100
commitc6b9cc45c1f244fc10c9b13a7feb3b94a52d1eef (patch)
treeafe7354ba04d51440924c4ec08c9f7a1e1d0566b /os/config.m4
parentThe first part of the big autoconf patch. This replaces a bunch of (diff)
downloadapache2-c6b9cc45c1f244fc10c9b13a7feb3b94a52d1eef.tar.xz
apache2-c6b9cc45c1f244fc10c9b13a7feb3b94a52d1eef.zip
The second part of the big autoconf patch, which actually adds autoconf
building to the tree. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84187 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'os/config.m4')
-rw-r--r--os/config.m48
1 files changed, 8 insertions, 0 deletions
diff --git a/os/config.m4 b/os/config.m4
new file mode 100644
index 0000000000..750f9b0183
--- /dev/null
+++ b/os/config.m4
@@ -0,0 +1,8 @@
+AC_MSG_CHECKING(which OS this is)
+
+dnl ## XXX - I'm not sure, but this might not handle the non-Unix case yet
+OS=unix
+OS_DIR=os/$OS
+
+AC_MSG_RESULT([$OS])
+APACHE_OUTPUT(os/$OS/Makefile)