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