This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
aclocal --print-ac-dir
- From: Nishio Futoshi <fut_nis at d3 dot dion dot ne dot jp>
- To: automake at gnu dot org
- Date: Sun, 10 Mar 2002 19:13:34 +0900
- Subject: 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>