From 642941ac6911ff4f07f939e330eff1b4bf18e63a Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 8 Feb 2021 19:16:29 +0000 Subject: TeX Live not TeXLive in Automake ident git-svn-id: svn://tug.org/texlive/trunk@57682 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/dvipsk/ChangeLog | 2 ++ Build/source/texk/dvipsk/configure | 26 +++++++++++++------------- Build/source/texk/dvipsk/configure.ac | 4 ++-- 3 files changed, 17 insertions(+), 15 deletions(-) (limited to 'Build/source/texk/dvipsk') diff --git a/Build/source/texk/dvipsk/ChangeLog b/Build/source/texk/dvipsk/ChangeLog index c884d23dab6..f1df5c24fca 100644 --- a/Build/source/texk/dvipsk/ChangeLog +++ b/Build/source/texk/dvipsk/ChangeLog @@ -1,5 +1,7 @@ 2021-02-08 Karl Berry + * 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. diff --git a/Build/source/texk/dvipsk/configure b/Build/source/texk/dvipsk/configure index 2bcd3494fab..ac4538a6391 100755 --- a/Build/source/texk/dvipsk/configure +++ b/Build/source/texk/dvipsk/configure @@ -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 . # @@ -588,10 +588,10 @@ MFLAGS= 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@tug.org' PACKAGE_URL='' @@ -1330,7 +1330,7 @@ if test "$ac_init_help" = "long"; then # 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 @@ Fine tuning of the installation directories: --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 @@ fi 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 @@ fi 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 @@ cat >config.log <<_ACEOF 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 @@ fi # Define the identity of the package. - PACKAGE='dvipsk--texlive-' + PACKAGE='dvipsk--tex-live-' VERSION='2020.1' @@ -14159,7 +14159,7 @@ Usage: $0 [OPTIONS] Report bugs to ." 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 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # 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 @@ _ACEOF 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\\" diff --git a/Build/source/texk/dvipsk/configure.ac b/Build/source/texk/dvipsk/configure.ac index 8e6546d789c..79e418ddac7 100644 --- a/Build/source/texk/dvipsk/configure.ac +++ b/Build/source/texk/dvipsk/configure.ac @@ -1,14 +1,14 @@ dnl $Id$ dnl Process this file with autoconf to produce a configure script. dnl -dnl Copyright 2016-2020 Karl Berry +dnl Copyright 2016-2021 Karl Berry dnl Copyright 2009-2015 Peter Breitenlohner dnl dnl This file is free software; the copyright holder 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@tug.org]) +AC_INIT([dvipsk (TeX Live)], [2020.1], [tex-k@tug.org]) AC_PREREQ([2.65]) AC_CONFIG_SRCDIR([dvips.c]) AC_CONFIG_AUX_DIR([../../build-aux]) -- cgit v1.2.3