blob: 4bd86a3dd68aee6484d21ab833e41add7cde4822 [file] [log] [blame]
AC_MSG_CHECKING(for target platform)
PLATFORM=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`
case "$PLATFORM" in
*beos*)
OS="beos";;
*)
OS="unix";;
esac
OS_DIR=os/$OS
AC_MSG_RESULT($OS)
APACHE_FAST_OUTPUT($OS_DIR/Makefile)