Home | History | Annotate | Download | only in acinclude

Lines Matching refs:libltdl

15 # DIRECTORY contains the libltdl sources.  It is okay to call this
35 [m4_fatal([multiple libltdl directories: `]_LTDL_DIR[', `]_ARG_DIR['])])])
60 # sets LIBLTDL to the link flags for the libltdl convenience library and
61 # LTDLINCL to the include flags for the libltdl header and adds
63 # AC_CONFIG_SUBDIRS is not called here. LIBLTDL will be prefixed with
73 dnl here make sure it is the same as any other declaration of libltdl's
83 [_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])])
95 no) AC_MSG_ERROR([this package needs a convenience libltdl]) ;;
99 LIBLTDL='_LT_BUILD_PREFIX'"${lt_ltdl_dir+$lt_ltdl_dir/}libltdlc.la"
100 LTDLDEPS=$LIBLTDL
103 AC_SUBST([LIBLTDL])
115 # sets LIBLTDL to the link flags for the libltdl installable library
116 # and LTDLINCL to the include flags for the libltdl header and adds
118 # AC_CONFIG_SUBDIRS is not called from here. If an installed libltdl
119 # is not found, LIBLTDL will be prefixed with '${top_build_prefix}' if
129 dnl here make sure it is the same as any other declaration of libltdl's
139 [_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])])
150 [if test -f $prefix/lib/libltdl.la; then
157 # Don't overwrite $prefix/lib/libltdl.la without --enable-ltdl-install
158 AC_MSG_WARN([not overwriting libltdl at $prefix, force with `--enable-ltdl-install'])
162 AC_MSG_WARN([libltdl not installed, but installation disabled])
167 # with --disable-ltdl-install, we will install the shipped libltdl.
170 LIBLTDL="-lltdl"
176 LIBLTDL='_LT_BUILD_PREFIX'"${lt_ltdl_dir+$lt_ltdl_dir/}libltdl.la"
177 LTDLDEPS=$LIBLTDL
182 AC_SUBST([LIBLTDL])
195 [dnl If _LTDL_DIR is `.', then we are configuring libltdl itself:
204 [m4_fatal([unknown libltdl mode: ]_LTDL_MODE)])])dnl
222 # Clients of libltdl can use this macro to allow the installer to
225 # subdirectory named libltdl, the directory name must be given by
241 [m4_fatal([unknown libltdl mode: ]_LTDL_MODE)])])
248 # We are not being forced to use the included libltdl sources, so
264 dnl was called yet, then for old times' sake, we assume libltdl is in an
266 AC_PROVIDE_IFELSE([LT_CONFIG_LTDL_DIR], [], [_LT_CONFIG_LTDL_DIR([libltdl])])
283 [use the libltdl.la installed in DIR])])
286 if test -f "$with_ltdl_lib/libltdl.la"; then :
299 [m4_fatal([unknown libltdl build type: ]_LTDL_TYPE)])
303 # preinstalled libltdl we found.
305 [Define this if a modern libltdl is already installed])
306 LIBLTDL=-lltdl
314 LIBLTDL="-L$with_ltdl_lib -lltdl"
322 AC_MSG_CHECKING([where to find libltdl headers])
324 AC_MSG_CHECKING([where to find libltdl library])
325 AC_MSG_RESULT([$LIBLTDL])
366 # interface mainly for the benefit of libltdl's own configure.ac, most
423 [AS_HELP_STRING([--enable-ltdl-install], [install libltdl])])