From c6b9cc45c1f244fc10c9b13a7feb3b94a52d1eef Mon Sep 17 00:00:00 2001 From: Manoj Kasichainula Date: Mon, 29 Nov 1999 23:47:33 +0000 Subject: 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 --- os/config.m4 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 os/config.m4 (limited to 'os/config.m4') 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) -- cgit v1.2.3