]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Add ChangeLog for the embed-manifest-exeext patch.
authorPeter Rosin <peda@lysator.liu.se>
Fri, 23 Jan 2009 12:45:49 +0000 (13:45 +0100)
committerPeter Rosin <peda@lysator.liu.se>
Fri, 23 Jan 2009 12:45:49 +0000 (13:45 +0100)
ChangeLog

index b31ba13375ec95dae113c95617c8514b27f9b6be..92a56c3c71c246555a24ba9358c159dc6bcad5cd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2009-01-13  Peter Rosin  <peda@lysator.liu.se>
+
+       * libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS)
+       [ cygwin, mingw, cegcc ] <cl*>: @OUTPUT@ may or may not
+       include a trailing $EXEEXT. If mt fails, make sure libtool
+       exits with an error.
+       (_LT_LANG_CXX_CONFIG): Likewise.
+       * tests/exeext.at: New. Make sure linking with both -o prog
+       and -o prog$EXEEXT works.
+       * Makefile.am: Add previous test to testsuite.
+
 2008-08-18  Peter Rosin  <peda@lysator.liu.se>
 
        * .gitignore: Ignore *.obj files for MSVC (and w32).