i have a C++ library ll in /usr/local/lib/e/ and there is a class c in it.
now i'm developing another program using autoconf/automake.
how can i test for the library's existence in configure.ac, since it is not
in library dir?
if i write
AC_CHECK_LIB([ll], main))
it fails.
and header file meets the same problem.

thank you.
-- 
View this message in context: 
http://www.nabble.com/How-to-examine-a-C%2B%2B-library-in-a-subfolder--tf3986986.html#a11320581
Sent from the Gnu - Autoconf - General mailing list archive at Nabble.com.



_______________________________________________
Autoconf mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to