home *** CD-ROM | disk | FTP | other *** search
- dnl ../m4.texinfo:2263: Origin of test
- patsubst(`GNUs not Unix', `^', `OBS: ')
- dnl @result{}OBS: GNUs not Unix
- patsubst(`GNUs not Unix', `\<', `OBS: ')
- dnl @result{}OBS: GNUs OBS: not OBS: Unix
- patsubst(`GNUs not Unix', `\w*', `(\0)')
- dnl @result{}(GNUs)() (not)() (Unix)
- patsubst(`GNUs not Unix', `\w+', `(\0)')
- dnl @result{}(GNUs) (not) (Unix)
- patsubst(`GNUs not Unix', `[A-Z][a-z]+')
- dnl @result{}GN not
-