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