* ltmain.in: Always use $echo not echo for consistency.
commit97ade8120fc8f4a1f69ea622e501180f39d88773
authorPeter O'Gorman <peter@pogma.com>
Thu, 20 Mar 2003 20:24:21 +0000 (20 20:24 +0000)
committerRobert Boehne <rboehne@gnu.org>
Thu, 20 Mar 2003 20:24:21 +0000 (20 20:24 +0000)
treef5d18c5269a04558c9447ba2379967dc807a6fdd
parent49f2fd2f72517559f41f50c791831699535ebc8b
* ltmain.in: Always use $echo not echo for consistency.
Changes for darwin building. Warn if linking against libs linked
with -module. Use module_cmds if available and building a module,
move convenience double lib check,
* libltdl/ltdl.c: ltdl support for darwin (first blush)
* libltdl/README: note that darwin is supported
* ltdl.m4: Changes for darwin, and for new shrext
* libtool.m4: Changed the way darwin builds stuff (make check passes)
added module_cmds, module_expsym_cmds and hardcode_automatic and put
them in the libtool script. check for zsh's removal of escapes. Allow
libraries to be stripped on darwin.
* TODO: Remove the todo about zsh's removal of excapes. note that zsh
echo works perfectly well, eval is screwed up. Seems to be fixed in
latest zsh.
* THANKS: added self :)
* f77demo/configure.ac: Use config.h or it doesn't work.
ChangeLog
THANKS
TODO
configure.ac
libltdl/README
libltdl/ltdl.c
libtool.m4
ltdl.m4
ltmain.in