Lines Matching refs:fast
82 _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install],
267 # implement the --enable-fast-install flag, and support the `fast-install'
268 # and `disable-fast-install' LT_INIT options.
272 AC_ARG_ENABLE([fast-install],
273 [AS_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
274 [optimize for fast installation @<:@default=]_LT_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
295 [Whether or not to optimize for fast installation])dnl
298 LT_OPTION_DEFINE([LT_INIT], [fast-install], [_LT_ENABLE_FAST_INSTALL([yes])])
299 LT_OPTION_DEFINE([LT_INIT], [disable-fast-install], [_LT_ENABLE_FAST_INSTALL([no])])
303 [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
306 the `fast-install' option into LT_INIT's first parameter.])
310 [_LT_SET_OPTION([LT_INIT], [disable-fast-install])
313 the `disable-fast-install' option into LT_INIT's first parameter.])