From dd60c4003e3178a0e4caa177951a95e83243974d Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Thu, 20 Jun 2002 07:06:29 +0000 Subject: [PATCH] From Kevin Ryde : * doc/libtool.texi (Platform quirks): s/dependan/dependen/ * TODO: Ditto. --- ChangeLog | 8 +++++++- TODO | 2 +- libtool.m4 | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index c195d717c..6053c4ee5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-06-20 Gary V. Vaughan + + From Kevin Ryde : + * doc/libtool.texi (Platform quirks): s/dependan/dependen/ + * TODO: Ditto. + 2002-06-13 Rainer Orth * ltmain.in (irix, nonstopux): Set major before use. @@ -6,7 +12,7 @@ * libltdl/ltdl.c (try_dlopen): Don't return bogus handle to user if tryall_dlopen() fails. - + 2002-05-06 Paul Eggert * libtool.m4 (_LT_AC_LTCONFIG_HACK): head -1 -> sed 1q to diff --git a/TODO b/TODO index 2a3072e03..c0fb911cf 100644 --- a/TODO +++ b/TODO @@ -81,7 +81,7 @@ almost definitely require that automake pass some hints about linkage in to each object compilation line. * jeffdb@goodnet.com writes - all you need to do for mutually dependant + all you need to do for mutually dependent .dll's is to create an implib from a .def file so it appears that we might need to detect and handle mutual dependencies specially on win32 =(O| diff --git a/libtool.m4 b/libtool.m4 index 2f464ed9a..be4125f23 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -3295,7 +3295,7 @@ test -n "$reload_flag" && reload_flag=" $reload_flag" # AC_DEPLIBS_CHECK_METHOD - how to check for library dependencies # -- PORTME fill in with the dynamic library characteristics AC_DEFUN([AC_DEPLIBS_CHECK_METHOD], -[AC_CACHE_CHECK([how to recognise dependant libraries], +[AC_CACHE_CHECK([how to recognise dependent libraries], lt_cv_deplibs_check_method, [lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= -- 2.47.3