]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Add ChangeLog for the libtool-ar patch.
authorPeter Rosin <peda@lysator.liu.se>
Fri, 23 Jan 2009 13:09:02 +0000 (14:09 +0100)
committerPeter Rosin <peda@lysator.liu.se>
Fri, 23 Jan 2009 13:09:02 +0000 (14:09 +0100)
ChangeLog

index b31ba13375ec95dae113c95617c8514b27f9b6be..b1fa0608ae5b3d266499189065f282f4e803cfe2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2009-01-13  Peter Rosin  <peda@lysator.liu.se>
+
+       * libltdl/config/ltmain.m4sh (func_mode_ar): New function
+       implementing new libtool --mode=ar.
+       (func_mode_help): Describe new ar mode.
+       * libltdl/m4/libtool.m4 (_LT_PROG_AR): Don't AC_SUBST AR_SEP
+       and AR_TFLAGS since they are no longer needed outside the
+       libtool script. Instead AC_SUBST LT_AR and LT_ARFLAGS and set
+       them so that libtool --mode=ar is invoked if the archiver is
+       "strange".
+       * Makefile.am: Don't export AR_SEP to the testsuite, instead
+       export LT_AR and LT_ARFLAGS.
+       * tests/archive-in-archive.at: Use "$LT_AR t " instead of
+       "$AR $AR_TFLAGS$AR_SEP".
+       * doc/libtool.texi: Document new mode.
+
 2008-08-18  Peter Rosin  <peda@lysator.liu.se>
 
        * .gitignore: Ignore *.obj files for MSVC (and w32).