* ltmain.in (dependency_libs) [darwin]: Remove -framework stuff from
commit50376ef19a408f6ed551877dfd152e1d786a595f
authorPeter O'Gorman <peter@pogma.com>
Mon, 21 Jun 2004 14:52:57 +0000 (21 14:52 +0000)
committerPeter O'Gorman <peter@pogma.com>
Mon, 21 Jun 2004 14:52:57 +0000 (21 14:52 +0000)
treec984d35aa2fd19b0cb532dad499f4d62ceb214ae
parent9b519b39fdb9779b65c46dafebaae62ed626618c
* ltmain.in (dependency_libs) [darwin]: Remove -framework stuff from
dependency_libs. Instead, invent a new .la var "inherited_linker_flags"
to keep any linker flags which should be used when linking the library,
but are outside the usual -L -l, -R etc that can be used in
dependency_libs. Any unusual flags in dependency_libs cause recent
versions of libtool to die with "cannot find the library `'", so
it is required to move frameworks out of there. :(
ChangeLog
ltmain.in