Lines Matching refs:disable
78 dnl `shared' nor `disable-shared' was passed, we enable building of shared
80 _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED])
81 _LT_UNLESS_OPTIONS([LT_INIT], [static disable-static], [_LT_ENABLE_STATIC])
83 _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install],
161 # `disable-shared' LT_INIT options.
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.
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.
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])
311 [_LT_SET_OPTION([LT_INIT], [disable-fast-install])
314 the `disable-fast-install' option into LT_INIT's first parameter.])