bug#11356: automake 1.12 and (C) 2011

2012-04-30 Thread Peter Johansson
Hi Stefano, Sorry about this late reply. On 04/28/2012 12:34 AM, Stefano Lattarini wrote: --- a/bootstrap +++ b/bootstrap @@ -77,6 +77,8 @@ dosubst () { rm -f $2 in=`echo $1 | sed 's,^.*/,,'` + current_year=`date +%Y`&& test -n "$current_year" \ +|| { echo "$me: cannot get current

bug#11034: [PATCH 2/2] cygnus: remove support for Cygnus-style trees

2012-04-30 Thread Stefano Lattarini
Support for "Cygnus-style" tree as enabled by the 'cygnus' option has been deprecated in the documentation and with runtime warning since Automake 1.12.1. It's now time to remove it. Closes automake bug#11034. * lib/Automake/Options.pm (_process_option_list): Issue a proper error when the 'cygnu

bug#11034: [PATCH 1/2] cygnus: warn when it's used (flagged as 'obsolete' now)

2012-04-30 Thread Stefano Lattarini
Support for "Cygnus-style" tree as enabled by the 'cygnus' option is now reported as obsolete when the warnings in the 'obsolete' category are enabled. See automake bug#11034. * automake.in (check_cygnus): Report the use of 'cygnus' mode as obsolete. * NEWS: Update. * docs/automake.texi: Minor ad

bug#11034: [PATCH 0/2] cygnus: deprecate and remove

2012-04-30 Thread Stefano Lattarini
The first patch deprecates support for Cygnus style-trees. It is meant to be applied to the 'maint' branch, so that it will appear in the next Automake maintenance version (1.12.1) The second patch removes support for Cygnus style-trees altogether. It is meant to be applied (on the top of the fi