mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-19 04:48:37 +01:00
c62c4a49d7
git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@15332 a95241bf-73f2-0310-859d-f6bbb57e9c96
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
|
|
}
|