• Home
  • Raw
  • Download

Lines Matching refs:macros

60 # long macros we define.
278 # difference is that `m4_ifset' is specialized on macros.
280 # In case of arguments of macros, eg $[1], it makes little difference.
449 # useful for making your macros more structured and readable by dropping
450 # unnecessary dnl's and have the macros indented properly.
534 # macros it contains. Amongst other things useful for enabling macro
806 ## 8. Defining macros with bells and whistles. ##
822 # difficult part is the proper expansion of macros when they are
827 # Pinard), and (ii) expand the most recently m4_require'd macros _after_
828 # the previous macros (by Axel Thimm).
844 # Because m4_require is not required to be first in the outer macros, we
881 # The dependencies between the macros are:
909 # The idea is simple: the order in which macros are emitted must be the
916 # macros, but each time a macro is fully expanded, emit it immediately.
971 # We consider the macros above, and this configure.ac:
1066 # path amongst macros that drove to the failure. What is needed is
1071 # performance penalty this is implemented only for m4_defun'd macros,
1072 # not for define'd macros.
1074 # The scheme is simplistic: each time we enter an m4_defun'd macros,
1120 # m4_defun'd macros are elaborated here.
1127 # The prologue for Autoconf macros.
1141 # The Epilogue for Autoconf macros. MACRO-NAME only helps tracing
1164 # macros. We don't use this macro to define some frequently called
1165 # macros that are not involved in ordering constraints, to save m4
1200 ## Dependencies between macros. ##
1221 # Which you can use for regular macros with or without arguments, e.g.,
1229 # In the case of macros with irregular names. For instance:
1298 # check macros which are provided without letting her know how the
1369 # These macros lowercase and uppercase strings.
1740 # It is a real pity that M4 comes with no macros to bind a diversion
1765 [# All the M4sugar macros start with `m4_', except `dnl' kept as is