source: trunk/essentials/sys-devel/autoconf-2.13/testsuite/autoconf.s/syntax.exp

Last change on this file was 3157, checked in by bird, 18 years ago

autoconf 2.13

File size: 295 bytes
Line 
1# Test all of the acspecific.m4 macros. -*- TCL -*-
2
3send_user "Checking for syntax errors in the specific tests...\n"
4set script {s/^AC_DEFUN(\([^,]*\).*/\1/p}
5set macros [exec sed -n $script $srcdir/../acspecific.m4]
6
7foreach mac $macros {
8 send_user "$mac\n"
9 autoconf_test $mac $mac
10}
Note: See TracBrowser for help on using the repository browser.