diff options
Diffstat (limited to 'maintainer')
-rwxr-xr-x | maintainer/am-ft | 2 | ||||
-rwxr-xr-x | maintainer/am-xft | 2 | ||||
-rw-r--r-- | maintainer/maint.mk | 18 | ||||
-rwxr-xr-x | maintainer/rename-tests | 2 | ||||
-rw-r--r-- | maintainer/syntax-checks.mk | 2 |
5 files changed, 12 insertions, 14 deletions
diff --git a/maintainer/am-ft b/maintainer/am-ft index 9b51fd6b5..6bb7d97e5 100755 --- a/maintainer/am-ft +++ b/maintainer/am-ft @@ -2,7 +2,7 @@ # Remote testing of Automake tarballs made easy. # This script requires Bash 4.x or later. -# Copyright (C) 2013-2015 Free Software Foundation, Inc. +# Copyright (C) 2013-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/maintainer/am-xft b/maintainer/am-xft index f2ec54d5c..98263babb 100755 --- a/maintainer/am-xft +++ b/maintainer/am-xft @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (C) 2013-2015 Free Software Foundation, Inc. +# Copyright (C) 2013-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/maintainer/maint.mk b/maintainer/maint.mk index 0212fd972..582cfdd58 100644 --- a/maintainer/maint.mk +++ b/maintainer/maint.mk @@ -1,6 +1,6 @@ # Maintainer makefile rules for Automake. # -# Copyright (C) 1995-2015 Free Software Foundation, Inc. +# Copyright (C) 1995-2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -223,7 +223,7 @@ autodiffs: && cd tmp \ && $(GIT) checkout -q "$$rev" \ && echo "$@: bootstrapping $$rev" \ - && $(SHELL) ./bootstrap.sh \ + && $(SHELL) ./bootstrap \ && echo "$@: copying files from $$rev" \ && makefile_ins=`find . -name Makefile.in` \ && (tar cf - configure aclocal.m4 $$makefile_ins) | \ @@ -331,22 +331,20 @@ CLEANFILES += announcement git-sv-host = git.savannah.gnu.org # Some repositories we sync files from. -SV_CVS = 'http://savannah.gnu.org/cgi-bin/viewcvs/~checkout~/' -SV_GIT_CF = 'http://$(git-sv-host)/gitweb/?p=config.git;a=blob_plain;hb=HEAD;f=' -SV_GIT_AC = 'http://$(git-sv-host)/gitweb/?p=autoconf.git;a=blob_plain;hb=HEAD;f=' -SV_GIT_GL = 'http://$(git-sv-host)/gitweb/?p=gnulib.git;a=blob_plain;hb=HEAD;f=' +SV_GIT_CF = 'https://$(git-sv-host)/gitweb/?p=config.git;a=blob_plain;hb=HEAD;f=' +SV_GIT_GL = 'https://$(git-sv-host)/gitweb/?p=gnulib.git;a=blob_plain;hb=HEAD;f=' # Files that we fetch and which we compare against. # Note that the 'lib/COPYING' file must still be synced by hand. FETCHFILES = \ $(SV_GIT_CF)config.guess \ $(SV_GIT_CF)config.sub \ - $(SV_CVS)texinfo/texinfo/doc/texinfo.tex \ - $(SV_CVS)texinfo/texinfo/util/gendocs.sh \ - $(SV_CVS)texinfo/texinfo/util/gendocs_template \ + $(SV_GIT_GL)build-aux/texinfo.tex \ + $(SV_GIT_GL)build-aux/gendocs.sh \ $(SV_GIT_GL)build-aux/gitlog-to-changelog \ $(SV_GIT_GL)build-aux/gnupload \ $(SV_GIT_GL)build-aux/update-copyright \ + $(SV_GIT_GL)doc/gendocs_template \ $(SV_GIT_GL)doc/INSTALL # Fetch the latest versions of few scripts and files we care about. @@ -489,7 +487,7 @@ update-copyright: || { echo "$@: cannot get current year" >&2; exit 1; }; \ fi; \ sed -i "/^RELEASE_YEAR=/s/=.*$$/=$$current_year/" \ - bootstrap.sh configure.ac; \ + bootstrap configure.ac; \ excluded_re=`( \ for url in $(FETCHFILES); do echo "$$url"; done \ | sed -e 's!^.*/!!' -e 's!^.*=!!' -e 's!^!lib/!' \ diff --git a/maintainer/rename-tests b/maintainer/rename-tests index c6cc69829..8c643872b 100755 --- a/maintainer/rename-tests +++ b/maintainer/rename-tests @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Convenience script to rename test cases in Automake. -# Copyright (C) 2013-2015 Free Software Foundation, Inc. +# Copyright (C) 2013-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/maintainer/syntax-checks.mk b/maintainer/syntax-checks.mk index a8633db53..c8b074008 100644 --- a/maintainer/syntax-checks.mk +++ b/maintainer/syntax-checks.mk @@ -1,6 +1,6 @@ # Maintainer checks for Automake. Requires GNU make. -# Copyright (C) 2012-2015 Free Software Foundation, Inc. +# Copyright (C) 2012-2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by |