Lines Matching refs:fast
83 _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install],
268 # implement the --enable-fast-install flag, and support the `fast-install'
269 # and `disable-fast-install' LT_INIT options.
273 AC_ARG_ENABLE([fast-install],
274 [AS_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
275 [optimize for fast installation @<:@default=]_LT_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
296 [Whether or not to optimize for fast installation])dnl
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.])