home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Gadgets 1
/
ADE-1.bin
/
ade-dist
/
autoconf-2.10-base.tgz
/
autoconf-2.10.tar
/
fsf
/
autoconf
/
testsuite
/
autoconf.s
/
syntax.exp
< prev
Wrap
Text File
|
1994-09-27
|
295b
|
11 lines
# 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
}