>>> "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
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
>>> "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
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
>>> "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
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
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
> "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
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.