buildtools/legacy/autoconf/testsuite/autoconf.s/syntax.exp

11 lines
295 B
Plaintext
Raw Normal View History

# Test all of the acspecific.m4 macros. -*- TCL -*-
send_user "Checking for syntax errors in the specific tests...\n"
set script {s/^AC_DEFUN(\([^,]*\).*/\1/p}
set macros [exec sed -n $script $srcdir/../acspecific.m4]
foreach mac $macros {
send_user "$mac\n"
autoconf_test $mac $mac
}