]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/autoconf.texi (Specific Compiler Characteristics):
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 5 Feb 2002 22:57:26 +0000 (22:57 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 5 Feb 2002 22:57:26 +0000 (22:57 +0000)
Describe HP-UX cc bug workaround more accurately.
* lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast to long,
not unsigned long.
* tests/semantics.at (AC_CHECK_SIZEOF): Check non-GCC
cross-compilers, too.  This undoes some of the most recent change
to this file.

ChangeLog

index 3276d64154b4c07aa31addd1b340a58aaeb80234..7bd1645c504fd10593243283cf7e39cff31ef9f1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2002-02-05  Paul Eggert  <eggert@twinsun.com>
+
+       * doc/autoconf.texi (Specific Compiler Characteristics):
+       Describe HP-UX cc bug workaround more accurately.
+       * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast to long,
+       not unsigned long.
+       * tests/semantics.at (AC_CHECK_SIZEOF): Check non-GCC
+       cross-compilers, too.  This undoes some of the most recent change
+       to this file.
+
 2002-02-05  Akim Demaille  <akim@epita.fr>
 
        * tests/Makefile.am (check_SCRIPTS): Use it, instead of WRAPPERS,