From: Stefano Lattarini Date: Mon, 5 Jan 2015 21:55:51 +0000 (+0100) Subject: Merge branch 'minor' X-Git-Tag: v1.16~44 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=2f0293e16dce2005a55c5e08f31edf12bb8d3f8e;p=thirdparty%2Fautomake.git Merge branch 'minor' * minor: maint: update copyright years to 2015 (branch 'micro') --- 2f0293e16dce2005a55c5e08f31edf12bb8d3f8e diff --cc bootstrap.sh index 0ae381e2a,9f8465550..87719ba73 --- a/bootstrap.sh +++ b/bootstrap.sh @@@ -39,8 -37,17 +39,8 @@@ PACKAGE=automak datadir=. # This should be automatically updated by the 'update-copyright' # rule of our Makefile. - RELEASE_YEAR=2014 + RELEASE_YEAR=2015 -# Override SHELL. This is required on DJGPP so that Perl's system() -# uses bash, not COMMAND.COM which doesn't quote arguments properly. -# It's not used otherwise. -if test -n "$DJDIR"; then - BOOTSTRAP_SHELL=/dev/env/DJDIR/bin/bash.exe -else - BOOTSTRAP_SHELL=/bin/sh -fi - # Read the rule for calculating APIVERSION and execute it. apiver_cmd=`sed -ne 's/\[\[/[/g;s/\]\]/]/g;/^APIVERSION=/p' configure.ac` eval "$apiver_cmd" diff --cc m4/obsolete.m4 index 9579f820a,d1f39c550..f6d5a6111 --- a/m4/obsolete.m4 +++ b/m4/obsolete.m4 @@@ -1,7 -1,8 +1,7 @@@ # -*- Autoconf -*- -# Obsolete and "removed" macros, that must however still report explicit -# error messages when used, to smooth transition. +# Deprecated, obsolescent or and obsolete macros. # - # Copyright (C) 1996-2014 Free Software Foundation, Inc. + # Copyright (C) 1996-2015 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it,