From: Gary V. Vaughan Date: Wed, 17 Aug 2005 20:09:21 +0000 (+0000) Subject: * m4/ltdl.m4 (LTDL_INIT): Fix mismatched parens. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1f1c3c0b8b1b1a7ebd264d218642bf9947cee53;p=thirdparty%2Flibtool.git * m4/ltdl.m4 (LTDL_INIT): Fix mismatched parens. --- diff --git a/ChangeLog b/ChangeLog index d20ba5aa5..231b8ac7a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-08-17 Gary V. Vaughan + + * m4/ltdl.m4 (LTDL_INIT): Fix mismatched parens. + 2005-08-12 Jeremie LE HEN , Ralf Wildenhues @@ -92,50 +96,34 @@ * m4/ltdl.m4 (LTDL_INIT): Set the LTDLOPEN define according to libname_spec. -2005-07-28 Peter Ekberg - * tests/mdemo-dryrun.test: ls -l in MSYS sometimes shows year, not time, for really fresh files. Add sleep 1 calls at strategic places. Makes the test pass for MinGW. -2005-07-28 Peter Ekberg - * m4/libtool.m4 (_LT_LINKER_OPTION): Fix copy-paste bug, it is the linker that is tested. -2005-07-28 Peter Ekberg - * tests/demo-noinst-link.test: $make is empty on MSYS, replace with $MAKE. Makes the test pass for MinGW. -2005-07-28 Peter Ekberg - * config/ltmain.m4sh (func_generate_dlsyms): Properly remove the fake symbol line ": @PROGRAM@ " from the list of exported symbols. -2005-07-28 Peter Ekberg - * libltdl/loaders/loadlibrary.c (vm_open): Set the error mode so that no dialog is popped up in case the file given to LoadLibrary is not a dll. -2005-07-28 Peter Ekberg - * config/ltmain.m4sh (func_mode_link) : Make sure skipped_export is set to colon if _some_ cmd of export_symbols_cmds is too long. -2005-07-28 Peter Ekberg - * libltdl/ltdl.c: The linker is confused by having one definition of lt_libltdlc_LTX_preloaded_symbols tagged with __declspec(dllexport) in ltdl.c and one definition with an initial value in libltdlcS.c. So, just say extern in ltdl.c. Fixes the mdemo-exec.test for MinGW. -2005-07-28 Peter Ekberg - * config/ltmain.m4sh (func_mode_link) : Zap duplicate message "creating reloadable object files..." diff --git a/m4/ltdl.m4 b/m4/ltdl.m4 index b05049a2a..a7037e9a3 100644 --- a/m4/ltdl.m4 +++ b/m4/ltdl.m4 @@ -167,7 +167,7 @@ m4_ifset([_AC_LIST_TAGS], [CONFIG_H=`echo "_AC_LIST_TAGS" | $GREP HEADERS | $SED 's,^[[ ]]*,,;s,[[ :)]].*$,,'`], [m4_ifset([AC_LIST_HEADERS], [CONFIG_H=`echo "AC_LIST_HEADERS" | $SED 's,^[[ ]]*,,;s,[[ :]].*$,,'`], - [CONFIG_H=config.h;AC_CONFIG_HEADERS([config.h])]]) + [CONFIG_H=config.h;AC_CONFIG_HEADERS([config.h])])]) AC_SUBST([CONFIG_H]) AC_CHECK_HEADERS([memory.h unistd.h dl.h sys/dl.h dld.h mach-o/dyld.h],