From: David MacKenzie Date: Tue, 22 Mar 1994 23:30:53 +0000 (+0000) Subject: Mention AC_SIZEOF_TYPE. X-Git-Tag: fsf-origin~767 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f081e7b21ec1722acc23d90ae1aa8a373edd10f;p=thirdparty%2Fautoconf.git Mention AC_SIZEOF_TYPE. --- diff --git a/NEWS b/NEWS index 76fc83746..639b29634 100644 --- a/NEWS +++ b/NEWS @@ -4,7 +4,7 @@ Major changes in release 1.8: AC_PROG_CXX, AC_PROG_CXXCPP, AC_REQUIRE_CPP for checking both C++ and C features in one configure script. * New macros AC_CHECKING, AC_VERBOSE, AC_WARN, AC_ERROR for printing messages. -* New macros AC_FIND_XTRA, AC_MMAP. +* New macros AC_FIND_XTRA, AC_MMAP, AC_SIZEOF_TYPE. * AC_FIND_X looks for X in more places. * AC_PROG_INSTALL defaults to install.sh instead of cp, if it's in srcdir. install.sh is distributed with Autoconf.