upload http
[bottlenecks.git] / rubbos / app / httpd-2.0.64 / os / config.m4
1 AC_MSG_CHECKING(for target platform)
2
3 case $host in
4 *beos*)
5   OS="beos"
6   OS_DIR=$OS
7   ;;
8 *pc-os2_emx*)
9   OS="os2"
10   OS_DIR=$OS
11   ;;
12 bs2000*)
13   OS="unix"
14   OS_DIR=bs2000  # only the OS_DIR is platform specific.
15   ;;
16 *cygwin*)
17   OS="cygwin"
18   OS_DIR="unix"
19   ;;
20 *)
21   OS="unix"
22   OS_DIR=$OS;;
23 esac
24
25 AC_MSG_RESULT($OS)
26 APACHE_FAST_OUTPUT(os/$OS_DIR/Makefile)