Hi Vincent, * Vincent Torri wrote on Sat, Dec 24, 2005 at 04:27:15PM CET: > > i have an autogen.sh script that launches autoreconf (only) > > i want to use an m4 macro, which in a file in the m4/ subdirectory of my > source tree. > > in configure.ac, i have put : > > AC_CONFIG_MACRO_DIR(m4) Which is fine. > and later i've used the m4 macro. > > but autoconf always tells me that that macro is not defined: > Is it possible to give an option to autoreconf that is passed to aclocal ? > (i.e. passing -I m4). Or is there another solution ? Yes. Put ACLOCAL_AMFLAGS = -I m4 in your toplevel Makefile.am as well. Cheers, Ralf _______________________________________________ Autoconf mailing list Autoconf@xxxxxxx http://lists.gnu.org/mailman/listinfo/autoconf