]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C),
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 20 Aug 2004 07:01:28 +0000 (07:01 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 20 Aug 2004 07:01:28 +0000 (07:01 +0000)
AC_C_LONG_DOUBLE): Undo 2004-06-04 change.

ChangeLog

index eb38ace4124e7e8a83c1135a04c5aacdc631b2dc..60d0d126e25dc0f7d288b822cc9458535466570e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
 
+       * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C),
+       AC_C_LONG_DOUBLE): Undo 2004-06-04 change, as it didn't work with
+       HP-UX 11.23 cc/aCC or Tru64 4.0 cc.  Problem reported by Noah Misch in
+       <http://lists.gnu.org/archive/html/autoconf/2004-07/msg00004.html>.
+
        More fixes to support spaces in the name of the build directory.
        This isn't a complete fix but it's an improvement.