libextractor

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

commit 0ee744a6d80daaf1da631f870a121048456efdea
parent 245cde75b95c9ffe434a4fdfbe971c03c8bbb80f
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 18 May 2008 22:57:14 +0000

fixing Mantis #1340

Diffstat:
Mconfigure.ac | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac @@ -31,9 +31,9 @@ AC_DISABLE_STATIC AC_LIBTOOL_WIN32_DLL AC_LIBLTDL_INSTALLABLE AC_PROG_LIBTOOL -AC_CONFIG_SUBDIRS(libltdl) -AC_CANONICAL_HOST AC_LIB_LTDL +m4_ifdef([_AC_SEEN_TAG(libltdl)], [], [AC_CONFIG_SUBDIRS(libltdl)]) +AC_CANONICAL_HOST AC_SUBST(LTDLINCL) AC_SUBST(LIBLTDL) AC_SUBST(MKDIR_P)