bug#8784: [PATCH] {maint} distcheck: add support for AM_DISTCHECK_CONFIGURE_FLAGS (was: Re: bug#8784: Support developer-reserved AM_DISTCHECK_CONFIGURE_FLAGS)

2011-06-13 Thread Stefano Lattarini
On Friday 10 June 2011, Stefano Lattarini wrote: > Reference: > > > On Thursday 02 June 2011, Stefano Lattarini wrote: > > Severity: wishlist > > > > Hello automakers. > > > > Continuing with the good trend of avoiding to impinge on the user >

bug#8847: New format/layout for byte-compiled files in python >= 3.2 penalizes automake support

2011-06-13 Thread Stefano Lattarini
Python 3.2 has changed the way in which byte-compiled files are stored and searched for, introducing the new concept of a cache directory `__pycache__' where version-specific byte-compiled files can be stored, for many different python versions and implementations at once:

bug#8844: flex header file

2011-06-13 Thread Stefano Lattarini
[adding bug-automake, so that we won't forgot about this report] On Monday 13 June 2011, Pippijn van Steenhoven wrote: > Hi, > > in some of my projects, I use (reentrant) flex with the header-file > option. This causes flex to generate a .h file in addition to the usual > lex.yy.c file. However,