summaryrefslogtreecommitdiff
path: root/autoconf/m4/pa_sym.m4
blob: acfea45ebf24f5855d0fadc76af88f6681fd46b7 (plain)
1
2
3
4
5
6
7
8
dnl --------------------------------------------------------------------------
dnl PA_SYM(prefix, string)
dnl
dnl Convert a (semi-) arbitrary string to a CPP symbol
dnl --------------------------------------------------------------------------
AC_DEFUN([PA_SYM],
[m4_bpatsubsts(m4_quote(m4_toupper([$*])),
 [,],[],[[^ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]+],[_],[^._?\(.*\)_.$],[[\1]])])