From 394fe1edb6e998f9ff26fe9a223c989b261ceebe Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 12 Apr 2003 20:53:49 +0000 Subject: [PATCH] (ac_exclude_list): Add exclusion for AC_C_RESTRICT. --- tests/mktests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/mktests.sh b/tests/mktests.sh index da819cb88..b0f551be1 100755 --- a/tests/mktests.sh +++ b/tests/mktests.sh @@ -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$ -- 2.47.3