TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [TCLUG:4216] aclocal, automake, autoconf, and CVS



John R Sheets wrote:
> 
> My guess is that the GNOME macros are in
> /usr/local/share/aclocal, while autoconf & automake are in
> /usr/share/aclocal.  You can either move the GNOME ones to
> /usr/share/aclocal, or do this (shell-dependent):
> 
>  export ACLOCAL_FLAGS='-I /usr/share/aclocal'

Ooops, I'm sorry.  I should have proofread that better:

 export ACLOCAL_FLAGS='-I /usr/local/share/aclocal'

The point is, you can add in paths to multiple m4 directories by
setting the ACLOCAL_FLAGS env variable before calling autogen.sh.

John