Home
last modified time | relevance | path

Searched refs:additional_libdir (Results 1 – 7 of 7) sorted by relevance

/external/libexif/auto-m4/
Dlib-prefix.m434 eval additional_libdir=\"$libdir\"
46 eval additional_libdir=\"$libdir\"
50 additional_libdir="$withval/lib"
86 dnl Potentially add $additional_libdir to $LDFLAGS.
92 if test "X$additional_libdir" != "X/usr/lib"; then
96 if test "X$x" = "X-L$additional_libdir"; then
102 if test "X$additional_libdir" = "X/usr/local/lib"; then
110 if test -d "$additional_libdir"; then
111 dnl Really add $additional_libdir to $LDFLAGS.
112 LDFLAGS="${LDFLAGS}${LDFLAGS:+ }-L$additional_libdir"
Dlib-link.m4133 eval additional_libdir=\"$libdir\"
145 eval additional_libdir=\"$libdir\"
149 additional_libdir="$withval/lib"
153 dnl Search the library and its dependencies in $additional_libdir and
191 dnl Search the library lib$name in $additional_libdir and $LDFLAGS
198 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
199 found_dir="$additional_libdir"
200 found_so="$additional_libdir/lib$name.$shlibext"
201 if test -f "$additional_libdir/lib$name.la"; then
202 found_la="$additional_libdir/lib$name.la"
[all …]
/external/flac/m4/
Dlib-prefix.m433 eval additional_libdir=\"$libdir\"
45 eval additional_libdir=\"$libdir\"
49 additional_libdir="$withval/$acl_libdirstem"
85 dnl Potentially add $additional_libdir to $LDFLAGS.
91 if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then
95 if test "X$x" = "X-L$additional_libdir"; then
101 if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem"; then
109 if test -d "$additional_libdir"; then
110 dnl Really add $additional_libdir to $LDFLAGS.
111 LDFLAGS="${LDFLAGS}${LDFLAGS:+ }-L$additional_libdir"
Dlib-link.m4196 eval additional_libdir=\"$libdir\"
208 eval additional_libdir=\"$libdir\"
212 additional_libdir="$withval/$acl_libdirstem"
215 additional_libdir="$withval/$acl_libdirstem2"
220 dnl Search the library and its dependencies in $additional_libdir and
262 dnl Search the library lib$name in $additional_libdir and $LDFLAGS
275 dir="$additional_libdir"
530 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
531 dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
538 if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
[all …]
/external/libexif/
Dconfigure12514 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
12515 found_dir="$additional_libdir"
12516 found_so="$additional_libdir/lib$name.$shlibext"
12517 if test -f "$additional_libdir/lib$name.la"; then
12518 found_la="$additional_libdir/lib$name.la"
12521 if test -f "$additional_libdir/lib$name.$libext"; then
12522 found_dir="$additional_libdir"
12523 found_a="$additional_libdir/lib$name.$libext"
12524 if test -f "$additional_libdir/lib$name.la"; then
12525 found_la="$additional_libdir/lib$name.la"
[all …]
/external/e2fsprogs/
Daclocal.m41862 eval additional_libdir=\"$libdir\"
1874 eval additional_libdir=\"$libdir\"
1878 additional_libdir="$withval/$acl_libdirstem"
1881 additional_libdir="$withval/$acl_libdirstem2"
1886 dnl Search the library and its dependencies in $additional_libdir and
1928 dnl Search the library lib$name in $additional_libdir and $LDFLAGS
1941 dir="$additional_libdir"
2196 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
2197 dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
2204 if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
[all …]
Dconfigure8312 dir="$additional_libdir"
8541 … if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
8542 && test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then
8544 if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \
8545 || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then
8564 if test "X$x" = "X-L$additional_libdir"; then
8570 if test -d "$additional_libdir"; then
8571 … LIBPTH="${LIBPTH}${LIBPTH:+ }-L$additional_libdir"
8585 if test "X$x" = "X-L$additional_libdir"; then
8591 if test -d "$additional_libdir"; then
[all …]