* Peter Rosin wrote on Tue, Aug 31, 2010 at 11:49:18AM CEST: > Pushing as attached, expected fail on Cygwin/ar and unexpected pass on > MSYS/lib just as before.
Why does it pass with MSYS/lib? Does lib expand the individual objects of the passed library-to-add? If no, then can we make the test stricter so that it correctly fails here as well? Oh, did we discuss this before and I forgot? Thanks, Ralf > Subject: [PATCH] Extract the archive name from the .la file and use $AR (not > ar). > > * Makefile.am: Pass AR through to the testsuite. > * tests/archive-in-archive.at: Bump copyright year. Extract archive > name from the .la file instead of hardcoding the name, and allow > different archivers. Also clarify that the tested functionality is > currently broken.
