into shiny.ad.hartbrothers.com:C:/ntp/ntp-dev-quiet-reconf
bk: 4cec5708444xk2_AAl-RnKmfnc7mNw
dnl AC_ARG_PROGRAM
AC_PREREQ([2.53])
+# Expose a cross-compilation indicator to makefiles
+AM_CONDITIONAL(SNTP_CROSSCOMPILE, test $build != $host)
+
+dnl check these early to avoid autoconf warnings
+AC_AIX
+AC_MINIX
+
# Checks for programs.
- AC_PROG_CC
+ AM_PROG_CC_C_O
+ AC_PROG_CPP
# AC_PROG_CC_STDC has two functions. It attempts to find a compiler
# capable of C99, or failing that, for C89. CC is set afterward with