source: trunk/essentials/sys-devel/m4/examples/patsubst.m4

Last change on this file was 3090, checked in by bird, 18 years ago

m4 1.4.8

File size: 303 bytes
Line 
1# traceon(`patsubst')
2patsubst(`GNUs not Unix', `^', `OBS: ')
3patsubst(`GNUs not Unix', `\<', `OBS: ')
4patsubst(`GNUs not Unix', `\<\w', `\0=')
5patsubst(`GNUs not Unix', `\w*', `(\0)')
6patsubst(`GNUs not Unix', `\w+', `(\0)')
7patsubst(`GNUs not Unix', `\w+')
8patsubst(`GNUs not Unix', `[ ]+', ` ')
Note: See TracBrowser for help on using the repository browser.