Re: AC_CHECK_LIB not finding my library

2010-04-20 Thread Jim Meyering
Eric Blake wrote: > On 04/19/2010 10:00 AM, Joel J. Adamson wrote: >> > Does this portion of the manual already contain enough hints in >> > that direction? If not, are you willing to help provide some >> > wording to add to the manual? >> > http://www.gnu.org/software/autoconf/man

Re: AC_CHECK_LIB not finding my library

2010-04-20 Thread Eric Blake
On 04/20/2010 02:22 AM, Jim Meyering wrote: > You (as an autoconf administrator) can help on that front > by deactivating the "cvs" feature, if it's not already done > > https://savannah.gnu.org/project/admin/editgroupfeatures.php?group=autoconf > > (I still see "Use CVS" on the "Source Code" m

AC_CHECK_HEADER fails

2010-04-20 Thread Lukas Kaser
Dear all, I am very, very new to this list and very new to autoconf and friends. In addition I don't know much about linux, so here is my question: For my actual project I use a third-party-header-file. The user should get it from the web and put it do /usr/include or /usr/local/include. With au