Home | History | Annotate | Download | only in e2fsprogs

Lines Matching full:lib

895 # lib-ld.m4 serial 3 (gettext-0.13)
1007 # lib-link.m4 serial 4 (gettext-0.12)
1019 dnl Sets and AC_SUBSTs the LIB${NAME} and LTLIB${NAME} variables and
1028 AC_CACHE_CHECK([how to link with lib[]$1], [ac_cv_lib[]Name[]_libs], [
1030 ac_cv_lib[]Name[]_libs="$LIB[]NAME"
1034 LIB[]NAME="$ac_cv_lib[]Name[]_libs"
1038 AC_SUBST([LIB]NAME)
1051 dnl sets and AC_SUBSTs HAVE_LIB${NAME}=yes and the LIB${NAME} and
1054 dnl HAVE_LIB${NAME}=no and LIB${NAME} and LTLIB${NAME} to empty.
1063 dnl Search for lib[]Name and define LIB[]NAME, LTLIB[]NAME and INC[]NAME
1068 dnl because if the user has installed lib[]Name and not disabled its use
1069 dnl via --without-lib[]Name-prefix, he wants to use it.
1073 AC_CACHE_CHECK([for lib[]$1], [ac_cv_lib[]Name], [
1075 LIBS="$LIBS $LIB[]NAME"
1082 AC_MSG_CHECKING([how to link with lib[]$1])
1083 AC_MSG_RESULT([$LIB[]NAME])
1086 dnl If $LIB[]NAME didn't lead to a usable library, we don't need
1089 LIB[]NAME=
1093 AC_SUBST([LIB]NAME)
1130 dnl Sets the LIB${NAME}, LTLIB${NAME} and INC${NAME} variables.
1141 AC_LIB_ARG_WITH([lib$1-prefix],
1142 [ --with-lib$1-prefix[=DIR] search for lib$1 in DIR/include and DIR/lib
1143 --without-lib$1-prefix don't search for lib$1 in includedir and libdir],
1155 additional_libdir="$withval/lib"
1161 LIB[]NAME=
1187 eval value=\"\$LIB$uppername\"
1188 test -z "$value" || LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$value"
1197 dnl Search the library lib$name in $additional_libdir and $LDFLAGS
1204 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
1206 found_so="$additional_libdir/lib$name.$shlibext"
1207 if test -f "$additional_libdir/lib$name.la"; then
1208 found_la="$additional_libdir/lib$name.la"
1211 if test -f "$additional_libdir/lib$name.$libext"; then
1213 found_a="$additional_libdir/lib$name.$libext"
1214 if test -f "$additional_libdir/lib$name.la"; then
1215 found_la="$additional_libdir/lib$name.la"
1226 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
1228 found_so="$dir/lib$name.$shlibext"
1229 if test -f "$dir/lib$name.la"; then
1230 found_la="$dir/lib$name.la"
1233 if test -f "$dir/lib$name.$libext"; then
1235 found_a="$dir/lib$name.$libext"
1236 if test -f "$dir/lib$name.la"; then
1237 found_la="$dir/lib$name.la"
1254 dnl standard /usr/lib.
1255 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
1257 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so"
1277 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so"
1282 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so"
1300 for x in $LDFLAGS $LIB[]NAME; do
1308 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir"
1314 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so"
1323 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name"
1331 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_a"
1335 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir -l$name"
1341 */lib | */lib/)
1342 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
1398 dnl 1. if it's the standard /usr/lib,
1399 dnl 2. if it's /usr/local/lib and we are using GCC on Linux,
1403 if test "X$additional_libdir" != "X/usr/lib"; then
1405 if test "X$additional_libdir" = "X/usr/local/lib"; then
1414 for x in $LDFLAGS $LIB[]NAME; do
1424 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$additional_libdir"
1481 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
1485 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$dep"
1496 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name"
1517 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag"
1525 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag"
1540 dnl Works only for CPPFLAGS, not for LIB* variables because that sometimes
1558 # lib-prefix.m4 serial 3 (gettext-0.13)
1593 AC_LIB_ARG_WITH([lib-prefix],
1594 [ --with-lib-prefix[=DIR] search for libraries in DIR/include and DIR/lib
1595 --without-lib-prefix don't search for libraries in includedir and libdir],
1607 additional_libdir="$withval/lib"
1645 dnl 1. if it's the standard /usr/lib,
1647 dnl 3. if it's /usr/local/lib and we are using GCC on Linux,
1649 if test "X$additional_libdir" != "X/usr/lib"; then
1659 if test "X$additional_libdir" = "X/usr/local/lib"; then
2599 dnl Prerequisites of lib/xsize.h.