From 8888375bd8ac90b10ffb56f4662067e559ccefd6 Mon Sep 17 00:00:00 2001 From: Peter Rosin Date: Fri, 23 Jan 2009 14:09:02 +0100 Subject: [PATCH] Add ChangeLog for the libtool-ar patch. --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/ChangeLog b/ChangeLog index b31ba1337..b1fa0608a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2009-01-13 Peter Rosin + + * 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 * .gitignore: Ignore *.obj files for MSVC (and w32). -- 2.47.3