autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: inclusion of custom Autoconf macros


From: Akim Demaille
Subject: Re: inclusion of custom Autoconf macros
Date: Fri, 03 Oct 2003 09:39:15 +0200
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux)

 > 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]