Home | History | Annotate | Download | only in m4

Lines Matching full:option

1 # Helper functions for option handling.                    -*- Autoconf -*-
17 # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
23 # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
25 # Set option OPTION-NAME for macro MACRO-NAME, and if there is a
26 # matching handler defined, dispatch to it. Other OPTION-NAMEs are
32 [m4_warning([Unknown $1 option `$2'])])[]dnl
36 # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
38 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
43 # _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
45 # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
56 # _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
58 # OPTION-LIST is a space-separated list of Libtool options associated
59 # with MACRO-NAME. If any OPTION has a matching handler declared with
61 # the unknown option and exit.
93 # _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
99 # LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
115 put the `dlopen' option into LT_INIT's first parameter.])
151 put the `win32-dll' option into LT_INIT's first parameter.])
307 the `fast-install' option into LT_INIT's first parameter.])
314 the `disable-fast-install' option into LT_INIT's first parameter.])
362 put the `pic-only' option into LT_INIT's first parameter.])