Hello Simon, * Simon Josefsson wrote on Wed, Sep 13, 2006 at 03:56:16PM CEST: > Ralf Wildenhues <[EMAIL PROTECTED]> writes: > > > I think the fix is to drop the AC_LIBOBJ line from getdate.m4. But > > Automake also could warn against this (it warns in a slightly simpler > > setting not involving built sources). For this however, gnulib-tool > > should use $(LIBOBJS) instead of @LIBOBJS@ in the Makefile.am snippet > > that it outputs (so that automake has a chance to detect this). Why > > doesn't gnulib-tool do that, by the way? > > Making that change does not appear to change anything.
I meant: the fix for the getdate bug of having the object listed twice is to drop the `AC_LIBOBJ([getdate])' from getdate.m4. The other thing is: I would like automake to be able to warn about this situation. It currently does not do this. My next thought was: automake would only be able to warn about this if the Makefile.am used $(LIBOBJS) rather than @[EMAIL PROTECTED] But from glancing at automake.in this seems wrong, too. So please forget about this argument for now. Sorry for the noise. Cheers, Ralf