]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
(ac_exclude_list): Add exclusion for AC_C_RESTRICT.
authorJim Meyering <meyering@lucent.com>
Sat, 12 Apr 2003 20:53:49 +0000 (20:53 +0000)
committerJim Meyering <meyering@lucent.com>
Sat, 12 Apr 2003 20:53:49 +0000 (20:53 +0000)
tests/mktests.sh

index da819cb8872aeabf556db01ffd5e4c5168dc77c7..b0f551be1e78e8fab4c1b38ca780cabb95945e76 100755 (executable)
@@ -1,7 +1,7 @@
 #! /bin/sh
 
 # Build some of the Autoconf test files.
-# Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
+# Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -144,7 +144,7 @@ ac_exclude_list='^AC_ARG_VAR$
 ^(AC_TRY.*|AC_RUN_LOG)$
 ^AC_.*_IFELSE$
 ^AC_FD_CC$
-^(AC_(PROG_CC|C_CONST|C_INLINE|C_VOLATILE))$
+^(AC_(PROG_CC|C_CONST|C_INLINE|C_RESTRICT|C_VOLATILE))$
 ^AC_(CYGWIN|CYGWIN32|EMXOS2|MING32|EXEEXT|OBJEXT)$
 ^AC_PATH_XTRA$
 ^AC_SYS_RESTARTABLE_SYSCALLS$