Add DEBUG_REGEX debugging information.
[m4/ericb.git] / examples / patsubst.m4
blob3b390ae0cca21e1345d73a8b02bac0872ca9f13a
1 # traceon(`patsubst')
2 patsubst(`GNUs not Unix', `^', `OBS: ')
3 patsubst(`GNUs not Unix', `\<', `OBS: ')
4 patsubst(`GNUs not Unix', `\<\w', `\0=')
5 patsubst(`GNUs not Unix', `\w*', `(\0)')
6 patsubst(`GNUs not Unix', `\w+', `(\0)')
7 patsubst(`GNUs not Unix', `\w+')
8 patsubst(`GNUs   not     Unix', `[      ]+', ` ')