/[autoconf]/autoconf/lib/autotest/general.m4
ViewVC logotype

Diff of /autoconf/lib/autotest/general.m4

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

revision 1.137 by dprice, Wed Mar 26 14:30:48 2003 UTC revision 1.138 by dprice, Wed Mar 26 14:33:20 2003 UTC
# Line 44  Line 44 
44  # such potential, you must delete any notice of this special exception  # such potential, you must delete any notice of this special exception
45  # to the GPL from your modified version.  # to the GPL from your modified version.
46    
47  # Use of diversions:  # _m4_divert(DIVERSION-NAME)
48    # --------------------------
49    # Convert a diversion name into its number.  Otherwise, return
50    # DIVERSION-NAME which is supposed to be an actual diversion number.
51    # Of course it would be nicer to use m4_case here, instead of zillions
52    # of little macros, but it then takes twice longer to run `autoconf'!
53  #  #
54  #  - DEFAULT  # From M4sugar:
55    #    -1. KILL
56    # 10000. GROW
57    #
58    # From M4sh:
59    #    0. BINSH
60    #    1. HEADER-REVISION
61    #    2. HEADER-COMMENT
62    #    3. HEADER-COPYRIGHT
63    #    4. M4SH-INIT
64    # 1000. BODY
65    #
66    # Defined below:
67    #  - DEFAULTS
68  #    Overall initialization, value of $at_groups_all.  #    Overall initialization, value of $at_groups_all.
69  #  - OPTIONS  #  - OPTIONS
70  #    Option processing  #    Option processing
# Line 57  Line 75 
75  #    tail of the core for;case, overall wrap up, generation of debugging  #    tail of the core for;case, overall wrap up, generation of debugging
76  #    scripts and statistics.  #    scripts and statistics.
77    
78  m4_define([_m4_divert(DEFAULT)],       5)  m4_define([_m4_divert(DEFAULTS)],       5)
79  m4_define([_m4_divert(OPTIONS)],      10)  m4_define([_m4_divert(OPTIONS)],      10)
80  m4_define([_m4_divert(TESTS)],        50)  m4_define([_m4_divert(TESTS)],        50)
81  m4_define([_m4_divert(TAIL)],         60)  m4_define([_m4_divert(TAIL)],         60)
# Line 95  m4_define([AT_ordinal], 0) Line 113  m4_define([AT_ordinal], 0)
113  m4_define([AT_banner_ordinal], 0)  m4_define([AT_banner_ordinal], 0)
114  AS_INIT  AS_INIT
115  AS_PREPARE  AS_PREPARE
116  m4_divert_push([DEFAULT])dnl  m4_divert_push([DEFAULTS])dnl
117    
118  SHELL=${CONFIG_SHELL-/bin/sh}  SHELL=${CONFIG_SHELL-/bin/sh}
119    
# Line 157  at_stderr=$at_suite_dir/at-stderr Line 175  at_stderr=$at_suite_dir/at-stderr
175  # The file containing dates.  # The file containing dates.
176  at_times_file=$at_suite_dir/at-times  at_times_file=$at_suite_dir/at-times
177    
178  m4_wrap([m4_divert_text([DEFAULT],  m4_wrap([m4_divert_text([DEFAULTS],
179  [# List of the tested programs.  [# List of the tested programs.
180  at_tested='m4_ifdef([AT_tested], [AT_tested])'  at_tested='m4_ifdef([AT_tested], [AT_tested])'
181  # List of the all the test groups.  # List of the all the test groups.

Legend:
Removed from v.1.137  
changed lines
  Added in v.1.138

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