]> git.ipfire.org Git - thirdparty/libtool.git/commit
* config/ltmain.m4sh (func_extract_archives,func_extract_an_archive):
authorPeter O'Gorman <peter@pogma.com>
Sun, 9 Jan 2005 02:29:47 +0000 (02:29 +0000)
committerPeter O'Gorman <peter@pogma.com>
Sun, 9 Jan 2005 02:29:47 +0000 (02:29 +0000)
commit7e47c8566919f2f2a75e7e2084a9d242fb4334e9
treed6eda2a0aa8f72d52aa8ff47317824afc1a7d37b
parent571a562dcb67a241ff34dbef3389cc289a1bde5a
* config/ltmain.m4sh (func_extract_archives,func_extract_an_archive):
On darwin, uniq can not take the flags -cd together, thanks to Ralf
for the fix, also ar does not accept N, so we use the fact that
ar x libfoo.a foo.o will always extract the first foo.o in the
archive and we then delete foo.o from the archive, which will also
delete only the first foo.o, then rinse and repeat.
ChangeLog
config/ltmain.m4sh