Hey

This is my first post to this mailing list :). I love autoconf but
still quite new to it. But wondering if your doing something like:

AC_CHECK_LIB([xml2], [xmlTextReaderGetAttribute])

This will return me the -lxml2 for linking the library but the include
path is different i need to do -I/usr/include/libxml2. I usualy get
this from pkg-config in a simple Makefile i was using:

$ xml2-config --cflags --libs

-I/usr/include/libxml2
-lxml2

Is there a way to also get that include path?

Also is there a way to do something like:

AC_PROG_DOXYGEN

And add an extra make rule in Makefile.am or other wise:

doxygen: Doxyfile
             $(DOXYGEN) Doxyfile

I guess these must be quite basic questions but i am reading up on it :)

Thanks

-Phil
http://redbrain.co.uk


_______________________________________________
Autoconf mailing list
Autoconf@gnu.org
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to