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