Re: bug#11153: change automake branching policy: dispensing with the 'branch-X.Y' branches in the future

2012-04-25 Thread Stefano Lattarini
I've now implemented the proposed branching setup, with the following steps: - I have removed the old and outdated 'next' branch (which was an ancestor of the current 'master'). - I have removed the 'branch-1.11' branch (whose tip pointed at the commit tagged by tag 'v1.11.5'). - Now th

[FYI] {master} release: stable major release 1.12

2012-04-25 Thread Stefano Lattarini
* configure.ac (AC_INIT): Bump version number to 1.12. * NEWS: Likewise. * m4/amversion.m4 (AM_AUTOMAKE_VERSION): Likewise (autoupdated by ./bootstrap). Signed-off-by: Stefano Lattarini --- NEWS|4 ++-- configure.ac|2 +- m4/amversion.m4 |6 +++--- 3 files changed, 6

Re: bug#11302: Automake 1.11d on openSUSE 12.1

2012-04-25 Thread Stefano Lattarini
severity 11302 minor tags 11302 patch close 11302 thanks On 04/25/2012 01:22 AM, Bruno Haible wrote: > > Yes, it fixes the test failures of > > t/posixsubst-libraries.sh > t/posixsubst-ltlibraries.sh > t/posixsubst-scripts.sh > t/transform3.sh > Thanks for confirming. I've pushed the p

Re: bug#11306: Automake 1.11d on MacOS X

2012-04-25 Thread Stefano Lattarini
On 04/23/2012 12:51 PM, Stefano Lattarini wrote: > On 04/22/2012 08:10 PM, Bruno Haible wrote: >> >> FAIL: t/lex-libobj >> >> But setting LEXLIB to just whitespace makes the test succeed: >> >> diff -r -u automake-1.11d.orig/t/lex-libobj.sh automake-1.11d/t/lex-libobj.sh >> --- automake-1.11d.orig/