From: Gary V. Vaughan Date: Wed, 11 Jun 2003 15:09:24 +0000 (+0000) Subject: * ChangeLog: Restore missing entries from 2003-04-22. X-Git-Tag: help~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ce5f5b5e8a8bbe0aaa0c46ab3fa1ab2ad4222f4;p=thirdparty%2Flibtool.git * ChangeLog: Restore missing entries from 2003-04-22. * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on all mips*-linux* variants. * libtool.m4 Switch on $CC and add paterns to cases. * libtool.m4: Move the AC_LIBTOOL_SYS_DYNAMIC_LINKER check to be before AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH, becuase the value of shlibpath_overrides_runpath is used in the HARDCODE test and is set in the DYNAMIC_LINKER test. * ltmain.in [darwin]: We never need to relink on darwin. * libtool.m4: Switch on $CC and add patterns to cases. --- diff --git a/ChangeLog b/ChangeLog index 5551dad0d..156b03dad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2003-06-11 Gary V. Vaughan + * ChangeLog: Restore missing entries from 2003-04-22. + * NEWS: Sychronised from branch-1-5. 2003-06-03 Benjamin Reed @@ -62,6 +64,27 @@ * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for GNU/FreeBSD. +2003-04-22 Alexandre Oliva + + * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on all + mips*-linux* variants. + +2003-04-22 Samuel Meder + + * libtool.m4 Switch on $CC and add paterns to cases. + +2003-04-22 Peter O'Gorman + + * libtool.m4: Move the AC_LIBTOOL_SYS_DYNAMIC_LINKER check + to be before AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH, becuase the + value of shlibpath_overrides_runpath is used in the HARDCODE + test and is set in the DYNAMIC_LINKER test. + * ltmain.in [darwin]: We never need to relink on darwin. + +2003-04-22 Samuel Meder + + * libtool.m4: Switch on $CC and add patterns to cases. + 2003-04-21 Richard Dawe * doc/libtool.texi: Use @ifnottex instead of @ifinfo, @@ -80,6 +103,7 @@ * README: Changed typo in version description. * config.guess, config.sub, texinfo.tex: Synchronized from ftp.gnu.org. + 2003-04-10 Alexandre Oliva