RFC: Example autoconf code for enabling -Wl,--as-needed from upstream configure script
On Mon, Aug 9, 2010 at 5:47 PM, Samuli Suominen wrote:
> On 08/08/2010 01:07 AM, Mike Frysinger wrote:
>> On Saturday, August 07, 2010 10:45:02 Samuli Suominen wrote:
>>> Could use eyepair or two to doublecheck the example code in:
>>
>> how about you let someone else deal with it:
>> http://www.gnu.org/software/autoconf-archive/ax_check_linker_flags.html
>
> thanks, didn't know about that macro. *will make use of it in the bug.
there is a surprising number of useful macros in the largely unknown
autoconf-archive package. i tend to browse that when i need something
new to see if someone hasnt already coded up what i wanted.
downside is that the quality can sometimes vary significantly across
macros. so a review of the code you're importing should be done
(ignoring the general aspect of this statement). upside is that the
maintainer is usually pretty responsive in merging changes.
-mike