This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: @LTLIBOBJS@ seen but never set in `configure.in' - why?
- To: Vadim Zeitlin <Vadim.zeitlin@dptmaths.ens-cachan.fr>
- Subject: Re: @LTLIBOBJS@ seen but never set in `configure.in' - why?
- From: Tom Tromey <tromey@cygnus.com>
- Date: 27 May 1999 20:52:47 -0600
- Cc: automake@gnu.org
- References: <XFMail.990527162657.Vadim.zeitlin@dptmaths.ens-cachan.fr>
- Reply-To: tromey@cygnus.com
>>>>> "Vadim" == Vadim Zeitlin <Vadim.zeitlin@dptmaths.ens-cachan.fr> writes:
Vadim> When I run automake (1.4) I get the warning (which is, in fact,
Vadim> an error because it returns non zero exit code) in the subject
Vadim> line. Looking at the automake code, it seems like it wants me
Vadim> to have
Vadim> LIBOBJS="$LIBOBJS whatever.o"
This is an obscure problem.
Automake assumes LTLIBOBJS is derived from LIBOBJS.
In your case, it isn't.
If you use a different macro name, things will work.
Gross.
I'm adding a test case for this, so it ought to be fixed before the
next release.
Tom