This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Additional aclocal dir


"Gabor Z. Papp" <gzp@gzp.org.hu> writes:
> can I use/define somehow additional aclocal directory, where
> I can put additional m4 files?

Yes, use `aclocal -I dir' where dir is the directory of your
additional files.  If you want that to get included in your
Makefile.in, you can do something like:

ACLOCAL = @ACLOCAL@ -I dir

/assar


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]