[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [sr #108144] ./configure could recommend packages to install through
From: |
Paul Eggert |
Subject: |
Re: [sr #108144] ./configure could recommend packages to install through local package manager |
Date: |
Thu, 27 Sep 2012 12:47:05 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120911 Thunderbird/15.0.1 |
On 09/27/2012 12:18 PM, Eric Blake wrote:
> your request sounds
> something more like what pkg-config would be able to do than autoconf proper
I like the idea of autoconf-generated scripts using
pkg-config to find out what compiler and linker options
to use. That's not what the requester asked for, but
it would be a step in that direction. Emacs
'configure' does that, and the technique could be
autoconfized, if someone could find the time.