]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ChangeLog: Restore missing entries from 2003-04-22.
authorGary V. Vaughan <gary@gnu.org>
Wed, 11 Jun 2003 15:09:24 +0000 (15:09 +0000)
committerGary V. Vaughan <gary@gnu.org>
Wed, 11 Jun 2003 15:09:24 +0000 (15:09 +0000)
* 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.

ChangeLog

index 5551dad0d5eeecb33476da7de46485b659614738..156b03dad77e358a99ce8116cd04777602facf76 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2003-06-11  Gary V. Vaughan  <gary@gnu.org>
 
+       * ChangeLog: Restore missing entries from 2003-04-22.
+
        * NEWS: Sychronised from branch-1-5.
 
 2003-06-03  Benjamin Reed  <ranger@befunk.com>
        * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
        GNU/FreeBSD.
 
+2003-04-22  Alexandre Oliva  <aoliva@redhat.com>
+
+       * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on all
+       mips*-linux* variants.
+
+2003-04-22  Samuel Meder  <meder@mcs.anl.gov>
+
+       * libtool.m4 Switch on $CC and add paterns to cases.
+
+2003-04-22  Peter O'Gorman  <peter@pogma.com>
+
+       * 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  <meder@mcs.anl.gov>
+
+       * libtool.m4: Switch on $CC and add patterns to cases.
+
 2003-04-21  Richard Dawe  <rich@phekda.freeserve.co.uk>
 
        * doc/libtool.texi: Use @ifnottex instead of @ifinfo,
        * README: Changed typo in version description.
        * config.guess, config.sub, texinfo.tex:  Synchronized from
        ftp.gnu.org.
+       
 
 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>