]> 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 19:24:23 +0000 (19:24 +0000)
committerGary V. Vaughan <gary@gnu.org>
Wed, 17 Aug 2005 19:24:23 +0000 (19:24 +0000)
ChangeLog
m4/ltdl.m4

index 32aad976d4ad567b8d229b89b23799876fdfd607..78d481c3124239f42af510ea98a3518efec0eafb 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-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * tests/inherited_flags.at: Store intermediate libtool output
@@ -9,7 +13,7 @@
        files to .cpp, for compatibility with MSVC.
        Reported by Peter Ekberg <peda@axentia.se>.
 
-2005-08-12  Jeremie LE HEN <tataz@sitadelle.com>,
+2005-08-12  Jeremie LE HEN  <tataz@sitadelle.com>,
            Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * doc/libtool.texi (Creating object files, Linking libraries):
        * 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],