This branch is the big one that merges all the ntp folks' changes
Conflicts:
configure.in
prefix="/usr/local"
fi
-case "$host_os" in
-
- osf5*)
- CFLAGS="$CFLAGS -D_OSF_SOURCE"
- ;;
-esac
+dnl Try and get a full POSIX environment on obscure systems
+ifdef([AC_USE_SYSTEM_EXTENSIONS], [
+AC_USE_SYSTEM_EXTENSIONS
+], [
+AC_AIX
+AC_GNU_SOURCE
+AC_MINIX
+])
+
+ AC_CANONICAL_BUILD
+ AC_CANONICAL_HOST
+ dnl the 'build' machine is where we run configure and compile
+ dnl the 'host' machine is where the resulting stuff runs.
+
++#case "$host_os" in
++#
++# osf5*)
++# CFLAGS="$CFLAGS -D_OSF_SOURCE"
++# ;;
++#esac
+
dnl Checks for programs.
AC_PROG_CC
AC_PROG_INSTALL