source:
trunk/essentials/sys-devel/m4/examples/patsubst.m4
Last change on this file was 3090, checked in by , 18 years ago | |
---|---|
File size: 303 bytes |
Line | |
---|---|
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', `[ ]+', ` ') |
Note:
See TracBrowser
for help on using the repository browser.