mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-19 04:48:37 +01:00
11 lines
295 B
Plaintext
11 lines
295 B
Plaintext
|
# 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
|
||
|
}
|