* 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.
This commit is contained in:
Gary V. Vaughan 2003-06-11 15:09:24 +00:00
parent 1b8c7b2439
commit 2ce5f5b5e8

View File

@ -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>
@ -62,6 +64,27 @@
* 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,
@ -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 <aoliva@redhat.com>