From: Paul Eggert Date: Wed, 5 Jul 2006 08:34:26 +0000 (+0000) Subject: Document 'long long' change. X-Git-Tag: AUTOCONF-2.60a~41 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=698f722ed0842cb1543f06f6950ef0ffef6dbe34;p=thirdparty%2Fautoconf.git Document 'long long' change. --- diff --git a/NEWS b/NEWS index 8d301d04b..047bb031f 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,9 @@ * Major changes in Autoconf 2.60a +** AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT now require + that long long types be at least 64 bits wide, as C99 and tradition + requires. Formerly, they accepted implementations of any width. + * Major changes in Autoconf 2.60