> Hi, > I have a few files with custom Autoconf macros. I can merge these > files into the file "acinclude.m4", but I would like to keep them > separate. Therefore I want the aclocal tool to know where to search > for the files. I do not want to to use "aclocal -I ./config", because > now I only type "autoreconf -i" after I check out the project from CVS > (the project is called "dxhdf5"). -I for autoreconf is not related to aclocal. Do this in Makefile.am: ~/src/ace % grep ACLOCAL Makefile.am nostromo 9:32 ACLOCAL_AMFLAGS = -I config