> "Tom" == Tom Tromey <[EMAIL PROTECTED]> writes:
> "Ralf" == Ralf Corsepius <[EMAIL PROTECTED]> writes:
Ralf> 1. Merge the autoconf and automake packages into one package.
Ralf> This would
Tom> Actually, I'm in favor of this. There are some barriers to doing
Tom> it, but nothing very h
> "Akim" == Akim Demaille <[EMAIL PROTECTED]> writes:
Akim> I have already tried to fix this, but with no success. I didn't
Akim> look very hard though...
Thanks.
Akim> + if ($arg =~ /^--/)
Do we need just `/^-/', to handle short unknown options?
Tom
> "Pavel" == Pavel Roskin <[EMAIL PROTECTED]> writes:
Pavel> If the former is correct, then the following patch would help:
Pavel> -m4datadir = $(datadir)/aclocal-$(VERSION)
Pavel> +m4datadir = $(datadir)/aclocal-$(APIVERSION)
Thanks, I checked this in.
Sorry about the problem.
Tom
> "Tom" == Tom Tromey <[EMAIL PROTECTED]> writes:
Tom> I much prefer the cp output. For one thing it is more "GNUish".
Tom> Is it difficult to fix this?
I have already tried to fix this, but with no success. I didn't look
very hard though...
Index: ChangeLog
from Akim Demaille <[EMAIL P
Hi, Tom!
Your recent changes break Automake. In the default configuration, the
data files are installed to /usr/local/share/aclocal-1.5c and
/usr/local/share/automake-1.5. However, when I run aclocal, it looks for
files in /usr/local/share/aclocal-1.5 and cannot find them:
aclocal: couldn't
Ralf Corsepius <[EMAIL PROTECTED]> writes:
> 2. I am not sure if recommending share/aclocal- for third party
> macros is a good idea:
> * Currently hardly managable on the user-side => If at all, then some
> auto*tool should installing *.m4's to share/aclocal-
> automatically (data_ACLOCALS = fo
Am Mit, 2002-01-16 um 18.06 schrieb Havoc Pennington:
>
> Jens Petersen <[EMAIL PROTECTED]> writes:
> > -m4datadir = $(datadir)/aclocal
> > +m4datadir = $(datadir)/aclocal-@VERSION@
>
[..]
>
> So if the change is done this way, we need a commitment from the
> autoconf maintainers that share/