Hi Philip, There's a Doxygen macro up at the Autoconf Macro Archive: http://autoconf-archive.cryp.to/ax_prog_doxygen.html Might take some setup to get going, but it looks like it some sample rules that you could include within your Makefile.am's. - Rhys On Mon, Mar 23, 2009 at 6:34 AM, Philip Herron <herron.philip@xxxxxxxxxxxxxx > wrote: > 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@xxxxxxx > http://lists.gnu.org/mailman/listinfo/autoconf > _______________________________________________ Autoconf mailing list Autoconf@xxxxxxx http://lists.gnu.org/mailman/listinfo/autoconf