texlive[55466] Build/source/utils/xindy: omit $Id$ in generated

commits+karl at tug.org commits+karl at tug.org
Sun Jun 7 20:00:56 CEST 2020


Revision: 55466
          http://tug.org/svn/texlive?view=revision&revision=55466
Author:   karl
Date:     2020-06-07 20:00:56 +0200 (Sun, 07 Jun 2020)
Log Message:
-----------
omit $Id$ in generated output; it is useful, but too painful to commit autosources and generated files separately

Modified Paths:
--------------
    trunk/Build/source/Makefile.in
    trunk/Build/source/am/ChangeLog
    trunk/Build/source/am/bin_links.am
    trunk/Build/source/am/recurse.am
    trunk/Build/source/configure
    trunk/Build/source/libs/Makefile.in
    trunk/Build/source/libs/configure
    trunk/Build/source/texk/ChangeLog
    trunk/Build/source/texk/Makefile.in
    trunk/Build/source/texk/cjkutils/Makefile.in
    trunk/Build/source/texk/configure
    trunk/Build/source/texk/configure.ac
    trunk/Build/source/texk/dviljk/Makefile.in
    trunk/Build/source/texk/dvipdfm-x/Makefile.in
    trunk/Build/source/texk/dvipng/Makefile.in
    trunk/Build/source/texk/dvisvgm/ChangeLog
    trunk/Build/source/texk/dvisvgm/Makefile.am
    trunk/Build/source/texk/dvisvgm/Makefile.in
    trunk/Build/source/texk/dvisvgm/configure.ac
    trunk/Build/source/texk/web2c/ChangeLog
    trunk/Build/source/texk/web2c/Makefile.in
    trunk/Build/source/texk/web2c/ac/web2c.ac
    trunk/Build/source/texk/web2c/configure
    trunk/Build/source/texk/web2c/omegafonts/Makefile.in
    trunk/Build/source/utils/Makefile.in
    trunk/Build/source/utils/autosp/ChangeLog
    trunk/Build/source/utils/autosp/Makefile.am
    trunk/Build/source/utils/autosp/ac/withenable.ac
    trunk/Build/source/utils/axodraw2/ChangeLog
    trunk/Build/source/utils/axodraw2/ac/withenable.ac
    trunk/Build/source/utils/axodraw2/configure
    trunk/Build/source/utils/axodraw2/configure.ac
    trunk/Build/source/utils/configure
    trunk/Build/source/utils/xindy/ChangeLog
    trunk/Build/source/utils/xindy/ac/withenable.ac

Property Changed:
----------------
    trunk/Build/source/am/bin_links.am
    trunk/Build/source/am/recurse.am
    trunk/Build/source/texk/configure.ac
    trunk/Build/source/texk/dvisvgm/Makefile.am
    trunk/Build/source/texk/dvisvgm/configure.ac
    trunk/Build/source/utils/autosp/Makefile.am
    trunk/Build/source/utils/autosp/ac/withenable.ac
    trunk/Build/source/utils/axodraw2/ac/withenable.ac
    trunk/Build/source/utils/axodraw2/configure.ac

Modified: trunk/Build/source/Makefile.in
===================================================================
--- trunk/Build/source/Makefile.in	2020-06-07 17:59:46 UTC (rev 55465)
+++ trunk/Build/source/Makefile.in	2020-06-07 18:00:56 UTC (rev 55466)
@@ -491,8 +491,12 @@
 recurse_this = 
 recurse_top = 
 
-# $Id$
+# am/recurse.am: Makefile fragment to configure and build subdirs.
 #
+# Copyright 2017-2020 Karl Berry <tex-live at tug.org>
+# Copyright 2013      Peter Breitenlohner <tex-live at tug.org>
+# You may freely use, modify and/or distribute this file.
+#
 # Requires $(recurse_this) and $(recurse_top).
 # Uses CONF_SUBDIRS and MAKE_SUBDIRS (set by kpse-setup.m4).
 #

Modified: trunk/Build/source/am/ChangeLog
===================================================================
--- trunk/Build/source/am/ChangeLog	2020-06-07 17:59:46 UTC (rev 55465)
+++ trunk/Build/source/am/ChangeLog	2020-06-07 18:00:56 UTC (rev 55466)
@@ -1,6 +1,8 @@
 2017-02-17  Karl Berry  <karl at freefriends.org>
 
-	* recurse.am: doc fixes.
+	* bin_links.am,
+	* recurse.am: consistently omit $Id$ from generated Makefile.in,
+	but do include comments.
 
 2017-02-16  Karl Berry  <karl at tug.org>
 

Modified: trunk/Build/source/am/bin_links.am
===================================================================
--- trunk/Build/source/am/bin_links.am	2020-06-07 17:59:46 UTC (rev 55465)
+++ trunk/Build/source/am/bin_links.am	2020-06-07 18:00:56 UTC (rev 55466)
@@ -1,18 +1,19 @@
-# $Id$
+## $Id$
 # am/bin_links.am: Makefile fragment for bindir links.
-##
-## Copyright 2017      Karl Berry <tex-live at tug.org>
-## Copyright 2011-2013 Peter Breitenlohner <tex-live at tug.org>
-## You may freely use, modify and/or distribute this file.
-##
-## requires conditional WIN32
-## requires $(bin_links)
-## Symlinks within $(bindir): FILE:LINK indicates LINK->FILE
-##  for binaries and scripts use, e.g.,
-##    binprog$(EXEEXT):foo
-##    script:bar
-##  respectively, such that the links created on cygwin are
-##    'foo->binprog.exe' and 'bar->script'.
+#
+# Copyright 2017-2020 Karl Berry <tex-live at tug.org>
+# Copyright 2011-2013 Peter Breitenlohner <tex-live at tug.org>
+# You may freely use, modify and/or distribute this file.
+#
+# requires conditional WIN32
+# requires $(bin_links)
+# Symlinks within $(bindir): FILE:LINK indicates LINK->FILE
+#  for binaries and scripts use, e.g.,
+#    binprog$(EXEEXT):foo
+#    script:bar
+#  respectively, such that the links created on cygwin are
+#    'foo->binprog.exe' and 'bar->script'.
+
 .PHONY: install-bin-links uninstall-bin-links
 
 install-bin-links:


Property changes on: trunk/Build/source/am/bin_links.am
___________________________________________________________________
Modified: svn:keywords
## -1 +1 ##
-Date Author Id
\ No newline at end of property
+Date Author Id Revision
\ No newline at end of property
Modified: trunk/Build/source/am/recurse.am
===================================================================
--- trunk/Build/source/am/recurse.am	2020-06-07 17:59:46 UTC (rev 55465)
+++ trunk/Build/source/am/recurse.am	2020-06-07 18:00:56 UTC (rev 55466)
@@ -1,10 +1,10 @@
-# $Id$
-## am/recurse.am: Makefile fragment to configure and build subdirs.
-##
-## Copyright 2017      Karl Berry <tex-live at tug.org>
-## Copyright 2013 Peter Breitenlohner <tex-live at tug.org>
-## You may freely use, modify and/or distribute this file.
+## $Id$
+# am/recurse.am: Makefile fragment to configure and build subdirs.
 #
+# Copyright 2017-2020 Karl Berry <tex-live at tug.org>
+# Copyright 2013      Peter Breitenlohner <tex-live at tug.org>
+# You may freely use, modify and/or distribute this file.
+#
 # Requires $(recurse_this) and $(recurse_top).
 # Uses CONF_SUBDIRS and MAKE_SUBDIRS (set by kpse-setup.m4).
 #


Property changes on: trunk/Build/source/am/recurse.am
___________________________________________________________________
Modified: svn:keywords
## -1 +1 ##
-Date Author Id
\ No newline at end of property
+Date Author Id Revision
\ No newline at end of property
Modified: trunk/Build/source/configure
===================================================================
--- trunk/Build/source/configure	2020-06-07 17:59:46 UTC (rev 55465)
+++ trunk/Build/source/configure	2020-06-07 18:00:56 UTC (rev 55466)
@@ -4199,8 +4199,7 @@
 esac ;;
 esac
 
-## utils/autosp/ac/withenable.ac: configure.ac fragment for TeX Live subdir
-## $Id: withenable.ac 46590 2018-02-10 23:30:32Z karl $
+## utils/autosp/ac/withenable.ac: configure.ac fragment for Tl subdir
 ## configure options and TL libraries required for autosp.
 # Check whether --enable-autosp was given.
 if test "${enable_autosp+set}" = set; then :
@@ -4218,8 +4217,7 @@
     ;;
 esac
 
-## utils/autosp/ac/withenable.ac: configure.ac fragment for TeX Live subdir
-## $Id: withenable.ac 46590 2018-02-10 23:30:32Z karl $
+## utils/axodraw2/ac/withenable.ac: configure.ac fragment for TL subdir
 ## configure options and TL libraries for axodraw2.
 # Check whether --enable-axodraw2 was given.
 if test "${enable_axodraw2+set}" = set; then :
@@ -4399,9 +4397,8 @@
     ;;
 esac
 
-# $Id: withenable.ac 49993 2019-02-10 19:14:27Z karl $
-# utils/xindy/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory utils/xindy/
-## configure options and TL libraries required for xindy
+## utils/xindy/ac/withenable.ac: configure.ac fragment for TL subdir
+## configure options and TL libraries required for xindy.
 # Check whether --enable-xindy was given.
 if test "${enable_xindy+set}" = set; then :
   enableval=$enable_xindy;
@@ -4513,9 +4510,8 @@
   need_zlib=yes
 }
 
-# $Id: web2c.ac 55138 2020-05-14 17:47:47Z karl $
-# texk/web2c/ac/web2c.ac: configure.ac fragment for the TeX Live subdirectory texk/web2c/
-## configure options for TeX and MF
+# texk/web2c/ac/web2c.ac: configure.ac fragment for TL subdir
+# configure options for TeX and MF
 
 # Check whether --with-banner-add was given.
 if test "${with_banner_add+set}" = set; then :

Modified: trunk/Build/source/libs/Makefile.in
===================================================================
--- trunk/Build/source/libs/Makefile.in	2020-06-07 17:59:46 UTC (rev 55465)
+++ trunk/Build/source/libs/Makefile.in	2020-06-07 18:00:56 UTC (rev 55466)
@@ -417,8 +417,12 @@
 recurse_this = libs/
 recurse_top = ../
 
-# $Id: recurse.am 43261 2017-02-17 22:37:44Z karl $
+# am/recurse.am: Makefile fragment to configure and build subdirs.
 #
+# Copyright 2017-2020 Karl Berry <tex-live at tug.org>
+# Copyright 2013      Peter Breitenlohner <tex-live at tug.org>
+# You may freely use, modify and/or distribute this file.
+#
 # Requires $(recurse_this) and $(recurse_top).
 # Uses CONF_SUBDIRS and MAKE_SUBDIRS (set by kpse-setup.m4).
 #

Modified: trunk/Build/source/libs/configure
===================================================================
--- trunk/Build/source/libs/configure	2020-06-07 17:59:46 UTC (rev 55465)
+++ trunk/Build/source/libs/configure	2020-06-07 18:00:56 UTC (rev 55466)
@@ -3379,8 +3379,7 @@
 esac ;;
 esac
 
-## utils/autosp/ac/withenable.ac: configure.ac fragment for TeX Live subdir
-## $Id: withenable.ac 46590 2018-02-10 23:30:32Z karl $
+## utils/autosp/ac/withenable.ac: configure.ac fragment for Tl subdir
 ## configure options and TL libraries required for autosp.
 # Check whether --enable-autosp was given.
 if test "${enable_autosp+set}" = set; then :
@@ -3398,8 +3397,7 @@
     ;;
 esac
 
-## utils/autosp/ac/withenable.ac: configure.ac fragment for TeX Live subdir
-## $Id: withenable.ac 46590 2018-02-10 23:30:32Z karl $
+## utils/axodraw2/ac/withenable.ac: configure.ac fragment for TL subdir
 ## configure options and TL libraries for axodraw2.
 # Check whether --enable-axodraw2 was given.
 if test "${enable_axodraw2+set}" = set; then :
@@ -3579,9 +3577,8 @@
     ;;
 esac
 
-# $Id: withenable.ac 49993 2019-02-10 19:14:27Z karl $
-# utils/xindy/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory utils/xindy/
-## configure options and TL libraries required for xindy
+## utils/xindy/ac/withenable.ac: configure.ac fragment for TL subdir
+## configure options and TL libraries required for xindy.
 # Check whether --enable-xindy was given.
 if test "${enable_xindy+set}" = set; then :
   enableval=$enable_xindy;
@@ -3693,9 +3690,8 @@
   need_zlib=yes
 }
 
-# $Id: web2c.ac 55138 2020-05-14 17:47:47Z karl $
-# texk/web2c/ac/web2c.ac: configure.ac fragment for the TeX Live subdirectory texk/web2c/
-## configure options for TeX and MF
+# texk/web2c/ac/web2c.ac: configure.ac fragment for TL subdir
+# configure options for TeX and MF
 
 # Check whether --with-banner-add was given.
 if test "${with_banner_add+set}" = set; then :

Modified: trunk/Build/source/texk/ChangeLog
===================================================================
--- trunk/Build/source/texk/ChangeLog	2020-06-07 17:59:46 UTC (rev 55465)
+++ trunk/Build/source/texk/ChangeLog	2020-06-07 18:00:56 UTC (rev 55466)
@@ -1,3 +1,7 @@
+2020-06-07  Karl Berry  <karl at freefriends.org>
+
+	* configure.ac: omit $Id$ from generated output.
+
 2017-02-16  Karl Berry  <karl at freefriends.org>
 
 	* configure.ac (AC_INIT): tex-live at tug.org instead of peb.

Modified: trunk/Build/source/texk/Makefile.in
===================================================================
--- trunk/Build/source/texk/Makefile.in	2020-06-07 17:59:46 UTC (rev 55465)
+++ trunk/Build/source/texk/Makefile.in	2020-06-07 18:00:56 UTC (rev 55466)
@@ -417,8 +417,12 @@
 recurse_this = texk/
 recurse_top = ../
 
-# $Id: recurse.am 43261 2017-02-17 22:37:44Z karl $
+# am/recurse.am: Makefile fragment to configure and build subdirs.
 #
+# Copyright 2017-2020 Karl Berry <tex-live at tug.org>
+# Copyright 2013      Peter Breitenlohner <tex-live at tug.org>
+# You may freely use, modify and/or distribute this file.
+#
 # Requires $(recurse_this) and $(recurse_top).
 # Uses CONF_SUBDIRS and MAKE_SUBDIRS (set by kpse-setup.m4).
 #

Modified: trunk/Build/source/texk/cjkutils/Makefile.in
===================================================================
--- trunk/Build/source/texk/cjkutils/Makefile.in	2020-06-07 17:59:46 UTC (rev 55465)
+++ trunk/Build/source/texk/cjkutils/Makefile.in	2020-06-07 18:00:56 UTC (rev 55466)
@@ -14,8 +14,23 @@
 
 @SET_MAKE@
 
+# am/bin_links.am: Makefile fragment for bindir links.
+#
+# Copyright 2017-2020 Karl Berry <tex-live at tug.org>
+# Copyright 2011-2013 Peter Breitenlohner <tex-live at tug.org>
+# You may freely use, modify and/or distribute this file.
+#
+# requires conditional WIN32
+# requires $(bin_links)
+# Symlinks within $(bindir): FILE:LINK indicates LINK->FILE
+#  for binaries and scripts use, e.g.,
+#    binprog$(EXEEXT):foo
+#    script:bar
+#  respectively, such that the links created on cygwin are
+#    'foo->binprog.exe' and 'bar->script'.
 
 
+
 VPATH = @srcdir@
 am__is_gnu_make = { \
   if test -z '$(MAKELEVEL)'; then \
@@ -1608,8 +1623,6 @@
 	echo timestamp >config.force
 	$(SHELL) ./config.status --recheck
 
-# $Id: bin_links.am 43248 2017-02-16 21:38:29Z karl $
-# am/bin_links.am: Makefile fragment for bindir links.
 .PHONY: install-bin-links uninstall-bin-links
 
 install-bin-links:

Modified: trunk/Build/source/texk/configure
===================================================================
--- trunk/Build/source/texk/configure	2020-06-07 17:59:46 UTC (rev 55465)
+++ trunk/Build/source/texk/configure	2020-06-07 18:00:56 UTC (rev 55466)
@@ -3379,8 +3379,7 @@
 esac ;;
 esac
 
-## utils/autosp/ac/withenable.ac: configure.ac fragment for TeX Live subdir
-## $Id: withenable.ac 46590 2018-02-10 23:30:32Z karl $
+## utils/autosp/ac/withenable.ac: configure.ac fragment for Tl subdir
 ## configure options and TL libraries required for autosp.
 # Check whether --enable-autosp was given.
 if test "${enable_autosp+set}" = set; then :
@@ -3398,8 +3397,7 @@
     ;;
 esac
 
-## utils/autosp/ac/withenable.ac: configure.ac fragment for TeX Live subdir
-## $Id: withenable.ac 46590 2018-02-10 23:30:32Z karl $
+## utils/axodraw2/ac/withenable.ac: configure.ac fragment for TL subdir
 ## configure options and TL libraries for axodraw2.
 # Check whether --enable-axodraw2 was given.
 if test "${enable_axodraw2+set}" = set; then :
@@ -3579,9 +3577,8 @@
     ;;
 esac
 
-# $Id: withenable.ac 49993 2019-02-10 19:14:27Z karl $
-# utils/xindy/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory utils/xindy/
-## configure options and TL libraries required for xindy
+## utils/xindy/ac/withenable.ac: configure.ac fragment for TL subdir
+## configure options and TL libraries required for xindy.
 # Check whether --enable-xindy was given.
 if test "${enable_xindy+set}" = set; then :
   enableval=$enable_xindy;
@@ -3693,9 +3690,8 @@
   need_zlib=yes
 }
 
-# $Id: web2c.ac 55138 2020-05-14 17:47:47Z karl $
-# texk/web2c/ac/web2c.ac: configure.ac fragment for the TeX Live subdirectory texk/web2c/
-## configure options for TeX and MF
+# texk/web2c/ac/web2c.ac: configure.ac fragment for TL subdir
+# configure options for TeX and MF
 
 # Check whether --with-banner-add was given.
 if test "${with_banner_add+set}" = set; then :

Modified: trunk/Build/source/texk/configure.ac
===================================================================
--- trunk/Build/source/texk/configure.ac	2020-06-07 17:59:46 UTC (rev 55465)
+++ trunk/Build/source/texk/configure.ac	2020-06-07 18:00:56 UTC (rev 55466)
@@ -1,7 +1,7 @@
-# $Id$
+dnl $Id$
 dnl Process this file with autoconf to produce a configure script.
 dnl
-dnl   Copyright 2017      Karl Berry <tex-live at tug.org>
+dnl   Copyright 2017-2020 Karl Berry <tex-live at tug.org>
 dnl   Copyright 2009-2013 Peter Breitenlohner <tex-live at tug.org>
 dnl
 dnl   This file is free software; the copyright holder


Property changes on: trunk/Build/source/texk/configure.ac
___________________________________________________________________
Modified: svn:keywords
## -1 +1 ##
-Date Author Id
\ No newline at end of property
+Date Author Id Revision
\ No newline at end of property
Modified: trunk/Build/source/texk/dviljk/Makefile.in
===================================================================
--- trunk/Build/source/texk/dviljk/Makefile.in	2020-06-07 17:59:46 UTC (rev 55465)
+++ trunk/Build/source/texk/dviljk/Makefile.in	2020-06-07 18:00:56 UTC (rev 55466)
@@ -14,8 +14,23 @@
 
 @SET_MAKE@
 
+# am/bin_links.am: Makefile fragment for bindir links.
+#
+# Copyright 2017-2020 Karl Berry <tex-live at tug.org>
+# Copyright 2011-2013 Peter Breitenlohner <tex-live at tug.org>
+# You may freely use, modify and/or distribute this file.
+#
+# requires conditional WIN32
+# requires $(bin_links)
+# Symlinks within $(bindir): FILE:LINK indicates LINK->FILE
+#  for binaries and scripts use, e.g.,
+#    binprog$(EXEEXT):foo
+#    script:bar
+#  respectively, such that the links created on cygwin are
+#    'foo->binprog.exe' and 'bar->script'.
 
 
+
 VPATH = @srcdir@
 am__is_gnu_make = { \
   if test -z '$(MAKELEVEL)'; then \
@@ -1291,8 +1306,6 @@
 
 @KPATHSEA_RULE@
 
-# $Id: bin_links.am 43248 2017-02-16 21:38:29Z karl $
-# am/bin_links.am: Makefile fragment for bindir links.
 .PHONY: install-bin-links uninstall-bin-links
 
 install-bin-links:

Modified: trunk/Build/source/texk/dvipdfm-x/Makefile.in
===================================================================
--- trunk/Build/source/texk/dvipdfm-x/Makefile.in	2020-06-07 17:59:46 UTC (rev 55465)
+++ trunk/Build/source/texk/dvipdfm-x/Makefile.in	2020-06-07 18:00:56 UTC (rev 55466)
@@ -14,8 +14,23 @@
 
 @SET_MAKE@
 
+# am/bin_links.am: Makefile fragment for bindir links.
+#
+# Copyright 2017-2020 Karl Berry <tex-live at tug.org>
+# Copyright 2011-2013 Peter Breitenlohner <tex-live at tug.org>
+# You may freely use, modify and/or distribute this file.
+#
+# requires conditional WIN32
+# requires $(bin_links)
+# Symlinks within $(bindir): FILE:LINK indicates LINK->FILE
+#  for binaries and scripts use, e.g.,
+#    binprog$(EXEEXT):foo
+#    script:bar
+#  respectively, such that the links created on cygwin are
+#    'foo->binprog.exe' and 'bar->script'.
 
 
+
 VPATH = @srcdir@
 am__is_gnu_make = { \
   if test -z '$(MAKELEVEL)'; then \
@@ -1948,8 +1963,6 @@
 
 $(xdvipdfmx_OBJECTS): config.force
 
-# $Id: bin_links.am 43248 2017-02-16 21:38:29Z karl $
-# am/bin_links.am: Makefile fragment for bindir links.
 .PHONY: install-bin-links uninstall-bin-links
 
 install-bin-links:

Modified: trunk/Build/source/texk/dvipng/Makefile.in
===================================================================
--- trunk/Build/source/texk/dvipng/Makefile.in	2020-06-07 17:59:46 UTC (rev 55465)
+++ trunk/Build/source/texk/dvipng/Makefile.in	2020-06-07 18:00:56 UTC (rev 55466)
@@ -14,6 +14,21 @@
 
 @SET_MAKE@
 
+# am/bin_links.am: Makefile fragment for bindir links.
+#
+# Copyright 2017-2020 Karl Berry <tex-live at tug.org>
+# Copyright 2011-2013 Peter Breitenlohner <tex-live at tug.org>
+# You may freely use, modify and/or distribute this file.
+#
+# requires conditional WIN32
+# requires $(bin_links)
+# Symlinks within $(bindir): FILE:LINK indicates LINK->FILE
+#  for binaries and scripts use, e.g.,
+#    binprog$(EXEEXT):foo
+#    script:bar
+#  respectively, such that the links created on cygwin are
+#    'foo->binprog.exe' and 'bar->script'.
+
 VPATH = @srcdir@
 am__is_gnu_make = { \
   if test -z '$(MAKELEVEL)'; then \
@@ -1574,8 +1589,6 @@
 @FREETYPE2_RULE@
 @LIBPNG_RULE@
 
-# $Id: bin_links.am 43248 2017-02-16 21:38:29Z karl $
-# am/bin_links.am: Makefile fragment for bindir links.
 .PHONY: install-bin-links uninstall-bin-links
 
 install-bin-links:

Modified: trunk/Build/source/texk/dvisvgm/ChangeLog
===================================================================
--- trunk/Build/source/texk/dvisvgm/ChangeLog	2020-06-07 17:59:46 UTC (rev 55465)
+++ trunk/Build/source/texk/dvisvgm/ChangeLog	2020-06-07 18:00:56 UTC (rev 55466)
@@ -1,3 +1,8 @@
+2020-06-07  Karl Berry  <karl at freefriends.org>
+
+	* configure.ac,
+	* Makefile.am: omit $Id$ from generated Makefile.in.
+
 2019-11-19  Martin Gieseking  <martin.gieseking at uos.de>
 
 	* version.ac: 2.8.1; update sources and patches.

Modified: trunk/Build/source/texk/dvisvgm/Makefile.am
===================================================================
--- trunk/Build/source/texk/dvisvgm/Makefile.am	2020-06-07 17:59:46 UTC (rev 55465)
+++ trunk/Build/source/texk/dvisvgm/Makefile.am	2020-06-07 18:00:56 UTC (rev 55466)
@@ -1,7 +1,7 @@
-# $Id$
+## $Id$
 # Makefile.am for the TeX Live subdirectory texk/dvisvgm/
 #
-# Copyright 2015-2017 Karl Berry <tex-live at tug.org>
+# Copyright 2015-2020 Karl Berry <tex-live at tug.org>
 # Copyright 2009-2015 Peter Breitenlohner <tex-live at tug.org>
 # You may freely use, modify and/or distribute this file.
 #


Property changes on: trunk/Build/source/texk/dvisvgm/Makefile.am
___________________________________________________________________
Modified: svn:keywords
## -1 +1 ##
-Date Author Id
\ No newline at end of property
+Date Author Id Revision
\ No newline at end of property
Modified: trunk/Build/source/texk/dvisvgm/Makefile.in
===================================================================
--- trunk/Build/source/texk/dvisvgm/Makefile.in	2020-06-07 17:59:46 UTC (rev 55465)
+++ trunk/Build/source/texk/dvisvgm/Makefile.in	2020-06-07 18:00:56 UTC (rev 55466)
@@ -14,10 +14,9 @@
 
 @SET_MAKE@
 
-# $Id: Makefile.am 49882 2019-01-31 18:21:25Z karl $
 # Makefile.am for the TeX Live subdirectory texk/dvisvgm/
 #
-# Copyright 2015-2017 Karl Berry <tex-live at tug.org>
+# Copyright 2015-2020 Karl Berry <tex-live at tug.org>
 # Copyright 2009-2015 Peter Breitenlohner <tex-live at tug.org>
 # You may freely use, modify and/or distribute this file.
 #

Modified: trunk/Build/source/texk/dvisvgm/configure.ac
===================================================================
--- trunk/Build/source/texk/dvisvgm/configure.ac	2020-06-07 17:59:46 UTC (rev 55465)
+++ trunk/Build/source/texk/dvisvgm/configure.ac	2020-06-07 18:00:56 UTC (rev 55466)
@@ -1,4 +1,4 @@
-# $Id$
+dnl $Id$
 dnl Process this file with autoconf to produce a configure script
 dnl for dvisvgm in TeX Live.
 dnl


Property changes on: trunk/Build/source/texk/dvisvgm/configure.ac
___________________________________________________________________
Modified: svn:keywords
## -1 +1 ##
-Date Author Id
\ No newline at end of property
+Date Author Id Revision
\ No newline at end of property
Modified: trunk/Build/source/texk/web2c/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/ChangeLog	2020-06-07 17:59:46 UTC (rev 55465)
+++ trunk/Build/source/texk/web2c/ChangeLog	2020-06-07 18:00:56 UTC (rev 55466)
@@ -1,3 +1,7 @@
+2020-06-07  Karl Berry  <karl at freefriends.org>
+
+	* ac/web2c.ac: omit $Id$ from output.
+
 2020-06-07  Andreas Scherer  <https://ascherer.github.io>
 
 	* ctangleboot.cin,

Modified: trunk/Build/source/texk/web2c/Makefile.in
===================================================================
--- trunk/Build/source/texk/web2c/Makefile.in	2020-06-07 17:59:46 UTC (rev 55465)
+++ trunk/Build/source/texk/web2c/Makefile.in	2020-06-07 18:00:56 UTC (rev 55466)
@@ -14,10 +14,25 @@
 
 @SET_MAKE@
 
+# am/bin_links.am: Makefile fragment for bindir links.
+#
+# Copyright 2017-2020 Karl Berry <tex-live at tug.org>
+# Copyright 2011-2013 Peter Breitenlohner <tex-live at tug.org>
+# You may freely use, modify and/or distribute this file.
+#
+# requires conditional WIN32
+# requires $(bin_links)
+# Symlinks within $(bindir): FILE:LINK indicates LINK->FILE
+#  for binaries and scripts use, e.g.,
+#    binprog$(EXEEXT):foo
+#    script:bar
+#  respectively, such that the links created on cygwin are
+#    'foo->binprog.exe' and 'bar->script'.
 
 
 
 
+
 VPATH = @srcdir@
 am__is_gnu_make = { \
   if test -z '$(MAKELEVEL)'; then \
@@ -18864,8 +18879,6 @@
 synctexdir/synctex.log: synctex$(EXEEXT)
 libmd5/md5.log: md5main$(EXEEXT)
 
-# $Id$
-# am/bin_links.am: Makefile fragment for bindir links.
 .PHONY: install-bin-links uninstall-bin-links
 
 install-bin-links:

Modified: trunk/Build/source/texk/web2c/ac/web2c.ac
===================================================================
--- trunk/Build/source/texk/web2c/ac/web2c.ac	2020-06-07 17:59:46 UTC (rev 55465)
+++ trunk/Build/source/texk/web2c/ac/web2c.ac	2020-06-07 18:00:56 UTC (rev 55466)
@@ -1,11 +1,11 @@
-# $Id$
-# texk/web2c/ac/web2c.ac: configure.ac fragment for the TeX Live subdirectory texk/web2c/
+dnl $Id$
+# texk/web2c/ac/web2c.ac: configure.ac fragment for TL subdir
 dnl
-dnl Copyright 2015-2019 Karl Berry <tex-live at tug.org>
+dnl Copyright 2015-2020 Karl Berry <tex-live at tug.org>
 dnl Copyright 2009-2015 Peter Breitenlohner <tex-live at tug.org>
 dnl You may freely use, modify and/or distribute this file.
 dnl
-## configure options for TeX and MF
+# configure options for TeX and MF
 m4_define_default([kpse_indent_26], [26])[]dnl
 AC_ARG_WITH([banner-add],
             AS_HELP_STRING([--with-banner-add=STR],

Modified: trunk/Build/source/texk/web2c/configure
===================================================================
--- trunk/Build/source/texk/web2c/configure	2020-06-07 17:59:46 UTC (rev 55465)
+++ trunk/Build/source/texk/web2c/configure	2020-06-07 18:00:56 UTC (rev 55466)
@@ -18594,9 +18594,8 @@
 
 # Include additional code for web2c.
 
-# $Id: web2c.ac 55138 2020-05-14 17:47:47Z karl $
-# texk/web2c/ac/web2c.ac: configure.ac fragment for the TeX Live subdirectory texk/web2c/
-## configure options for TeX and MF
+# texk/web2c/ac/web2c.ac: configure.ac fragment for TL subdir
+# configure options for TeX and MF
 
 # Check whether --with-banner-add was given.
 if test "${with_banner_add+set}" = set; then :

Modified: trunk/Build/source/texk/web2c/omegafonts/Makefile.in
===================================================================
--- trunk/Build/source/texk/web2c/omegafonts/Makefile.in	2020-06-07 17:59:46 UTC (rev 55465)
+++ trunk/Build/source/texk/web2c/omegafonts/Makefile.in	2020-06-07 18:00:56 UTC (rev 55466)
@@ -14,6 +14,21 @@
 
 @SET_MAKE@
 
+# am/bin_links.am: Makefile fragment for bindir links.
+#
+# Copyright 2017-2020 Karl Berry <tex-live at tug.org>
+# Copyright 2011-2013 Peter Breitenlohner <tex-live at tug.org>
+# You may freely use, modify and/or distribute this file.
+#
+# requires conditional WIN32
+# requires $(bin_links)
+# Symlinks within $(bindir): FILE:LINK indicates LINK->FILE
+#  for binaries and scripts use, e.g.,
+#    binprog$(EXEEXT):foo
+#    script:bar
+#  respectively, such that the links created on cygwin are
+#    'foo->binprog.exe' and 'bar->script'.
+
 VPATH = @srcdir@
 am__is_gnu_make = { \
   if test -z '$(MAKELEVEL)'; then \
@@ -1388,8 +1403,6 @@
 
 @KPATHSEA_RULE@
 
-# $Id: bin_links.am 43248 2017-02-16 21:38:29Z karl $
-# am/bin_links.am: Makefile fragment for bindir links.
 .PHONY: install-bin-links uninstall-bin-links
 
 install-bin-links:

Modified: trunk/Build/source/utils/Makefile.in
===================================================================
--- trunk/Build/source/utils/Makefile.in	2020-06-07 17:59:46 UTC (rev 55465)
+++ trunk/Build/source/utils/Makefile.in	2020-06-07 18:00:56 UTC (rev 55466)
@@ -417,8 +417,12 @@
 recurse_this = utils/
 recurse_top = ../
 
-# $Id: recurse.am 43261 2017-02-17 22:37:44Z karl $
+# am/recurse.am: Makefile fragment to configure and build subdirs.
 #
+# Copyright 2017-2020 Karl Berry <tex-live at tug.org>
+# Copyright 2013      Peter Breitenlohner <tex-live at tug.org>
+# You may freely use, modify and/or distribute this file.
+#
 # Requires $(recurse_this) and $(recurse_top).
 # Uses CONF_SUBDIRS and MAKE_SUBDIRS (set by kpse-setup.m4).
 #

Modified: trunk/Build/source/utils/autosp/ChangeLog
===================================================================
--- trunk/Build/source/utils/autosp/ChangeLog	2020-06-07 17:59:46 UTC (rev 55465)
+++ trunk/Build/source/utils/autosp/ChangeLog	2020-06-07 18:00:56 UTC (rev 55466)
@@ -1,3 +1,7 @@
+2020-06-07  Karl Berry  <karl at freefriends.org>
+
+	* ac/withenable.ac: omit $Id$ from generated output.
+
 2020-02-07  Akira Kakuto  <kakuto at w32tex.org>
 
 	* Import autosp-2020-02-06.

Modified: trunk/Build/source/utils/autosp/Makefile.am
===================================================================
--- trunk/Build/source/utils/autosp/Makefile.am	2020-06-07 17:59:46 UTC (rev 55465)
+++ trunk/Build/source/utils/autosp/Makefile.am	2020-06-07 18:00:56 UTC (rev 55466)
@@ -1,7 +1,7 @@
 ## $Id$
 ## Makefile.am for the TeX Live subdirectory utils/autosp/
 ##
-## Copyright 2016-2018 Karl Berry <tex-live at tug.org>
+## Copyright 2016-2020 Karl Berry <tex-live at tug.org>
 ## You may freely use, modify and/or distribute this file.
 
 ## We want to re-distribute the whole original ps2eps source tree.
@@ -13,8 +13,8 @@
 
 AM_CFLAGS = $(WARNING_CFLAGS)
 
-# We intentionally omit the rebar program, since the name just seems to
-# be generic to end up in system bindirs, and it's said to just be a
+# We intentionally omit the rebar program, since the name seems too
+# generic to end up in system bindirs, and it's said to only be a
 # convenience.  People can get it from the Werner Icking Music Archive.
 bin_PROGRAMS = autosp tex2aspc
 


Property changes on: trunk/Build/source/utils/autosp/Makefile.am
___________________________________________________________________
Modified: svn:keywords
## -1 +1 ##
-Date Author Id
\ No newline at end of property
+Date Author Id Revision
\ No newline at end of property
Modified: trunk/Build/source/utils/autosp/ac/withenable.ac
===================================================================
--- trunk/Build/source/utils/autosp/ac/withenable.ac	2020-06-07 17:59:46 UTC (rev 55465)
+++ trunk/Build/source/utils/autosp/ac/withenable.ac	2020-06-07 18:00:56 UTC (rev 55466)
@@ -1,7 +1,7 @@
-## utils/autosp/ac/withenable.ac: configure.ac fragment for TeX Live subdir
-## $Id$
+## utils/autosp/ac/withenable.ac: configure.ac fragment for Tl subdir
+dnl $Id$
 dnl
-dnl Copyright 2016--2018 Karl Berry <tex-live at tug.org>
+dnl Copyright 2016-2020 Karl Berry <tex-live at tug.org>
 dnl You may freely use, modify and/or distribute this file.
 dnl
 ## configure options and TL libraries required for autosp.


Property changes on: trunk/Build/source/utils/autosp/ac/withenable.ac
___________________________________________________________________
Modified: svn:keywords
## -1 +1 ##
-Date Author Id
\ No newline at end of property
+Date Author Id Revision
\ No newline at end of property
Modified: trunk/Build/source/utils/axodraw2/ChangeLog
===================================================================
--- trunk/Build/source/utils/axodraw2/ChangeLog	2020-06-07 17:59:46 UTC (rev 55465)
+++ trunk/Build/source/utils/axodraw2/ChangeLog	2020-06-07 18:00:56 UTC (rev 55466)
@@ -1,3 +1,11 @@
+2020-06-07  Karl Berry  <karl at freefriends.org>
+
+	* configure.ac,
+	* ac/withenable.ac: omit $Id$ from generated output.
+	
+	* configure.ac (AC_CHECK_LIB([m]): check for erf, not sqrt.
+	(Missed this in earlier changes in other dirs.)
+
 2019-09-07  Akira Kakuto  <kakuto at w32tex.org>
 
 	Import v1.3 from ctan.org/pkg/axodraw2.

Modified: trunk/Build/source/utils/axodraw2/ac/withenable.ac
===================================================================
--- trunk/Build/source/utils/axodraw2/ac/withenable.ac	2020-06-07 17:59:46 UTC (rev 55465)
+++ trunk/Build/source/utils/axodraw2/ac/withenable.ac	2020-06-07 18:00:56 UTC (rev 55466)
@@ -1,7 +1,7 @@
-## utils/autosp/ac/withenable.ac: configure.ac fragment for TeX Live subdir
-## $Id$
+## utils/axodraw2/ac/withenable.ac: configure.ac fragment for TL subdir
+dnl $Id$
 dnl
-dnl Copyright 2018 Karl Berry <tex-live at tug.org>
+dnl Copyright 2018-2020 Karl Berry <tex-live at tug.org>
 dnl You may freely use, modify and/or distribute this file.
 dnl
 ## configure options and TL libraries for axodraw2.


Property changes on: trunk/Build/source/utils/axodraw2/ac/withenable.ac
___________________________________________________________________
Modified: svn:keywords
## -1 +1 ##
-Date Author Id
\ No newline at end of property
+Date Author Id Revision
\ No newline at end of property
Modified: trunk/Build/source/utils/axodraw2/configure
===================================================================
--- trunk/Build/source/utils/axodraw2/configure	2020-06-07 17:59:46 UTC (rev 55465)
+++ trunk/Build/source/utils/axodraw2/configure	2020-06-07 18:00:56 UTC (rev 55466)
@@ -3616,9 +3616,9 @@
 
 
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrt in -lm" >&5
-$as_echo_n "checking for sqrt in -lm... " >&6; }
-if ${ac_cv_lib_m_sqrt+:} false; then :
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for erf in -lm" >&5
+$as_echo_n "checking for erf in -lm... " >&6; }
+if ${ac_cv_lib_m_erf+:} false; then :
   $as_echo_n "(cached) " >&6
 else
   ac_check_lib_save_LIBS=$LIBS
@@ -3632,27 +3632,27 @@
 #ifdef __cplusplus
 extern "C"
 #endif
-char sqrt ();
+char erf ();
 int
 main ()
 {
-return sqrt ();
+return erf ();
   ;
   return 0;
 }
 _ACEOF
 if ac_fn_c_try_link "$LINENO"; then :
-  ac_cv_lib_m_sqrt=yes
+  ac_cv_lib_m_erf=yes
 else
-  ac_cv_lib_m_sqrt=no
+  ac_cv_lib_m_erf=no
 fi
 rm -f core conftest.err conftest.$ac_objext \
     conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_sqrt" >&5
-$as_echo "$ac_cv_lib_m_sqrt" >&6; }
-if test "x$ac_cv_lib_m_sqrt" = xyes; then :
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_erf" >&5
+$as_echo "$ac_cv_lib_m_erf" >&6; }
+if test "x$ac_cv_lib_m_erf" = xyes; then :
   cat >>confdefs.h <<_ACEOF
 #define HAVE_LIBM 1
 _ACEOF

Modified: trunk/Build/source/utils/axodraw2/configure.ac
===================================================================
--- trunk/Build/source/utils/axodraw2/configure.ac	2020-06-07 17:59:46 UTC (rev 55465)
+++ trunk/Build/source/utils/axodraw2/configure.ac	2020-06-07 18:00:56 UTC (rev 55466)
@@ -1,7 +1,7 @@
-# $Id$
-#                                               -*- Autoconf -*-
-# Process this file with autoconf to produce a configure script.
-dnl   Copyright 2018 John Collins
+dnl $Id$
+dnl                                               -*- Autoconf -*-
+dnl Process this file with autoconf to produce a configure script.
+dnl   Copyright 2018-2020 John Collins
 dnl
 dnl   This file is free software; the copyright holder
 dnl   gives unlimited permission to copy and/or distribute it,
@@ -15,7 +15,7 @@
 
 KPSE_BASIC([axodraw2], [no-define])
 
-AC_CHECK_LIB([m], [sqrt],,
+AC_CHECK_LIB([m], [erf],,
   AC_MSG_ERROR([*** Please install libm on your system ***]))
 AC_PROG_CC
 


Property changes on: trunk/Build/source/utils/axodraw2/configure.ac
___________________________________________________________________
Modified: svn:keywords
## -1 +1 ##
-Date Author Id
\ No newline at end of property
+Date Author Id Revision
\ No newline at end of property
Modified: trunk/Build/source/utils/configure
===================================================================
--- trunk/Build/source/utils/configure	2020-06-07 17:59:46 UTC (rev 55465)
+++ trunk/Build/source/utils/configure	2020-06-07 18:00:56 UTC (rev 55466)
@@ -3379,8 +3379,7 @@
 esac ;;
 esac
 
-## utils/autosp/ac/withenable.ac: configure.ac fragment for TeX Live subdir
-## $Id: withenable.ac 46590 2018-02-10 23:30:32Z karl $
+## utils/autosp/ac/withenable.ac: configure.ac fragment for Tl subdir
 ## configure options and TL libraries required for autosp.
 # Check whether --enable-autosp was given.
 if test "${enable_autosp+set}" = set; then :
@@ -3398,8 +3397,7 @@
     ;;
 esac
 
-## utils/autosp/ac/withenable.ac: configure.ac fragment for TeX Live subdir
-## $Id: withenable.ac 46590 2018-02-10 23:30:32Z karl $
+## utils/axodraw2/ac/withenable.ac: configure.ac fragment for TL subdir
 ## configure options and TL libraries for axodraw2.
 # Check whether --enable-axodraw2 was given.
 if test "${enable_axodraw2+set}" = set; then :
@@ -3579,9 +3577,8 @@
     ;;
 esac
 
-# $Id: withenable.ac 49993 2019-02-10 19:14:27Z karl $
-# utils/xindy/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory utils/xindy/
-## configure options and TL libraries required for xindy
+## utils/xindy/ac/withenable.ac: configure.ac fragment for TL subdir
+## configure options and TL libraries required for xindy.
 # Check whether --enable-xindy was given.
 if test "${enable_xindy+set}" = set; then :
   enableval=$enable_xindy;
@@ -3693,9 +3690,8 @@
   need_zlib=yes
 }
 
-# $Id: web2c.ac 55138 2020-05-14 17:47:47Z karl $
-# texk/web2c/ac/web2c.ac: configure.ac fragment for the TeX Live subdirectory texk/web2c/
-## configure options for TeX and MF
+# texk/web2c/ac/web2c.ac: configure.ac fragment for TL subdir
+# configure options for TeX and MF
 
 # Check whether --with-banner-add was given.
 if test "${with_banner_add+set}" = set; then :

Modified: trunk/Build/source/utils/xindy/ChangeLog
===================================================================
--- trunk/Build/source/utils/xindy/ChangeLog	2020-06-07 17:59:46 UTC (rev 55465)
+++ trunk/Build/source/utils/xindy/ChangeLog	2020-06-07 18:00:56 UTC (rev 55466)
@@ -1,3 +1,7 @@
+2020-06-07  Karl Berry  <karl at freefriends.org>
+
+	* ac/withenable.ac: omit $Id$ from generated output.
+
 2020-05-28  J\"urgen Spitzm\"uller  <spitz at lyx.org>
 
 	These patches from:

Modified: trunk/Build/source/utils/xindy/ac/withenable.ac
===================================================================
--- trunk/Build/source/utils/xindy/ac/withenable.ac	2020-06-07 17:59:46 UTC (rev 55465)
+++ trunk/Build/source/utils/xindy/ac/withenable.ac	2020-06-07 18:00:56 UTC (rev 55466)
@@ -1,11 +1,11 @@
-# $Id$
-# utils/xindy/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory utils/xindy/
+## utils/xindy/ac/withenable.ac: configure.ac fragment for TL subdir
+dnl $Id$
 dnl
-dnl Copyright 2009-2018 Karl Berry <tex-live at tug.org>
+dnl Copyright 2009-2020 Karl Berry <tex-live at tug.org>
 dnl Copyright 2009-2010 Peter Breitenlohner <tex-live at tug.org>
 dnl You may freely use, modify and/or distribute this file.
 dnl
-## configure options and TL libraries required for xindy
+## configure options and TL libraries required for xindy.
 KPSE_ENABLE_PROG([xindy], , [disable])
 m4_include(kpse_TL[utils/xindy/ac/xindy.ac])
 m4_include(kpse_TL[utils/xindy/ac/clisp.ac])



More information about the tex-live-commits mailing list.