Home | History | Annotate | Download | only in acinclude

Lines Matching refs:LT_INIT

67 m4_if([$1],[LT_INIT],[
71 _LT_UNLESS_OPTIONS([LT_INIT], [dlopen], [enable_dlopen=no
73 _LT_UNLESS_OPTIONS([LT_INIT], [win32-dll], [enable_win32_dll=no
80 _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED])
81 _LT_UNLESS_OPTIONS([LT_INIT], [static disable-static], [_LT_ENABLE_STATIC])
82 _LT_UNLESS_OPTIONS([LT_INIT], [pic-only no-pic], [_LT_WITH_PIC])
83 _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install],
90 ## Macros to handle LT_INIT options. ##
108 LT_OPTION_DEFINE([LT_INIT], [dlopen], [enable_dlopen=yes
112 [_LT_SET_OPTION([LT_INIT], [dlopen])
115 put the `dlopen' option into LT_INIT's first parameter.])
125 LT_OPTION_DEFINE([LT_INIT], [win32-dll],
148 _LT_SET_OPTION([LT_INIT], [win32-dll])
151 put the `win32-dll' option into LT_INIT's first parameter.])
161 # `disable-shared' LT_INIT options.
191 LT_OPTION_DEFINE([LT_INIT], [shared], [_LT_ENABLE_SHARED([yes])])
192 LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])])
196 [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared])
200 [_LT_SET_OPTION([LT_INIT], [disable-shared])
215 # `disable-static' LT_INIT options.
245 LT_OPTION_DEFINE([LT_INIT], [static], [_LT_ENABLE_STATIC([yes])])
246 LT_OPTION_DEFINE([LT_INIT], [disable-static], [_LT_ENABLE_STATIC([no])])
250 [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static])
254 [_LT_SET_OPTION([LT_INIT], [disable-static])
269 # and `disable-fast-install' LT_INIT options.
299 LT_OPTION_DEFINE([LT_INIT], [fast-install], [_LT_ENABLE_FAST_INSTALL([yes])])
300 LT_OPTION_DEFINE([LT_INIT], [disable-fast-install], [_LT_ENABLE_FAST_INSTALL([no])])
304 [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
307 the `fast-install' option into LT_INIT's first parameter.])
311 [_LT_SET_OPTION([LT_INIT], [disable-fast-install])
314 the `disable-fast-install' option into LT_INIT's first parameter.])
325 # LT_INIT options.
339 LT_OPTION_DEFINE([LT_INIT], [pic-only], [_LT_WITH_PIC([yes])])
340 LT_OPTION_DEFINE([LT_INIT], [no-pic], [_LT_WITH_PIC([no])])
344 [_LT_SET_OPTION([LT_INIT], [pic-only])
347 put the `pic-only' option into LT_INIT's first parameter.])