> "Lars" == Lars J Aas <[EMAIL PROTECTED]> writes:
Tom> You can use ACLOCAL_AMFLAGS (bad name, I know) in Makefile.am.
Lars> That doesn't help if you invoke aclocal manually though - only when
Lars> make invokes aclocal (or have I misunderstood something?).
Nope, you're right.
We really hav
> "Bob" == Bob Proulx <[EMAIL PROTECTED]> writes:
Bob> Therefore shouldn't I run the following sequence to bootstrap the
Bob> project from nothing? This order comes from page 70 of the goat book
Bob> which I know describes an older version of the programs.
Bob> aclocal -I config \
Bob>
On Thu, Jun 14, 2001 at 07:55:32PM -0600, Tom Tromey wrote:
: > "Lars" == Lars J Aas <[EMAIL PROTECTED]> writes:
: Lars> That way I could run aclocal without having to remember the dirs
: Lars> or wrap the invocation in a script (aclocal scans configure.ac
: Lars> anyways).
:
: You can use AC
Lars> It would be great if one could add -I options to aclocal by just placing
Lars> macros in configure.ac, like:
Lars> AC_CONFIG_MACRO_DIR(conf/m4macros)
I would like that too.
Tom> You can use ACLOCAL_AMFLAGS (bad name, I know) in Makefile.am.
Uh, like this?:
ACLOCAL_AMFLAGS = -I config
> "Lars" == Lars J Aas <[EMAIL PROTECTED]> writes:
Lars> It would be great if one could add -I options to aclocal by just placing
Lars> macros in configure.ac, like:
Lars> AC_CONFIG_MACRO_DIR(conf/m4macros)
That might be nice.
I forget though what Akim has in mind for this for autoconf.
The