Home | History | Annotate | Download | only in m4

Lines Matching full:option

1 # Helper functions for option handling.                    -*- Autoconf -*-
16 # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
22 # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
24 # Set option OPTION-NAME for macro MACRO-NAME, and if there is a
25 # matching handler defined, dispatch to it. Other OPTION-NAMEs are
31 [m4_warning([Unknown $1 option `$2'])])[]dnl
35 # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
37 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
42 # _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
44 # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
55 # _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
57 # OPTION-LIST is a space-separated list of Libtool options associated
58 # with MACRO-NAME. If any OPTION has a matching handler declared with
60 # the unknown option and exit.
92 # _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
98 # LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
114 put the `dlopen' option into LT_INIT's first parameter.])
150 put the `win32-dll' option into LT_INIT's first parameter.])
306 the `fast-install' option into LT_INIT's first parameter.])
313 the `disable-fast-install' option into LT_INIT's first parameter.])
346 put the `pic-only' option into LT_INIT's first parameter.])