Lines Matching refs:disable
1222 [AS_HELP_STRING([--disable-libtool-lock],
2499 # We used to test for /lib/ld.so.1 and disable shared libraries on
2503 # people can always --disable-shared, the test was removed, and we
3598 # (--disable-auto-import) libraries
3905 # (--disable-auto-import) libraries
7445 dnl `shared' nor `disable-shared' was passed, we enable building of shared
7447 _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED])
7448 _LT_UNLESS_OPTIONS([LT_INIT], [static disable-static], [_LT_ENABLE_STATIC])
7450 _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install],
7525 # `disable-shared' LT_INIT options.
7556 LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])])
7560 [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared])
7564 [_LT_SET_OPTION([LT_INIT], [disable-shared])
7579 # `disable-static' LT_INIT options.
7610 LT_OPTION_DEFINE([LT_INIT], [disable-static], [_LT_ENABLE_STATIC([no])])
7614 [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static])
7618 [_LT_SET_OPTION([LT_INIT], [disable-static])
7633 # and `disable-fast-install' LT_INIT options.
7664 LT_OPTION_DEFINE([LT_INIT], [disable-fast-install], [_LT_ENABLE_FAST_INSTALL([no])])
7668 [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
7675 [_LT_SET_OPTION([LT_INIT], [disable-fast-install])
7678 the `disable-fast-install' option into LT_INIT's first parameter.])