This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

aclocal --print-ac-dir


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 <fut_nis@d3.dion.ne.jp>



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]