frexpl: Update regarding AIX.
authorBruno Haible <bruno@clisp.org>
Fri, 30 Jul 2010 18:42:38 +0000 (20:42 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 30 Jul 2010 18:42:38 +0000 (20:42 +0200)
ChangeLog
m4/frexpl.m4

index 7acebd9e9f12ea8cc952a43c924a9ca7515a9382..424e209539c1fd3a17e3fb42b5d8fade0b22f735 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-07-30  Bruno Haible  <bruno@clisp.org>
+
+       frexpl: Update regarding AIX.
+       * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): When cross-compiling, guess yes
+       on AIX 7.
+       Reported by Rainer Tammer.
+
 2010-07-30  Bruno Haible  <bruno@clisp.org>
 
        open, fopen: Update regarding AIX.
index e05678c61a72fb13c3bc938e9d775e79236df300..513c12fdb1780c0e2f2fae84bf04c21ed198f344 100644 (file)
@@ -1,4 +1,4 @@
-# frexpl.m4 serial 10
+# frexpl.m4 serial 11
 dnl Copyright (C) 2007-2010 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -179,11 +179,14 @@ int main()
   }
   return 0;
 }], [gl_cv_func_frexpl_works=yes], [gl_cv_func_frexpl_works=no],
-      [case "$host_os" in
-         aix* | beos* | darwin* | irix* | mingw* | pw*)
+      [
+changequote(,)dnl
+       case "$host_os" in
+         aix | aix[3-6]* | beos* | darwin* | irix* | mingw* | pw*)
             gl_cv_func_frexpl_works="guessing no";;
          *) gl_cv_func_frexpl_works="guessing yes";;
        esac
+changequote([,])dnl
       ])
     ])
 ])