summaryrefslogtreecommitdiffstats
path: root/os/config.m4
blob: 750f9b0183b30ac0bd47384e5db1bfaef6750bbd (plain)
1
2
3
4
5
6
7
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)