Re: aclocal --print-ac-dir

2002-03-11 Thread Alexandre Duret-Lutz
>>> "Jens" == Jens Krüger <[EMAIL PROTECTED]> writes: Jens> Am Montag, 11. März 2002 17:24 schrieben Sie: >> >>> "Jens" == Jens Krüger <[EMAIL PROTECTED]> writes: >> >> [...] >> Jens> I had the same problem and I solved it in the following way: Jens> - remove [...] /usr/share/aclocal Je

Re: aclocal --print-ac-dir

2002-03-11 Thread Alexandre Duret-Lutz
>>> "Jens" == Jens Krüger <[EMAIL PROTECTED]> writes: [...] Jens> I had the same problem and I solved it in the following way: Jens> - remove [...] /usr/share/aclocal Jens> - create links /usr/local/aclocal to /usr/share/aclocal-1.6 [...] Please don't! /usr/local/aclocal and /usr/share/acloc

Re: aclocal --print-ac-dir

2002-03-11 Thread Nishio Futoshi
Thanks for your reply. At 11 Mar 2002 12:17:18 +0100, Akim Demaille wrote: > This is on purpose. aclocal contains m4 files from other people > (Gettext, Libtool etc.), and aclocal-1.6 contains Automake 1.6's. I understand for purpose of $(datadir)/aclocal and $(datadir)/aclocal-1.6. And check

Re: aclocal --print-ac-dir

2002-03-11 Thread Akim Demaille
> "Nishio" == Nishio Futoshi <[EMAIL PROTECTED]> 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. N

Re: aclocal --print-ac-dir

2002-03-11 Thread Nishio Futoshi
At Sun, 10 Mar 2002 21:10:24 +0100, Jens Krüger wrote: > I had the same problem and I solved it in the following way: > - remove the dir's /usr/share/automake and /usr/share/aclocal > - create links /usr/local/aclocal to /usr/share/aclocal-1.6 and > /usr/share/automake to /usr/share/automake-1.

Re: aclocal --print-ac-dir

2002-03-10 Thread Jens Krüger
Am Sonntag, 10. März 2002 11:13 schrieb Nishio Futoshi: > 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, > $ acloca