From: Paul Eggert Date: Fri, 20 Aug 2004 07:01:28 +0000 (+0000) Subject: * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C), X-Git-Tag: AUTOCONF-2.59c~649 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4f7aabdf10a6e2ff2c56d0ee9b534c92debf0ec;p=thirdparty%2Fautoconf.git * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C), AC_C_LONG_DOUBLE): Undo 2004-06-04 change. --- diff --git a/ChangeLog b/ChangeLog index eb38ace41..60d0d126e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2004-08-19 Paul Eggert + * 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 + . + More fixes to support spaces in the name of the build directory. This isn't a complete fix but it's an improvement.