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   
Text File  |  1994-09-27  |  295b  |  11 lines

  1. # Test all of the acspecific.m4 macros. -*- TCL -*-
  2.  
  3. send_user "Checking for syntax errors in the specific tests...\n"
  4. set script {s/^AC_DEFUN(\([^,]*\).*/\1/p}
  5. set macros [exec sed -n $script $srcdir/../acspecific.m4]
  6.  
  7. foreach mac $macros {
  8.     send_user "$mac\n"
  9.     autoconf_test $mac $mac
  10. }
  11.