From: Paul Eggert Date: Sun, 30 Sep 2001 15:18:47 +0000 (+0000) Subject: * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): X-Git-Tag: AUTOCONF-2.52f~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a95c118164cc595beb46efe11d1b01f6ef28318;p=thirdparty%2Fautoconf.git * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Report an error if the size cannot be determined even though the type exists. * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE): Check for `expr' arithmetic overflow, and for compilation failure, and invoke a new argument $4 if either is discovered. This makes _AC_COMPUTE_INT_COMPILE more like _AC_COMPUTE_INT_RUN. (_AC_COMPUTE_INT): Pass IF-FAILS arg to _AC_COMPUTE_INT_COMPILE. --- diff --git a/ChangeLog b/ChangeLog index 63949b8eb..c1ecd3210 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2001-09-30 Paul Eggert + + * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): + Report an error if the size cannot be determined even though + the type exists. + * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE): + Check for `expr' arithmetic overflow, and for compilation failure, + and invoke a new argument $4 if either is discovered. + This makes _AC_COMPUTE_INT_COMPILE more like _AC_COMPUTE_INT_RUN. + (_AC_COMPUTE_INT): Pass IF-FAILS arg to _AC_COMPUTE_INT_COMPILE. + 2001-09-28 Akim Demaille * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: New.