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

acsubst.test, acsubst2.test missing on CVS

2002-03-11 Thread Pavel Roskin
Hello, Richard! The current automake doesn't pass the testsuite. The files tests/acsubst.test and tests/acsubst2.test are not on CVS, but the ChangeLog says that you have added them. Please don't forget that you should add the new files by "cvs add" and commit them by "cvs commit". -- Regards

Re: [patch] mkinstalldirs used conditionally

2002-03-11 Thread Alexandre Duret-Lutz
>>> "Akim" == Akim Demaille <[EMAIL PROTECTED]> writes: D Akim> IMHO, this is obfuscating the code. The real means (again, IMHO) to Akim> address this issue should be to use an install-sh which creates the Akim> directories and their parents when needed. Akim> It simplifies the code, address

Re: Compile problems [PATCH]

2002-03-11 Thread Alexandre Duret-Lutz
Hi Richard, >>> "Richard" == Richard Boulton <[EMAIL PROTECTED]> writes: > --- ChangeLog 2002/03/07 21:06:29 1.1780 > +++ ChangeLog 2002/03/10 15:52:11 > @@ -1,3 +1,9 @@ > +2002-03-10 Richard Boulton <[EMAIL PROTECTED]> > + > + * automake.in (check_typos): Allow variables with reserved

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: [patch] mkinstalldirs used conditionally

2002-03-11 Thread Akim Demaille
IMHO, this is obfuscating the code. The real means (again, IMHO) to address this issue should be to use an install-sh which creates the directories and their parents when needed. It simplifies the code, addresses your issue, and also guarantees that in the future, all such targets will behave a

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.