Home | History | Annotate | Download | only in m4

Lines Matching refs:ltdl

0 ## ltdl.m4 - Configure ltdl for the target system. -*-Autoconf-*-
13 # choose between a shipped copy of the ltdl sources or a preinstalled
20 # Unless the user asks us to check, assume no installed ltdl exists.
24 [ --with-included-ltdl use the GNU ltdl sources included here])
29 AC_CHECK_HEADER([ltdl.h],
30 [AC_CHECK_LIB([ltdl], [lt_dlcaller_register],
43 # If the included ltdl is not to be used. then Use the
60 # Perform all the checks necessary for compilation of the ltdl objects
90 [AC_ARG_ENABLE([ltdl-install],
91 [AS_HELP_STRING([--enable-ltdl-install],[install libltdl])])