texlive[57054] Build/source/texk/detex: configure.ac
commits+kakuto at tug.org
commits+kakuto at tug.org
Thu Dec 3 14:22:28 CET 2020
Revision: 57054
http://tug.org/svn/texlive?view=revision&revision=57054
Author: kakuto
Date: 2020-12-03 14:22:28 +0100 (Thu, 03 Dec 2020)
Log Message:
-----------
configure.ac
Modified Paths:
--------------
trunk/Build/source/texk/detex/ChangeLog
trunk/Build/source/texk/detex/configure
trunk/Build/source/texk/detex/configure.ac
Modified: trunk/Build/source/texk/detex/ChangeLog
===================================================================
--- trunk/Build/source/texk/detex/ChangeLog 2020-12-03 13:02:19 UTC (rev 57053)
+++ trunk/Build/source/texk/detex/ChangeLog 2020-12-03 13:22:28 UTC (rev 57054)
@@ -1,6 +1,7 @@
2020-12-03 Hironobu Yamashita <h.y.acetaminophen at gmail.com>
* Import opendetex-2.8.9.
+ * configure.ac: adapted.
2020-11-05 Karl Berry <karl at freefriends.org>
Modified: trunk/Build/source/texk/detex/configure
===================================================================
--- trunk/Build/source/texk/detex/configure 2020-12-03 13:02:19 UTC (rev 57053)
+++ trunk/Build/source/texk/detex/configure 2020-12-03 13:22:28 UTC (rev 57054)
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for detex (TeX Live) 2.8.7.
+# Generated by GNU Autoconf 2.69 for detex (TeX Live) 2.8.9.
#
# Report bugs to <tex-k at tug.org>.
#
@@ -590,8 +590,8 @@
# Identity of this package.
PACKAGE_NAME='detex (TeX Live)'
PACKAGE_TARNAME='detex--tex-live-'
-PACKAGE_VERSION='2.8.7'
-PACKAGE_STRING='detex (TeX Live) 2.8.7'
+PACKAGE_VERSION='2.8.9'
+PACKAGE_STRING='detex (TeX Live) 2.8.9'
PACKAGE_BUGREPORT='tex-k at tug.org'
PACKAGE_URL=''
@@ -1331,7 +1331,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 detex (TeX Live) 2.8.7 to adapt to many kinds of systems.
+\`configure' configures detex (TeX Live) 2.8.9 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1402,7 +1402,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of detex (TeX Live) 2.8.7:";;
+ short | recursive ) echo "Configuration of detex (TeX Live) 2.8.9:";;
esac
cat <<\_ACEOF
@@ -1521,7 +1521,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-detex (TeX Live) configure 2.8.7
+detex (TeX Live) configure 2.8.9
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2177,7 +2177,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by detex (TeX Live) $as_me 2.8.7, which was
+It was created by detex (TeX Live) $as_me 2.8.9, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -7859,7 +7859,7 @@
# Define the identity of the package.
PACKAGE='detex--tex-live-'
- VERSION='2.8.7'
+ VERSION='2.8.9'
cat >>confdefs.h <<_ACEOF
@@ -14040,7 +14040,7 @@
Report bugs to <bug-libtool at gnu.org>."
lt_cl_version="\
-detex (TeX Live) config.lt 2.8.7
+detex (TeX Live) config.lt 2.8.9
configured by $0, generated by GNU Autoconf 2.69.
Copyright (C) 2011 Free Software Foundation, Inc.
@@ -15628,7 +15628,7 @@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by detex (TeX Live) $as_me 2.8.7, which was
+This file was extended by detex (TeX Live) $as_me 2.8.9, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -15694,7 +15694,7 @@
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-detex (TeX Live) config.status 2.8.7
+detex (TeX Live) config.status 2.8.9
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
Modified: trunk/Build/source/texk/detex/configure.ac
===================================================================
--- trunk/Build/source/texk/detex/configure.ac 2020-12-03 13:02:19 UTC (rev 57053)
+++ trunk/Build/source/texk/detex/configure.ac 2020-12-03 13:22:28 UTC (rev 57054)
@@ -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
-m4_define([detex_version], [2.8.7])[]dnl using unmodified detex source tree
+m4_define([detex_version], [2.8.9])[]dnl using unmodified detex source tree
AC_INIT([detex (TeX Live)], detex_version, [tex-k at tug.org])
AC_PREREQ([2.65])
AC_CONFIG_SRCDIR([detex-src/detex.l])
More information about the tex-live-commits
mailing list.