texlive[50166] trunk: automake 1.16 scripts sync

commits+karl at tug.org commits+karl at tug.org
Thu Feb 28 19:26:19 CET 2019


Revision: 50166
          http://tug.org/svn/texlive?view=revision&revision=50166
Author:   karl
Date:     2019-02-28 19:26:18 +0100 (Thu, 28 Feb 2019)
Log Message:
-----------
automake 1.16 scripts sync

Modified Paths:
--------------
    trunk/Build/source/build-aux/missing
    trunk/Build/source/build-aux/test-driver
    trunk/Build/source/build-aux/ylwrap
    trunk/Master/tlpkg/dev/srclist.txt
    trunk/Master/tlpkg/doc/releng.txt

Modified: trunk/Build/source/build-aux/missing
===================================================================
--- trunk/Build/source/build-aux/missing	2019-02-28 15:11:56 UTC (rev 50165)
+++ trunk/Build/source/build-aux/missing	2019-02-28 18:26:18 UTC (rev 50166)
@@ -1,9 +1,9 @@
 #! /bin/sh
 # Common wrapper for a few potentially missing GNU programs.
 
-scriptversion=2016-01-11.22; # UTC
+scriptversion=2018-03-07.03; # UTC
 
-# Copyright (C) 1996-2017 Free Software Foundation, Inc.
+# Copyright (C) 1996-2018 Free Software Foundation, Inc.
 # Originally written by Fran,cois Pinard <pinard at iro.umontreal.ca>, 1996.
 
 # This program is free software; you can redistribute it and/or modify
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 # As a special exception to the GNU General Public License, if you
 # distribute this file as part of a program that contains a
@@ -101,9 +101,9 @@
   exit $st
 fi
 
-perl_URL=http://www.perl.org/
-flex_URL=http://flex.sourceforge.net/
-gnu_software_URL=http://www.gnu.org/software
+perl_URL=https://www.perl.org/
+flex_URL=https://github.com/westes/flex
+gnu_software_URL=https://www.gnu.org/software
 
 program_details ()
 {
@@ -207,7 +207,7 @@
 exit $st
 
 # Local variables:
-# eval: (add-hook 'write-file-hooks 'time-stamp)
+# eval: (add-hook 'before-save-hook 'time-stamp)
 # time-stamp-start: "scriptversion="
 # time-stamp-format: "%:y-%02m-%02d.%02H"
 # time-stamp-time-zone: "UTC0"

Modified: trunk/Build/source/build-aux/test-driver
===================================================================
--- trunk/Build/source/build-aux/test-driver	2019-02-28 15:11:56 UTC (rev 50165)
+++ trunk/Build/source/build-aux/test-driver	2019-02-28 18:26:18 UTC (rev 50166)
@@ -1,9 +1,9 @@
 #! /bin/sh
 # test-driver - basic testsuite driver script.
 
-scriptversion=2016-01-11.22; # UTC
+scriptversion=2018-03-07.03; # UTC
 
-# Copyright (C) 2011-2017 Free Software Foundation, Inc.
+# Copyright (C) 2011-2018 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
@@ -16,7 +16,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 # As a special exception to the GNU General Public License, if you
 # distribute this file as part of a program that contains a
@@ -140,7 +140,7 @@
 # Local Variables:
 # mode: shell-script
 # sh-indentation: 2
-# eval: (add-hook 'write-file-hooks 'time-stamp)
+# eval: (add-hook 'before-save-hook 'time-stamp)
 # time-stamp-start: "scriptversion="
 # time-stamp-format: "%:y-%02m-%02d.%02H"
 # time-stamp-time-zone: "UTC0"

Modified: trunk/Build/source/build-aux/ylwrap
===================================================================
--- trunk/Build/source/build-aux/ylwrap	2019-02-28 15:11:56 UTC (rev 50165)
+++ trunk/Build/source/build-aux/ylwrap	2019-02-28 18:26:18 UTC (rev 50166)
@@ -1,9 +1,9 @@
 #! /bin/sh
 # ylwrap - wrapper for lex/yacc invocations.
 
-scriptversion=2016-01-11.22; # UTC
+scriptversion=2018-03-07.03; # UTC
 
-# Copyright (C) 1996-2017 Free Software Foundation, Inc.
+# Copyright (C) 1996-2018 Free Software Foundation, Inc.
 #
 # Written by Tom Tromey <tromey at cygnus.com>.
 #
@@ -18,7 +18,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 # As a special exception to the GNU General Public License, if you
 # distribute this file as part of a program that contains a
@@ -239,7 +239,7 @@
 # Local Variables:
 # mode: shell-script
 # sh-indentation: 2
-# eval: (add-hook 'write-file-hooks 'time-stamp)
+# eval: (add-hook 'before-save-hook 'time-stamp)
 # time-stamp-start: "scriptversion="
 # time-stamp-format: "%:y-%02m-%02d.%02H"
 # time-stamp-time-zone: "UTC0"

Modified: trunk/Master/tlpkg/dev/srclist.txt
===================================================================
--- trunk/Master/tlpkg/dev/srclist.txt	2019-02-28 15:11:56 UTC (rev 50165)
+++ trunk/Master/tlpkg/dev/srclist.txt	2019-02-28 18:26:18 UTC (rev 50166)
@@ -47,6 +47,6 @@
 #
 /usr/local/gnu/share/libtool/build-aux/ltmain.sh Build/source/build-aux/ltmain.sh
 #
-/usr/local/gnu/share/automake-1.15/missing     Build/source/build-aux/missing
-/usr/local/gnu/share/automake-1.15/test-driver Build/source/build-aux/test-driver
-/usr/local/gnu/share/automake-1.15/ylwrap      Build/source/build-aux/ylwrap
+/usr/local/gnu/share/automake-1.16/missing     Build/source/build-aux/missing
+/usr/local/gnu/share/automake-1.16/test-driver Build/source/build-aux/test-driver
+/usr/local/gnu/share/automake-1.16/ylwrap      Build/source/build-aux/ylwrap

Modified: trunk/Master/tlpkg/doc/releng.txt
===================================================================
--- trunk/Master/tlpkg/doc/releng.txt	2019-02-28 15:11:56 UTC (rev 50165)
+++ trunk/Master/tlpkg/doc/releng.txt	2019-02-28 18:26:18 UTC (rev 50166)
@@ -51,6 +51,7 @@
   then reautoconf (~5min), rebuild (~10min).
   install-tl, tlmgr.pl (copyright only)
   check *.c *.h sources in above for needed copyright year updates too.
+  check tlpkg/dev/srclist.txt for automake version update.
   run ~karl/bin/tlversions to see+compare engine/etc. versions
   commit updates.
 



More information about the tex-live-commits mailing list