From 1167e66feaddda92fc07c141fed05a6f92361107 Mon Sep 17 00:00:00 2001 From: David MacKenzie Date: Sun, 2 Oct 1994 04:09:14 +0000 Subject: [PATCH] back to AC_CHECK_TYPE --- testsuite/autoconf.s/defines.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/autoconf.s/defines.exp b/testsuite/autoconf.s/defines.exp index b07012451..44be7d80f 100644 --- a/testsuite/autoconf.s/defines.exp +++ b/testsuite/autoconf.s/defines.exp @@ -23,7 +23,7 @@ set top_srcdir "$srcdir/.." set uscript {s/^#undef[ ]*\([^ ]*\).*/\1/p} set undefs [exec sed -n $uscript $top_srcdir/acconfig.h] -set dscript {s/.*AC_DEFINE[A-Z_]*(\([^$,)]*\).*/\1/p; s/.*AC_CHECK_TYPEDEF(\([^$,)]*\).*/\1/p} +set dscript {s/.*AC_DEFINE[A-Z_]*(\([^$,)]*\).*/\1/p; s/.*AC_CHECK_TYPE(\([^$,)]*\).*/\1/p} set defines [exec sed -n $dscript $top_srcdir/acspecific.m4] send_user "Checking acspecific.m4 for definitions of symbols in acconfig.h...\n" -- 2.47.3