buildtools/legacy/autoconf/testsuite/autoconf.s/syntax.exp
Ingo Weinhold c62c4a49d7 Copying autoconf 2.13 into the legacy part of the trunk.
git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@15332 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-12-05 13:23:14 +00:00

11 lines
295 B
Tcl

# 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
}