This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: Additional aclocal dir
- To: "Gabor Z. Papp" <gzp at gzp dot org dot hu>
- Subject: Re: Additional aclocal dir
- From: Assar Westerlund <assar at sics dot se>
- Date: 13 Mar 2000 00:20:18 +0100
- Cc: automake at gnu dot org
- References: <20000312122514.A17324@gzp.org.hu>
"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