Simon Josefsson <[EMAIL PROTECTED]> writes:
> 2006-09-13 Simon Josefsson <[EMAIL PROTECTED]>
>
> * getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
> that internally, suggested by Ralf Wildenhues
> <[EMAIL PROTECTED]>.
Thanks, I installed that.
Simon Josefsson wrote:
> However, it seems arguable correct (right?), so I propose to install
> the patch below in gnulib-tool. Ok?
>
> /Simon
>
> --- gnulib-tool 12 Sep 2006 17:37:41 +0200 1.159
> +++ gnulib-tool 13 Sep 2006 15:50:00 +0200
> @@ -1098,7 +1098,7 @@
>fi
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
Simon Josefsson <[EMAIL PROTECTED]> writes:
> 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, gn
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 @LIBOB
[ quoting generously for bug-automake ]
Hello Simon.
* Simon Josefsson wrote on Wed, Sep 13, 2006 at 02:19:04PM CEST:
> When building Shishi using latest gnulib, I got this:
>
> ../gl/.libs/libgnu.a(lt1-getdate.o): In function `yyparse':
> /home/jas/src/shishi/gl/getdate.c:1398: multiple definit
When building Shishi using latest gnulib, I got this:
../gl/.libs/libgnu.a(lt1-getdate.o): In function `yyparse':
/home/jas/src/shishi/gl/getdate.c:1398: multiple definition of `yyparse'
../gl/.libs/libgnu.a(getdate.o):/home/jas/src/shishi/gl/getdate.c:1398: first
defined here
../gl/.libs/libgnu.