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

Diff of /autoconf/tests/tools.at

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

revision 1.68 by akim, Fri Oct 18 15:20:46 2002 UTC revision 1.69 by akim, Tue Oct 22 08:20:19 2002 UTC
# Line 166  TRACE1 Line 166  TRACE1
166  TRACE2  TRACE2
167    
168  # With arguments, single line.  # With arguments, single line.
169  TRACE1(foo, bar, baz)  TRACE1(foo, @bar, @baz)
170  TRACE1(foo, TRACE1(bar, baz))  TRACE1(foo, TRACE1(bar, baz))
171  TRACE1(foo, active, baz)  TRACE1(foo, active, baz)
172  TRACE1(foo, [active], TRACE1(active, [active]))  TRACE1(foo, [active], TRACE1(active, [active]))
# Line 183  AT_CHECK_AUTOCONF([-t TRACE1 -t TRACE2], Line 183  AT_CHECK_AUTOCONF([-t TRACE1 -t TRACE2],
183  [[configure.ac:6:TRACE1:  [[configure.ac:6:TRACE1:
184  configure.ac:6:TRACE2:  configure.ac:6:TRACE2:
185  configure.ac:7:TRACE2:  configure.ac:7:TRACE2:
186  configure.ac:10:TRACE1:foo:bar:baz  configure.ac:10:TRACE1:foo:@bar:@baz
187  configure.ac:10:TRACE2:bar:baz  configure.ac:10:TRACE2:@bar:@baz
188  configure.ac:11:TRACE1:bar:baz  configure.ac:11:TRACE1:bar:baz
189  configure.ac:11:TRACE2:baz  configure.ac:11:TRACE2:baz
190  configure.ac:11:TRACE1:foo::baz  configure.ac:11:TRACE1:foo::baz
# Line 205  AT_CHECK_AUTOCONF([[-t TRACE1:' Line 205  AT_CHECK_AUTOCONF([[-t TRACE1:'
205  [[  [[
206  [], [], [].  [], [], [].
207    
208  [foo], [bar], [baz].  [foo], [@bar], [@baz].
209    
210  [bar], [baz], [].  [bar], [baz], [].
211    
# Line 226  foo], []. Line 226  foo], [].
226  AT_CHECK_AUTOCONF([-t TRACE2:'${)===(}@'], 0,  AT_CHECK_AUTOCONF([-t TRACE2:'${)===(}@'], 0,
227  [[[]  [[[]
228  []  []
229  [bar])===([baz]  [@bar])===([@baz]
230  [baz]  [baz]
231  [])===([baz]  [])===([baz]
232  [ACTIVE])===([baz]  [ACTIVE])===([baz]
# Line 458  AT_DATA([configure.ac], Line 458  AT_DATA([configure.ac],
458  AC_CONFIG_HEADERS(config.h:config.hin)  AC_CONFIG_HEADERS(config.h:config.hin)
459  AH_TOP([Top1 from configure.ac.])  AH_TOP([Top1 from configure.ac.])
460  AH_TOP([Top2 from configure.ac.])  AH_TOP([Top2 from configure.ac.])
461  AH_TOP([The Cat in a @.])  AH_TOP([The Cat in a h@t.])
462  AH_VERBATIM([Middle], [Middle from configure.ac.])  AH_VERBATIM([Middle], [Middle from configure.ac.])
463  AH_VERBATIM([Mouse],  [The Mouse in a @.])  AH_VERBATIM([Mouse],  [The Mouse in a h@t.])
464  AH_BOTTOM([Bottom1 from configure.ac.])  AH_BOTTOM([Bottom1 from configure.ac.])
465  AH_BOTTOM([Bottom2 from configure.ac.])  AH_BOTTOM([Bottom2 from configure.ac.])
466  AH_BOTTOM([The Dog in a @.])  AH_BOTTOM([The Dog in a h@t.])
467    
468  AC_DEFINE([ANT], [@], [The Ant in a @.])  AC_DEFINE([ANT], [@], [The Ant in a h@t.])
469  ]])  ]])
470    
471    
# Line 484  Top1 from configure.ac. Line 484  Top1 from configure.ac.
484    
485  Top2 from configure.ac.  Top2 from configure.ac.
486    
487  The Cat in a @.  The Cat in a h@t.
488    
489  /* The Ant in a @. */  /* The Ant in a h@t. */
490  #undef ANT  #undef ANT
491    
492  Middle from configure.ac.  Middle from configure.ac.
493    
494  The Mouse in a @.  The Mouse in a h@t.
495    
496  /* Define to the address where bug reports for this package should be sent. */  /* Define to the address where bug reports for this package should be sent. */
497  #undef PACKAGE_BUGREPORT  #undef PACKAGE_BUGREPORT
# Line 512  Bottom1 from configure.ac. Line 512  Bottom1 from configure.ac.
512    
513  Bottom2 from configure.ac.  Bottom2 from configure.ac.
514    
515  The Dog in a @.  The Dog in a h@t.
516  /* Bottom from acconfig.h. */  /* Bottom from acconfig.h. */
517  ]])  ]])
518    

Legend:
Removed from v.1.68  
changed lines
  Added in v.1.69

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