mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-30 11:01:45 +08:00
11 lines
295 B
Tcl
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
|
|
}
|