/[autoconf]/autoconf/lib/m4sugar/m4sh.m4
ViewVC logotype

Diff of /autoconf/lib/m4sugar/m4sh.m4

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

revision 1.79 by eggert, Wed Mar 27 20:33:03 2002 UTC revision 1.80 by akim, Tue Apr 2 15:14:09 2002 UTC
# Line 137  m4_define([AS_REQUIRE], Line 137  m4_define([AS_REQUIRE],
137  # AS_SHELL_SANITIZE  # AS_SHELL_SANITIZE
138  # -----------------  # -----------------
139  # Try to be as Bourne and/or POSIX as possible.  # Try to be as Bourne and/or POSIX as possible.
140    #
141    # This macro has a very special status.  Normal use of M4sh relies
142    # heavily on AS_REQUIRE, so that needed initiatizations (such as
143    # _AS_TEST_PREPARE) are performed on need, not on demand.  But
144    # Autoconf is the first client of M4sh, and for two reasons: configure
145    # and config.status.  Relying on AS_REQUIRE is of course fine for
146    # configure, but fails for config.status (which is created by
147    # configure).  So we need a means to force the inclusion of the
148    # various _AS_PREPARE_* on top of config.status.  That's basically why
149    # there are so many _AS_PREPARE_* below, and that's also why it is
150    # important not to forget some: config.status needs them.
151  m4_defun([AS_SHELL_SANITIZE],  m4_defun([AS_SHELL_SANITIZE],
152  [  [
153  ## --------------------- ##  ## --------------------- ##
# Line 173  _AS_LINENO_PREPARE Line 184  _AS_LINENO_PREPARE
184  _AS_ECHO_N_PREPARE  _AS_ECHO_N_PREPARE
185  _AS_EXPR_PREPARE  _AS_EXPR_PREPARE
186  _AS_LN_S_PREPARE  _AS_LN_S_PREPARE
187    _AS_MKDIR_P_PREPARE
188  _AS_TEST_PREPARE  _AS_TEST_PREPARE
189  _AS_TR_CPP_PREPARE  _AS_TR_CPP_PREPARE
190  _AS_TR_SH_PREPARE  _AS_TR_SH_PREPARE

Legend:
Removed from v.1.79  
changed lines
  Added in v.1.80

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