[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
12 Libtool’s trace interface
This section describes macros whose sole purpose is to be traced using Autoconf’s ‘--trace’ option (see The Autoconf Manual in The Autoconf Manual) to query the Libtool configuration of a project. These macros are called by Libtool internals and should never be called by user code; they should only be traced.
- Macro: LT_SUPPORTED_TAG (tag)
This macro is called once for each language enabled in the package. Its only argument, tag, is the tag-name corresponding to the language (see section Tags).
You can therefore retrieve the list of all tags enabled in a project using the following command:
autoconf --trace 'LT_SUPPORTED_TAG:$1'
This document was generated on December 1, 2011 using texi2html 5.0.