libextractor

GNU libextractor
Log | Files | Refs | Submodules | README | LICENSE

commit 0e222792bb590c344f2c41fd18a5c2f9ff6316fe
parent 90896f810a297b49a26efb3f8c72e51d34418d35
Author: Heikki Lindholm <holin@iki.fi>
Date:   Fri, 13 Feb 2009 11:08:48 +0000

modernise and fix


Diffstat:
MMakefile.am | 2+-
Mconfigure.ac | 8+-------
2 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/Makefile.am b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = m4 po src doc . +SUBDIRS = m4 po libltdl src doc . EXTRA_DIST = config.rpath \ ABOUT-NLS mkinstalldirs install-sh \ PLATFORMS README.debian diff --git a/configure.ac b/configure.ac @@ -25,14 +25,8 @@ AC_PROG_INSTALL AC_PROG_LN_S AC_PROG_MAKE_SET LT_CONFIG_LTDL_DIR([libltdl]) -AC_LIBTOOL_DLOPEN -AC_DISABLE_STATIC -AC_LIBTOOL_WIN32_DLL -AC_LIBLTDL_INSTALLABLE -AC_PROG_LIBTOOL -AC_LIB_LTDL AC_CANONICAL_HOST -LT_INIT +LT_INIT([disable-static dlopen win32-dll]) LTDL_INIT AC_SUBST(LTDLINCL) AC_SUBST(LIBLTDL)