]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* m4/ltdl.m4 (LTDL_INIT): Fix mismatched parens.
authorGary V. Vaughan <gary@gnu.org>
Wed, 17 Aug 2005 20:09:21 +0000 (20:09 +0000)
committerGary V. Vaughan <gary@gnu.org>
Wed, 17 Aug 2005 20:09:21 +0000 (20:09 +0000)
ChangeLog
m4/ltdl.m4

index d20ba5aa5e9bf556ae395438962a26ac2966f0f0..231b8ac7ae8a75843e9c431a55b0b2a1261a575b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-08-17  Gary V. Vaughan  <gary@gnu.org>
+
+       * m4/ltdl.m4 (LTDL_INIT): Fix mismatched parens.
+
 2005-08-12  Jeremie LE HEN <tataz@sitadelle.com>,
            Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * m4/ltdl.m4 (LTDL_INIT): Set the LTDLOPEN define according
        to libname_spec.
 
-2005-07-28  Peter Ekberg  <peda@lysator.liu.se>
-
        * 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  <peda@lysator.liu.se>
-
        * m4/libtool.m4 (_LT_LINKER_OPTION): Fix copy-paste bug, it is
        the linker that is tested.
 
-2005-07-28  Peter Ekberg  <peda@lysator.liu.se>
-
        * tests/demo-noinst-link.test: $make is empty on MSYS, replace
        with $MAKE. Makes the test pass for MinGW.
 
-2005-07-28  Peter Ekberg  <peda@lysator.liu.se>
-
        * config/ltmain.m4sh (func_generate_dlsyms): Properly remove
        the fake symbol line ": @PROGRAM@ " from the list of exported
        symbols.
 
-2005-07-28  Peter Ekberg  <peda@lysator.liu.se>
-
        * 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  <peda@lysator.liu.se>
-
        * config/ltmain.m4sh (func_mode_link) <lib>: Make sure
        skipped_export is set to colon if _some_ cmd of
        export_symbols_cmds is too long.
 
-2005-07-28  Peter Ekberg  <peda@lysator.liu.se>
-
        * 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  <peda@lysator.liu.se>
-
        * config/ltmain.m4sh (func_mode_link) <lib>: Zap duplicate
        message "creating reloadable object files..."
 
index b05049a2a691b28e1606219d6aae3f5ad1f8bdeb..a7037e9a314d08019fee39de303cc84a86fb37b0 100644 (file)
@@ -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],