texlive[48840] Build/source/texk/dviout-util: dviout-util: version
commits+hironobu at tug.org
commits+hironobu at tug.org
Sat Oct 6 13:38:38 CEST 2018
Revision: 48840
http://tug.org/svn/texlive?view=revision&revision=48840
Author: hironobu
Date: 2018-10-06 13:38:38 +0200 (Sat, 06 Oct 2018)
Log Message:
-----------
dviout-util: version 20181006
Modified Paths:
--------------
trunk/Build/source/texk/dviout-util/ChangeLog
trunk/Build/source/texk/dviout-util/configure
trunk/Build/source/texk/dviout-util/configure.ac
Modified: trunk/Build/source/texk/dviout-util/ChangeLog
===================================================================
--- trunk/Build/source/texk/dviout-util/ChangeLog 2018-10-06 11:20:00 UTC (rev 48839)
+++ trunk/Build/source/texk/dviout-util/ChangeLog 2018-10-06 11:38:38 UTC (rev 48840)
@@ -1,7 +1,10 @@
2018-10-06 Hironobu Yamashita <h.y.acetaminophen at gmail.com>
+ * dvispc.c: Change option handling for future extensions.
+ Make sure binary with trace does not fail tests.
* chkdvifont.man, dvispc.man: New man pages.
* Makefile.am: Adjusted.
+ * configure.ac: Version 20181006.
2018-10-05 Hironobu Yamashita <h.y.acetaminophen at gmail.com>
Modified: trunk/Build/source/texk/dviout-util/configure
===================================================================
--- trunk/Build/source/texk/dviout-util/configure 2018-10-06 11:20:00 UTC (rev 48839)
+++ trunk/Build/source/texk/dviout-util/configure 2018-10-06 11:38:38 UTC (rev 48840)
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for dviout-util (TeX Live) 201809xx.
+# Generated by GNU Autoconf 2.69 for dviout-util (TeX Live) 20181006.
#
# Report bugs to <tex-k at tug.org>.
#
@@ -590,8 +590,8 @@
# Identity of this package.
PACKAGE_NAME='dviout-util (TeX Live)'
PACKAGE_TARNAME='dviout-util--tex-live-'
-PACKAGE_VERSION='201809xx'
-PACKAGE_STRING='dviout-util (TeX Live) 201809xx'
+PACKAGE_VERSION='20181006'
+PACKAGE_STRING='dviout-util (TeX Live) 20181006'
PACKAGE_BUGREPORT='tex-k at tug.org'
PACKAGE_URL=''
@@ -1332,7 +1332,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 dviout-util (TeX Live) 201809xx to adapt to many kinds of systems.
+\`configure' configures dviout-util (TeX Live) 20181006 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1403,7 +1403,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of dviout-util (TeX Live) 201809xx:";;
+ short | recursive ) echo "Configuration of dviout-util (TeX Live) 20181006:";;
esac
cat <<\_ACEOF
@@ -1524,7 +1524,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-dviout-util (TeX Live) configure 201809xx
+dviout-util (TeX Live) configure 20181006
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2180,7 +2180,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by dviout-util (TeX Live) $as_me 201809xx, which was
+It was created by dviout-util (TeX Live) $as_me 20181006, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -7865,7 +7865,7 @@
# Define the identity of the package.
PACKAGE='dviout-util--tex-live-'
- VERSION='201809xx'
+ VERSION='20181006'
cat >>confdefs.h <<_ACEOF
@@ -13891,7 +13891,7 @@
Report bugs to <bug-libtool at gnu.org>."
lt_cl_version="\
-dviout-util (TeX Live) config.lt 201809xx
+dviout-util (TeX Live) config.lt 20181006
configured by $0, generated by GNU Autoconf 2.69.
Copyright (C) 2011 Free Software Foundation, Inc.
@@ -15496,7 +15496,7 @@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by dviout-util (TeX Live) $as_me 201809xx, which was
+This file was extended by dviout-util (TeX Live) $as_me 20181006, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -15562,7 +15562,7 @@
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-dviout-util (TeX Live) config.status 201809xx
+dviout-util (TeX Live) config.status 20181006
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
Modified: trunk/Build/source/texk/dviout-util/configure.ac
===================================================================
--- trunk/Build/source/texk/dviout-util/configure.ac 2018-10-06 11:20:00 UTC (rev 48839)
+++ trunk/Build/source/texk/dviout-util/configure.ac 2018-10-06 11:38:38 UTC (rev 48840)
@@ -6,7 +6,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([dviout-util (TeX Live)], [201809xx], [tex-k at tug.org])
+AC_INIT([dviout-util (TeX Live)], [20181006], [tex-k at tug.org])
AC_PREREQ([2.65])
AC_CONFIG_SRCDIR([dvispc.c])
AC_CONFIG_AUX_DIR([../../build-aux])
More information about the tex-live-commits
mailing list