Re: [PATCH] Test `$(var:suf=rpl)' expansion in special automake variables.

2010-12-18 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Sat, Dec 18, 2010 at 10:35:43AM CET: > On Saturday 18 December 2010, Ralf Wildenhues wrote: > > > +# Try also with `:=', to ensure the parser is not unduly confused > > > +# into thinking that it's an unportable assignement operator. > > > > This comment is bogus, righ

[FYI] merged tests-init and maint into master

2010-12-18 Thread Stefano Lattarini
I merged the "tests-init" and "maint" branches into "master", and pushed. These were the merged commits: (maint) f6ab59e "docs: fix blunder in example about python extension modules" (maint) 4b285ef "docs: list LTLIBRARIES among Automake primaries" (tests-init) 633f376 " Tests defs: requi

[PATCH] {maint} docs: fix blunder in example about python extension modules (was: Re: bug#7661: docs: typo in documentation about python extension modules?)

2010-12-18 Thread Stefano Lattarini
On Saturday 18 December 2010, Ralf Wildenhues wrote: > * Stefano Lattarini wrote on Fri, Dec 17, 2010 at 02:51:12PM CET: > > pyexec_LTLIBRARIES = quaternion.la > > quaternion_SOURCES = quaternion.c support.c support.h > > quaternion_la_LDFLAGS = -avoid-version -module

[FYI] pushed to master (was: Re: [PATCH] {master} Extend, fix and improve tests on Lex and Yacc support.)

2010-12-18 Thread Stefano Lattarini
On Saturday 18 December 2010, Ralf Wildenhues wrote: > [MEGA CUT] > > > > > > # Don't redefine several times the same variable. > > > > > > -cp Makefile.am Makefile.src > > > > > > +cp -f Makefile.am Makefile.src > > > > > > > > > > Why should you need this change? Generally, I don't see why you

Re: [PATCH] Test `$(var:suf=rpl)' expansion in special automake variables.

2010-12-18 Thread Stefano Lattarini
On Saturday 18 December 2010, Ralf Wildenhues wrote: > Hello Stefano, > > * Stefano Lattarini wrote on Thu, Dec 09, 2010 at 01:46:48PM CET: > > Test `$(var:suf=rpl)' expansion in special automake variables. > > > > * tests/posixsubst-data.test: New test. > [...] > > * tests/posixsubst-scripts.tes