dnl "m4.texinfo": 2089: Origin here
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 
