I also found another use for the m4_noquote macro:
define([TAB],
[ ])
define([LF],
[
])
patsubst([$1],m4_noquote([[LF TAB]+]),[ ])
is a lot more readable than
patsubst([$1],m4_noquote([[
]+]),[ ])
Cheers,
Lars J
- Re: passing command-line switches t... Akim Demaille
- Re: passing command-line switches t... Akim Demaille
- Re: passing command-line switches t... Lars J. Aas
- Re: passing command-line switches t... Akim Demaille
- Re: passing command-line switches t... Lars J. Aas
- Re: passing command-line switches t... Akim Demaille
- Re: passing command-line switches t... Lars J. Aas
- Re: passing command-line switches t... Alexandre Oliva
- Re: passing command-line switches t... Akim Demaille
- Re: passing command-line switches t... Lars J. Aas
- Re: passing command-line switches t... Lars J. Aas
- Re: passing command-line switches t... Lars J. Aas
- Re: passing command-line switches to compiler Akim Demaille
- Re: passing command-line switches to compile... CyberPsychotic
- Re: passing command-line switches to com... Eric Christopher
- Re: passing command-line switches t... CyberPsychotic
- Re: passing command-line switches to compiler CyberPsychotic
- Re: passing command-line switches to compiler Ian Lance Taylor
- Re: passing command-line switches to compiler CyberPsychotic
- Re: passing command-line switches to compiler Ian Lance Taylor
- Re: passing command-line switches to compiler CyberPsychotic
