This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: aclocal --print-ac-dir
- From: Akim Demaille <akim at epita dot fr>
- To: Nishio Futoshi <fut_nis at d3 dot dion dot ne dot jp>
- Cc: automake at gnu dot org
- Date: 11 Mar 2002 12:17:18 +0100
- Subject: Re: aclocal --print-ac-dir
- References: <m3sn78hgs1.wl@d3.dion.ne.jp>
>>>>> "Nishio" == Nishio Futoshi <fut_nis@d3.dion.ne.jp> writes:
Nishio> Hi. I installed automake-1.6 with $ ./configure --prefix=/usr
Nishio> $ make $ make check $ make install and installed aclocal
Nishio> macros under /usr/share/aclocal-1.6, where is by default, not
Nishio> /usr/share/aclocal.
Nishio> However, $ aclocal --print-ac-dir /usr/share/aclocal
This is on purpose. aclocal contains m4 files from other people
(Gettext, Libtool etc.), and aclocal-1.6 contains Automake 1.6's.
Nishio> Must I use $ aclocal -I /usr/share/aclocal-1.6 every invoking?
Nishio> Or, another way?
Just try, and see by yourself that it works fine.