/[autoconf]/autoconf/tests/torture.at
ViewVC logotype

Diff of /autoconf/tests/torture.at

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.14 by akim, Tue Jan 30 19:29:40 2001 UTC revision 1.15 by proski, Sat Jun 2 05:49:54 2001 UTC
# Line 346  at_here=`pwd` Line 346  at_here=`pwd`
346  AT_CHECK([cd at-dir && $at_here/configure], [], [ignore])  AT_CHECK([cd at-dir && $at_here/configure], [], [ignore])
347    
348  AT_CLEANUP(at-dir foo.in foo)  AT_CLEANUP(at-dir foo.in foo)
349    
350    
351    ## ----------------- ##
352    ## Signal handling.  ##
353    ## ----------------- ##
354    
355    AT_SETUP([Signal handling])
356    
357    AT_DATA([configure.ac],
358    [[AC_INIT
359    kill -2 $$
360    exit 77
361    ]])
362    
363    AT_CHECK_AUTOCONF
364    AT_CHECK_CONFIGURE([], 1, ignore, ignore)
365    
366    AT_CLEANUP

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26