Lines Matching full:libname
11 dnl AC_LIB_LINKFLAGS(name [, dependencies]) searches for libname and
15 dnl Sets and AC_SUBSTs the LIB${NAME}_PREFIX variable to nonempty if libname
47 dnl searches for libname and the libraries corresponding to explicit and
55 dnl Sets and AC_SUBSTs the LIB${NAME}_PREFIX variable to nonempty if libname
143 dnl declares that libname comes from the given package. The configure file
144 dnl will then not have a --with-libname-prefix option but a
147 dnl macro call that searches for libname.
163 dnl AC_LIB_LINKFLAGS_BODY(name [, dependencies]) searches for libname and
166 dnl Also, sets the LIB${NAME}_PREFIX variable to nonempty if libname was found
250 dnl and the already constructed $LIBNAME/$LTLIBNAME.
255 eval libname=\"$acl_libname_spec\" # typically: libname=lib$name
266 if test -f "$dir/$libname$shrext"; then
268 found_so="$dir/$libname$shrext"
270 if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
272 for f in "$libname$shrext".*; do echo "$f"; done \
273 | sed -e "s,^$libname$shrext\\\\.,," \
276 if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
278 found_so="$dir/$libname$shrext.$ver"
294 if test -f "$dir/$libname.$acl_libext"; then
296 found_a="$dir/$libname.$acl_libext"
300 if test -f "$dir/$libname.la"; then
301 found_la="$dir/$libname.la"
313 if test -f "$dir/$libname$shrext"; then
315 found_so="$dir/$libname$shrext"
317 if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
319 for f in "$libname$shrext".*; do echo "$f"; done \
320 | sed -e "s,^$libname$shrext\\\\.,," \
323 if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
325 found_so="$dir/$libname$shrext.$ver"
341 if test -f "$dir/$libname.$acl_libext"; then
343 found_a="$dir/$libname.$acl_libext"
347 if test -f "$dir/$libname.la"; then
348 found_la="$dir/$libname.la"
385 dnl The hardcoding into $LIBNAME is system dependent.
387 dnl Using DIR/libNAME.so during linking hardcodes DIR into the
396 dnl The rpathdirs will be appended to $LIBNAME at the end.
410 dnl or the already constructed $LIBNAME
518 dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
523 dnl constructed $LIBNAME,
547 dnl Really add $additional_libdir to $LIBNAME.
572 dnl The rpathdirs will be appended to $LIBNAME at the end.