This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: automake 1.6, lftp
- From: Richard Boulton <richard at tartarus dot org>
- To: Glenn Maynard <glenn at zewt dot org>
- Cc: Automake <automake at gnu dot org>
- Date: 03 Jun 2002 00:24:25 +0100
- Subject: Re: automake 1.6, lftp
- References: <20020602164655.GA18350@zewt.org>
On Sun, 2002-06-02 at 17:46, Glenn Maynard wrote:
> 12:40pm glenn@zewt.pts/8 [~/l/lftp] automake
> aclocal.m4:6923: invalid unused variable name: `SSL_LDFLAGS'
> configure.in:199: invalid unused variable name: `LFTP_SSL_LDFLAGS'
>
> It's complaining about a couple variable names used by lftp that have
> nothing to do with automake; why's it doing this? (I can work around
> this by renaming these variables, but it's annoying.)
Update to 1.6.1, it should solve your problem. If it doesn't, let us
know.
The names have suffixes which are also used for variables which have
special meanings for automake: the typo detection code got a bit too
paranoid in automake version 1.6 and started deciding that such names
were errors. In version 1.6.1 and later it allows variables with names
ending in reserved suffices if they're defined in configure.ac, which
I'll be surprised if they aren't.
--
Richard