config.m4 revision 6ca0e6973c8176100f4a426444823ae5e777e28f
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_FAST_OUTPUT(os/$OS/Makefile)