ship full libltdl tree in SVN to make sure we can build this crack on fedora

git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1651 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2007-08-12 20:24:03 +00:00
parent b16d8e2df4
commit 55f3d34923
25 changed files with 60686 additions and 6 deletions

View file

@ -110,12 +110,11 @@ fi
AC_LTDL_ENABLE_INSTALL
AC_LIBLTDL_INSTALLABLE
AC_SUBST(LTDLINCL)
AC_SUBST(LIBLTDL)
AC_LIBTOOL_DLOPEN
AC_LIBTOOL_WIN32_DLL
AC_PROG_LIBTOOL
AC_CONFIG_SUBDIRS(libltdl)
AC_SUBST(LTDLINCL)
AC_SUBST(LIBLTDL)
if test "x$enable_ltdl_install" = "xno" && test "x$ac_cv_lib_ltdl_lt_dlinit" = "xno" ; then
AC_MSG_ERROR([[
@ -783,6 +782,8 @@ src/pulse/version.h
])
AC_OUTPUT
AC_CONFIG_SUBDIRS(libltdl)
# ==========================================================================
ENABLE_X11=no
if test "x$HAVE_X11" = "x1" ; then