Lines Matching full:fast
83 _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install],
270 # implement the --enable-fast-install flag, and support the 'fast-install'
271 # and 'disable-fast-install' LT_INIT options.
275 AC_ARG_ENABLE([fast-install],
276 [AS_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
277 [optimize for fast installation @<:@default=]_LT_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
298 [Whether or not to optimize for fast installation])dnl
301 LT_OPTION_DEFINE([LT_INIT], [fast-install], [_LT_ENABLE_FAST_INSTALL([yes])])
302 LT_OPTION_DEFINE([LT_INIT], [disable-fast-install], [_LT_ENABLE_FAST_INSTALL([no])])
306 [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
309 the 'fast-install' option into LT_INIT's first parameter.])
313 [_LT_SET_OPTION([LT_INIT], [disable-fast-install])
316 the 'disable-fast-install' option into LT_INIT's first parameter.])