]> granicus.if.org Git - apache/blob - os/config.m4
Update copyright to 2001
[apache] / os / config.m4
1 AC_MSG_CHECKING(for target platform)
2
3 #PLATFORM=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`
4 PLATFORM=$host
5
6 case "$PLATFORM" in
7 *beos*)
8   OS="beos"
9   OS_DIR=$OS
10   ;;
11 *pc-os2_emx*)
12   OS="os2"
13   OS_DIR=$OS
14   ;;
15 bs2000*)
16   OS="unix"
17   OS_DIR=bs2000  # only the OS_DIR is platform specific.
18   ;;
19 *)
20   OS="unix"
21   OS_DIR=$OS;;
22 esac
23
24 AC_MSG_RESULT($OS)
25 APACHE_FAST_OUTPUT(os/$OS_DIR/Makefile)