]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* NEWS: Mention the new macro.
authorJim Meyering <meyering@lucent.com>
Sat, 12 Apr 2003 20:55:15 +0000 (20:55 +0000)
committerJim Meyering <meyering@lucent.com>
Sat, 12 Apr 2003 20:55:15 +0000 (20:55 +0000)
* lib/autoconf/c.m4 (AC_C_RESTRICT): New macro.
* doc/autoconf.texi (C Compiler): Describe AC_C_RESTRICT.
* tests/c.at: Test AC_C_RESTRICT.
* tests/mktests.sh (ac_exclude_list): Add exclusion for AC_C_RESTRICT.

ChangeLog

index f5f02ab3a9902046bafc89a2b244200bade1c5b0..4836d4868af1dade4f805dfd39ac275875d226f2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2003-04-12  Jim Meyering  <jim@meyering.net>
+
+       * NEWS: Mention the new macro.
+       * lib/autoconf/c.m4 (AC_C_RESTRICT): New macro.
+       * doc/autoconf.texi (C Compiler): Describe AC_C_RESTRICT.
+       * tests/c.at: Test AC_C_RESTRICT.
+       * tests/mktests.sh (ac_exclude_list): Add exclusion for AC_C_RESTRICT.
+
 2003-04-08  Akim Demaille  <akim@epita.fr>
 
        * bin/ifnames.in: Skip C++ comments.