From: Harlan Stenn Date: Wed, 16 Apr 2003 07:06:14 +0000 (-0400) Subject: AIX 5 changes from Petter Reinholdtsen X-Git-Tag: NTP_4_1_1C_RC2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ff5b55fa9e463b36e5368ca0f568a3f4845a1ab;p=thirdparty%2Fntp.git AIX 5 changes from Petter Reinholdtsen bk: 3e9d00e6butoIqTMMIRbHnYAVxYubw --- diff --git a/configure.in b/configure.in index 57195d53a..c029bea76 100644 --- a/configure.in +++ b/configure.in @@ -575,7 +575,7 @@ case "$host" in ;; esac case "$host" in - *-*-aix4*) + *-*-aix[[45]]*) # (prr) aix 4.1 doesn't have clock_settime, but in aix 4.3 it's a stub # (returning ENOSYS). I didn't check 4.2. If, in the future, # IBM pulls its thumbs out long enough to implement clock_settime, @@ -618,7 +618,7 @@ case "$host" in esac AC_CHECK_FUNCS(mktime) case "$host" in - *-*-aix4*) + *-*-aix[[45]]*) # Just a stub. Idiots. ;; *-*-irix[[45]]*) @@ -653,7 +653,7 @@ case "$ac_cv_func_mrand48" in *) AC_REPLACE_FUNCS(random) ;; esac case "$host" in - *-*-aix4*) + *-*-aix[[45]]*) # Just a stub in AIX 4. Idiots. ;; *-*-solaris2.5*) @@ -673,7 +673,7 @@ AC_CHECK_FUNCS(sigvec sigset sigsuspend stime strchr sysconf sysctl) AC_CHECK_FUNCS(snprintf strdup strerror strstr) AC_CHECK_FUNCS(timegm) case "$host" in - *-*-aix4*) + *-*-aix[[45]]*) # Just stubs. Idiots. ;; *-*-netbsd*) @@ -1165,7 +1165,7 @@ case "$ac_cv_hdr_def_sigpoll" in *-sni-sysv*) ans=no ;; - *-*-aix4*) + *-*-aix[[45]]*) ans=no ;; *-*-hpux*) @@ -1216,7 +1216,7 @@ case "$ac_cv_hdr_def_sigpoll" in *-sni-sysv*) ans=no ;; - *-*-aix4*) + *-*-aix[[45]]*) ans=no ;; *-*-hpux*) @@ -2723,7 +2723,7 @@ AC_CACHE_CHECK(if adjtime is accurate, ac_cv_var_adjtime_is_accurate, *-fujitsu-uxp*) ans=yes ;; - *-ibm-aix4*) + *-ibm-aix[[45]]*) ans=yes ;; *-*-linux*) @@ -2760,7 +2760,7 @@ case "$host" in *-hp-hpux*) ans=old_tick ;; - *-ibm-aix[[34]]*) + *-ibm-aix[[345]]*) ans=no ;; *-*-mpeix*) @@ -3186,7 +3186,7 @@ AC_CACHE_CHECK(if we want UDP wildcard delivery, ac_cv_var_udp_wildcard_delivery *-*-aix3.2*) ans=yes ;; - *-*-aix4*) + *-*-aix[[45]]*) ans=yes ;; *-*-bsdi*)