]> granicus.if.org Git - apache/blob - os/config.m4
Get rid of some stuff and a few small tweaks.
[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 LIBPRE=lib
6
7 case "$PLATFORM" in
8 *beos*)
9   OS="beos"
10   OS_DIR=$OS
11   ;;
12 *pc-os2_emx*)
13   LIBPRE=""
14   OS="os2"
15   OS_DIR=$OS
16   ;;
17 bs2000*)
18   OS="unix"
19   OS_DIR=bs2000  # only the OS_DIR is platform specific.
20   ;;
21 *)
22   OS="unix"
23   OS_DIR=$OS;;
24 esac
25
26 AC_MSG_RESULT($OS)
27 APACHE_FAST_OUTPUT(os/$OS_DIR/Makefile)