mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-02-17 15:10:02 +08:00
From Kevin Ryde <user42@zip.com.au>:
* doc/libtool.texi (Platform quirks): s/dependan/dependen/ * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Ditto. * TODO: Ditto.
This commit is contained in:
parent
40bcc7f92c
commit
1d69b1c81b
@ -1,3 +1,10 @@
|
||||
2002-06-20 Gary V. Vaughan <gary@gnu.org>
|
||||
|
||||
From Kevin Ryde <user42@zip.com.au>:
|
||||
* doc/libtool.texi (Platform quirks): s/dependan/dependen/
|
||||
* libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Ditto.
|
||||
* TODO: Ditto.
|
||||
|
||||
2002-06-13 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
|
||||
|
||||
* ltmain.in (irix, nonstopux): Set major before use.
|
||||
|
2
TODO
2
TODO
@ -92,7 +92,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|
|
||||
|
@ -202,7 +202,7 @@ Platform quirks
|
||||
* References:: Finding more information.
|
||||
* Compilers:: Creating object files from source files.
|
||||
* Reloadable objects:: Binding object files together.
|
||||
* Multiple dependencies:: Removing duplicate dependant libraries.
|
||||
* Multiple dependencies:: Removing duplicate dependent libraries.
|
||||
* Archivers:: Programs that create static archives.
|
||||
|
||||
@end detailmenu
|
||||
@ -4066,7 +4066,7 @@ write your own.
|
||||
* References:: Finding more information.
|
||||
* Compilers:: Creating object files from source files.
|
||||
* Reloadable objects:: Binding object files together.
|
||||
* Multiple dependencies:: Removing duplicate dependant libraries.
|
||||
* Multiple dependencies:: Removing duplicate dependent libraries.
|
||||
* Archivers:: Programs that create static archives.
|
||||
@end menu
|
||||
|
||||
|
2
libtool.m4
vendored
2
libtool.m4
vendored
@ -1873,7 +1873,7 @@ reload_cmds='$LD$reload_flag -o $output$reload_objs'
|
||||
# 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=
|
||||
|
Loading…
Reference in New Issue
Block a user