Attempt to work around another AIX 5.3, 6.1 compiler bug with include_next.
[pspp] / ChangeLog
index 2350635a227ecdc28ecbea2c0e11b9f832e15867..8c1961187de101e95326c9484499f62a22dbb7e3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2008-11-20  Bruno Haible  <bruno@clisp.org>
+
+       Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
+       * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
+       INCLUDE_NEXT.
+       * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
+       INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
+       * modules/math (Makefile.am): Substitute
+       INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
+
 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
             Bruno Haible  <bruno@clisp.org>