GNU Info

Info Node: (autoconf.info)Standard Symbols

(autoconf.info)Standard Symbols


Next: Default Includes Up: Common Behavior
Enter node , (file) or (file)node

Standard Symbols
----------------

   All the generic macros that `AC_DEFINE' a symbol as a result of
their test transform their ARGUMENTs to a standard alphabet.  First,
ARGUMENT is converted to upper case and any asterisks (`*') are each
converted to `P'.  Any remaining characters that are not alphanumeric
are converted to underscores.

   For instance,

     AC_CHECK_TYPES(struct $Expensive*)

will define the symbol `HAVE_STRUCT__EXPENSIVEP' if the check succeeds.


automatically generated by info2www version 1.2.2.9