autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

question about AC_SEARCH_LIBS


From: Vincent Torri
Subject: question about AC_SEARCH_LIBS
Date: Sat, 25 Oct 2008 22:35:02 +0200 (CEST)


Hey,

according to the documentation, AC_SEARCH_LIBS searches a function name in a set of libraries and add to LIBS the library that contains the function (if any).

If I have that code:

AC_SEARCH_LIBS([fnmatch], [fnmatch iberty evil], [res="yes"], [res="no"])

the value is stored in ac_cv_search_fnmatch.

I would like to know if it is possible to also retrieve the value in a more common way, instead of getting it from a "private" variable.

thank you

Vincent Torri




reply via email to

[Prev in Thread] Current Thread [Next in Thread]