]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* tests/mktests.sh (ac_exclude_list): Exclude AC_FUNC_SETVBUF_REVERSED.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 1 Dec 2006 19:36:56 +0000 (19:36 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 1 Dec 2006 19:36:56 +0000 (19:36 +0000)
* tests/semantics.at (AC_FUNC_SETVBUF_REVERSED): New test.

ChangeLog
tests/mktests.sh
tests/semantics.at

index 7d2f9768941d96961f1c5cfb341a5a6d4ee5e91d..3214b041ddae5a4eef93a86ec1df3d7eba402194 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-12-01  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * tests/mktests.sh (ac_exclude_list): Exclude AC_FUNC_SETVBUF_REVERSED.
+       * tests/semantics.at (AC_FUNC_SETVBUF_REVERSED): New test.
+
 2006-12-01  Eric Blake  <ebb9@byu.net>
 
        * lib/autoconf/c.m4 (AC_LANG_INT_SAVE): Avoid newline, to aid in
index 845bd35147fa4c31c6f3b3b2a4175031887797fe..cc63aaf9ee009728dafcabdd8db808492941471a 100755 (executable)
@@ -118,6 +118,7 @@ ac_exclude_list='
 
        # Obsolete, checked in semantics.
        /^AC_FUNC_WAIT3$/ {next}
+       /^AC_FUNC_SETVBUF_REVERSED$/ {next}
        /^AC_SYS_RESTARTABLE_SYSCALLS$/ {next}
 
        # Not intended to be invoked at the top level.
index 3e9f699780803a8f2d94bd3d32ce8d7872857c45..304cce4c6413dfaaab3dad8e237a91e7d6544dbe 100644 (file)
@@ -566,4 +566,5 @@ AT_CLEANUP
 
 
 AT_CHECK_MACRO([AC_SYS_RESTARTABLE_SYSCALLS], , ,[-W no-obsolete])
+AT_CHECK_MACRO([AC_FUNC_SETVBUF_REVERSED], , ,[-W no-obsolete])
 AT_CHECK_MACRO([AC_FUNC_WAIT3], , ,[-W no-obsolete])