Home | History | Annotate | Download | only in m4

Lines Matching full:lib

0 # lib-prefix.m4 serial 7 (gettext-0.18)
35 AC_LIB_ARG_WITH([lib-prefix],
36 [ --with-lib-prefix[=DIR] search for libraries in DIR/include and DIR/lib
37 --without-lib-prefix don't search for libraries in includedir and libdir],
87 dnl 1. if it's the standard /usr/lib,
89 dnl 3. if it's /usr/local/lib and we are using GCC on Linux,
158 dnl "lib" or "lib64" or "lib/64",
160 dnl acl_libdirstem, either the same as acl_libdirstem or "lib/sparcv9" or
161 dnl "lib/amd64".
164 dnl There is no formal standard regarding lib and lib64.
167 dnl $prefix/lib64 and 32-bit libraries go under $prefix/lib. We determine
171 dnl Otherwise we use the default, namely "lib".
174 dnl $prefix/lib/64 (which is a symlink to either $prefix/lib/sparcv9 or
175 dnl $prefix/lib/amd64) and 32-bit libraries go under $prefix/lib.
177 acl_libdirstem=lib
194 acl_libdirstem=lib/64
196 sparc*) acl_libdirstem2=lib/sparcv9 ;;
197 i*86 | x86_64) acl_libdirstem2=lib/amd64 ;;