This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: @LTLIBOBJS@ seen but never set in `configure.in' - why?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]