]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Fix autoconf warnings about AC_AIX/AC_MINIX.
authorMatthias Andree <matthias.andree@gmx.de>
Sat, 11 Jan 2003 00:09:48 +0000 (01:09 +0100)
committerMatthias Andree <matthias.andree@gmx.de>
Sat, 11 Jan 2003 00:09:48 +0000 (01:09 +0100)
bk: 3e1f60cc00x5vkdYe88epYhwfboU4Q

configure.in

index 228971b157027cecfddf970d3b2700e971fb5892..cad805cbb77229163c3c67c5636e5746fd1df148 100644 (file)
@@ -16,6 +16,10 @@ ac_cv_var_ripe_ncc_ok=no
 dnl Grab any initial CFLAGS so we can pick better defaults.
 iCFLAGS="$CFLAGS"
 
+dnl check these early to avoid autoconf warnings
+AC_AIX
+AC_MINIX
+
 dnl  we need to check for cross compile tools for vxWorks here
 AC_PROG_CC
 AC_PROG_CC_STDC
@@ -172,8 +176,6 @@ AC_SUBST(LDFLAGS)dnl
 
 AC_PROG_LN_S
 AC_PROG_GCC_TRADITIONAL
-AC_AIX
-AC_MINIX
 AC_ISC_POSIX
 AC_PROG_RANLIB
 AC_PATH_PROG(PATH_SH, sh)