Am Tue, 1 Aug 2006 18:51:58 +0100 schrieb "Paulo J. Matos" <pocmatos@xxxxxxxxx>: > Hi all, > > CPPUNIT provides an m4 macro AM_PATH_CPPUNIT which is in: > /usr/share/aclocal/cppunit.m4 > > Still, when I try to use AM_PATH_CPPUNIT in my configure.ac I get an > error. Shouldn't it find cppunit.m4 and use the macro? Or I need to > setup autoconf to find the macro? > > Error: > configure.ac:13: error: possibly undefined macro: AM_PATH_CPPUNIT > > Cheers, > In our project we have an autogen.sh script and call "aclocal -I config/m4" there. Under config/m4 there are all the m4 macros we are using. Additionally the first line of our Makefile.am is ACLOCAL_AMFLAGS = -I config/m4 HTH, Thomas -- NO ePatents: http://swpat.ffii.org/index.de.html _______________________________________________ Autoconf mailing list Autoconf@xxxxxxx http://lists.gnu.org/mailman/listinfo/autoconf