texlive[57682] Build/source/texk/dvipsk: TeX Live not TeXLive in

commits+karl at tug.org commits+karl at tug.org
Mon Feb 8 20:16:29 CET 2021


Revision: 57682
          http://tug.org/svn/texlive?view=revision&revision=57682
Author:   karl
Date:     2021-02-08 20:16:29 +0100 (Mon, 08 Feb 2021)
Log Message:
-----------
TeX Live not TeXLive in Automake ident

Modified Paths:
--------------
    trunk/Build/source/texk/dvipsk/ChangeLog
    trunk/Build/source/texk/dvipsk/configure
    trunk/Build/source/texk/dvipsk/configure.ac

Modified: trunk/Build/source/texk/dvipsk/ChangeLog
===================================================================
--- trunk/Build/source/texk/dvipsk/ChangeLog	2021-02-08 15:54:09 UTC (rev 57681)
+++ trunk/Build/source/texk/dvipsk/ChangeLog	2021-02-08 19:16:29 UTC (rev 57682)
@@ -1,5 +1,7 @@
 2021-02-08  Karl Berry  <karl at freefriends.org>
 
+	* configure.ac (AC_INIT): TeX Live not TeXLive.
+
 	* dvips.c (found_problems): define.
 	(main): final exit status depends on its value.
 	* protos.h (found_problems): declare.

Modified: trunk/Build/source/texk/dvipsk/configure
===================================================================
--- trunk/Build/source/texk/dvipsk/configure	2021-02-08 15:54:09 UTC (rev 57681)
+++ trunk/Build/source/texk/dvipsk/configure	2021-02-08 19:16:29 UTC (rev 57682)
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for dvipsk (TeXLive) 2020.1.
+# Generated by GNU Autoconf 2.69 for dvipsk (TeX Live) 2020.1.
 #
 # Report bugs to <tex-k at tug.org>.
 #
@@ -588,10 +588,10 @@
 MAKEFLAGS=
 
 # Identity of this package.
-PACKAGE_NAME='dvipsk (TeXLive)'
-PACKAGE_TARNAME='dvipsk--texlive-'
+PACKAGE_NAME='dvipsk (TeX Live)'
+PACKAGE_TARNAME='dvipsk--tex-live-'
 PACKAGE_VERSION='2020.1'
-PACKAGE_STRING='dvipsk (TeXLive) 2020.1'
+PACKAGE_STRING='dvipsk (TeX Live) 2020.1'
 PACKAGE_BUGREPORT='tex-k at tug.org'
 PACKAGE_URL=''
 
@@ -1330,7 +1330,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures dvipsk (TeXLive) 2020.1 to adapt to many kinds of systems.
+\`configure' configures dvipsk (TeX Live) 2020.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1379,7 +1379,7 @@
   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
   --mandir=DIR            man documentation [DATAROOTDIR/man]
   --docdir=DIR            documentation root
-                          [DATAROOTDIR/doc/dvipsk--texlive-]
+                          [DATAROOTDIR/doc/dvipsk--tex-live-]
   --htmldir=DIR           html documentation [DOCDIR]
   --dvidir=DIR            dvi documentation [DOCDIR]
   --pdfdir=DIR            pdf documentation [DOCDIR]
@@ -1401,7 +1401,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of dvipsk (TeXLive) 2020.1:";;
+     short | recursive ) echo "Configuration of dvipsk (TeX Live) 2020.1:";;
    esac
   cat <<\_ACEOF
 
@@ -1520,7 +1520,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-dvipsk (TeXLive) configure 2020.1
+dvipsk (TeX Live) configure 2020.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2359,7 +2359,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by dvipsk (TeXLive) $as_me 2020.1, which was
+It was created by dvipsk (TeX Live) $as_me 2020.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -8041,7 +8041,7 @@
 
 
 # Define the identity of the package.
- PACKAGE='dvipsk--texlive-'
+ PACKAGE='dvipsk--tex-live-'
  VERSION='2020.1'
 
 
@@ -14159,7 +14159,7 @@
 Report bugs to <bug-libtool at gnu.org>."
 
 lt_cl_version="\
-dvipsk (TeXLive) config.lt 2020.1
+dvipsk (TeX Live) config.lt 2020.1
 configured by $0, generated by GNU Autoconf 2.69.
 
 Copyright (C) 2011 Free Software Foundation, Inc.
@@ -15756,7 +15756,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by dvipsk (TeXLive) $as_me 2020.1, which was
+This file was extended by dvipsk (TeX Live) $as_me 2020.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -15822,7 +15822,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-dvipsk (TeXLive) config.status 2020.1
+dvipsk (TeX Live) config.status 2020.1
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 

Modified: trunk/Build/source/texk/dvipsk/configure.ac
===================================================================
--- trunk/Build/source/texk/dvipsk/configure.ac	2021-02-08 15:54:09 UTC (rev 57681)
+++ trunk/Build/source/texk/dvipsk/configure.ac	2021-02-08 19:16:29 UTC (rev 57682)
@@ -1,7 +1,7 @@
 dnl $Id$
 dnl Process this file with autoconf to produce a configure script.
 dnl
-dnl   Copyright 2016-2020 Karl Berry <tex-live at tug.org>
+dnl   Copyright 2016-2021 Karl Berry <tex-live at tug.org>
 dnl   Copyright 2009-2015 Peter Breitenlohner <tex-live at tug.org>
 dnl
 dnl   This file is free software; the copyright holder
@@ -8,7 +8,7 @@
 dnl   gives unlimited permission to copy and/or distribute it,
 dnl   with or without modifications, as long as this notice is preserved.
 dnl
-AC_INIT([dvipsk (TeXLive)], [2020.1], [tex-k at tug.org])
+AC_INIT([dvipsk (TeX Live)], [2020.1], [tex-k at tug.org])
 AC_PREREQ([2.65])
 AC_CONFIG_SRCDIR([dvips.c])
 AC_CONFIG_AUX_DIR([../../build-aux])



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