Hi.

I installed automake-1.6 with
$ ./configure --prefix=/usr
$ make
$ make check
$ make install
and installed aclocal macros under /usr/share/aclocal-1.6, where is by
default, not /usr/share/aclocal.

However, 
$ aclocal --print-ac-dir
/usr/share/aclocal

Must I use
$ aclocal -I /usr/share/aclocal-1.6
every invoking?  Or, another way?

Thanks
-- 
Nishio Futoshi <[EMAIL PROTECTED]>


Reply via email to