• Home
  • Raw
  • Download

Lines Matching refs: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
156 dnl declares that libname comes from the given package. The configure file
157 dnl will then not have a --with-libname-prefix option but a
160 dnl macro call that searches for libname.
176 dnl AC_LIB_LINKFLAGS_BODY(name [, dependencies]) searches for libname and
179 dnl Also, sets the LIB${NAME}_PREFIX variable to nonempty if libname was found
268 eval libname=\"$acl_libname_spec\" # typically: libname=lib$name
279 if test -f "$dir/$libname$shrext"; then
281 found_so="$dir/$libname$shrext"
283 if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
285 for f in "$libname$shrext".*; do echo "$f"; done \
286 | sed -e "s,^$libname$shrext\\\\.,," \
289 if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
291 found_so="$dir/$libname$shrext.$ver"
307 if test -f "$dir/$libname.$acl_libext"; then
309 found_a="$dir/$libname.$acl_libext"
313 if test -f "$dir/$libname.la"; then
314 found_la="$dir/$libname.la"
326 if test -f "$dir/$libname$shrext"; then
328 found_so="$dir/$libname$shrext"
330 if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
332 for f in "$libname$shrext".*; do echo "$f"; done \
333 | sed -e "s,^$libname$shrext\\\\.,," \
336 if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
338 found_so="$dir/$libname$shrext.$ver"
354 if test -f "$dir/$libname.$acl_libext"; then
356 found_a="$dir/$libname.$acl_libext"
360 if test -f "$dir/$libname.la"; then
361 found_la="$dir/$libname.la"