Lines Matching refs:LIB
13 dnl Sets and AC_SUBSTs the LIB${NAME} and LTLIB${NAME} variables and
15 dnl Sets and AC_SUBSTs the LIB${NAME}_PREFIX variable to nonempty if libname
16 dnl was found in ${LIB${NAME}_PREFIX}/$acl_libdirstem.
26 ac_cv_lib[]Name[]_libs="$LIB[]NAME"
29 ac_cv_lib[]Name[]_prefix="$LIB[]NAME[]_PREFIX"
31 LIB[]NAME="$ac_cv_lib[]Name[]_libs"
34 LIB[]NAME[]_PREFIX="$ac_cv_lib[]Name[]_prefix"
36 AC_SUBST([LIB]NAME)
38 AC_SUBST([LIB]NAME[_PREFIX])
51 dnl If found, it sets and AC_SUBSTs HAVE_LIB${NAME}=yes and the LIB${NAME}
54 dnl HAVE_LIB${NAME}=no and LIB${NAME} and LTLIB${NAME} to empty.
55 dnl Sets and AC_SUBSTs the LIB${NAME}_PREFIX variable to nonempty if libname
56 dnl was found in ${LIB${NAME}_PREFIX}/$acl_libdirstem.
65 dnl Search for lib[]Name and define LIB[]NAME, LTLIB[]NAME and INC[]NAME
77 dnl If $LIB[]NAME contains some -l options, add it to the end of LIBS,
84 case " $LIB[]NAME" in
85 *" -l"*) LIBS="$LIBS $LIB[]NAME" ;;
86 *) LIBS="$LIB[]NAME $LIBS" ;;
98 AC_MSG_RESULT([$LIB[]NAME])
101 dnl If $LIB[]NAME didn't lead to a usable library, we don't need
104 LIB[]NAME=
106 LIB[]NAME[]_PREFIX=
109 AC_SUBST([LIB]NAME)
111 AC_SUBST([LIB]NAME[_PREFIX])
178 dnl Sets the LIB${NAME}, LTLIB${NAME} and INC${NAME} variables.
179 dnl Also, sets the LIB${NAME}_PREFIX variable to nonempty if libname was found
180 dnl in ${LIB${NAME}_PREFIX}/$acl_libdirstem.
220 LIB[]NAME=
223 LIB[]NAME[]_PREFIX=
224 dnl HAVE_LIB${NAME} is an indicator that LIB${NAME}, LTLIB${NAME} have been
250 eval value=\"\$LIB$uppername\"
251 test -z "$value" || LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$value"
380 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so"
400 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so"
405 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so"
423 for x in $LDFLAGS $LIB[]NAME; do
431 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir"
437 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so"
446 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name"
454 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_a"
458 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir -l$name"
467 LIB[]NAME[]_PREFIX="$basedir"
474 LIB[]NAME[]_PREFIX="$basedir"
549 for x in $LDFLAGS $LIB[]NAME; do
559 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$additional_libdir"
620 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$dep"
631 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name"
652 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag"
660 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag"
679 dnl Works only for CPPFLAGS, not for LIB* variables because that sometimes