Imported Upstream version 1.4.19
[platform/upstream/m4.git] / examples / patsubst.m4
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', `[       ]+', ` ')