]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
AIX 5 changes from Petter Reinholdtsen <pere@hungry.com>
authorHarlan Stenn <stenn@ntp.org>
Wed, 16 Apr 2003 07:06:14 +0000 (03:06 -0400)
committerHarlan Stenn <stenn@ntp.org>
Wed, 16 Apr 2003 07:06:14 +0000 (03:06 -0400)
bk: 3e9d00e6butoIqTMMIRbHnYAVxYubw

configure.in

index 57195d53a6939ebd706aeb803cd77f9afee0a395..c029bea76dbfa27c72a24c450d8abeac2b9e547f 100644 (file)
@@ -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*)