Home | History | Annotate | Download | only in m4

Lines Matching refs:PIC

82   _LT_UNLESS_OPTIONS([LT_INIT], [pic-only no-pic], [_LT_WITH_PIC])
379 # implement the --with-pic flag, and support the 'pic-only' and 'no-pic'
383 [AC_ARG_WITH([pic],
384 [AS_HELP_STRING([--with-pic@<:@=PKGS@:>@],
385 [try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
407 LT_OPTION_DEFINE([LT_INIT], [pic-only], [_LT_WITH_PIC([yes])])
408 LT_OPTION_DEFINE([LT_INIT], [no-pic], [_LT_WITH_PIC([no])])
412 [_LT_SET_OPTION([LT_INIT], [pic-only])
415 put the 'pic-only' option into LT_INIT's first parameter.])