summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-04-03 17:27:53 +0000
committerKarl Berry <karl@freefriends.org>2022-04-03 17:27:53 +0000
commit118e720e423bce68db5a8611cb9d3b572173eb4e (patch)
tree8d566f5822cd6176bc74949cf4eeef4fcc7558d2 /Build/source/texk/kpathsea
parent273ac76252caad3eb182c2fb3fa10e4e6e277bf8 (diff)
tl23/dev
git-svn-id: svn://tug.org/texlive/trunk@62887 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea')
-rw-r--r--Build/source/texk/kpathsea/c-auto.in2
-rwxr-xr-xBuild/source/texk/kpathsea/configure26
-rw-r--r--Build/source/texk/kpathsea/version.ac2
3 files changed, 15 insertions, 15 deletions
diff --git a/Build/source/texk/kpathsea/c-auto.in b/Build/source/texk/kpathsea/c-auto.in
index 1fd5c0ade61..1877cfe725e 100644
--- a/Build/source/texk/kpathsea/c-auto.in
+++ b/Build/source/texk/kpathsea/c-auto.in
@@ -23,7 +23,7 @@
#define KPATHSEA_C_AUTO_H
/* kpathsea: the version string. */
-#define KPSEVERSION "kpathsea version 6.3.4"
+#define KPSEVERSION "kpathsea version 6.3.5/dev"
/* Define to 1 if the `closedir' function returns void instead of int. */
#undef CLOSEDIR_VOID
diff --git a/Build/source/texk/kpathsea/configure b/Build/source/texk/kpathsea/configure
index a2ec6da6765..b8612af5a71 100755
--- a/Build/source/texk/kpathsea/configure
+++ b/Build/source/texk/kpathsea/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.71 for Kpathsea 6.3.4.
+# Generated by GNU Autoconf 2.71 for Kpathsea 6.3.5/dev.
#
# Report bugs to <tex-k@tug.org>.
#
@@ -621,8 +621,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='Kpathsea'
PACKAGE_TARNAME='kpathsea'
-PACKAGE_VERSION='6.3.4'
-PACKAGE_STRING='Kpathsea 6.3.4'
+PACKAGE_VERSION='6.3.5/dev'
+PACKAGE_STRING='Kpathsea 6.3.5/dev'
PACKAGE_BUGREPORT='tex-k@tug.org'
PACKAGE_URL=''
@@ -1376,7 +1376,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 Kpathsea 6.3.4 to adapt to many kinds of systems.
+\`configure' configures Kpathsea 6.3.5/dev to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1447,7 +1447,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of Kpathsea 6.3.4:";;
+ short | recursive ) echo "Configuration of Kpathsea 6.3.5/dev:";;
esac
cat <<\_ACEOF
@@ -1575,7 +1575,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-Kpathsea configure 6.3.4
+Kpathsea configure 6.3.5/dev
generated by GNU Autoconf 2.71
Copyright (C) 2021 Free Software Foundation, Inc.
@@ -2331,7 +2331,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 Kpathsea $as_me 6.3.4, which was
+It was created by Kpathsea $as_me 6.3.5/dev, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ $0$ac_configure_args_raw
@@ -3091,14 +3091,14 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
-KPSEVERSION=6.3.4
+KPSEVERSION=6.3.5/dev
-KPSE_LT_VERSINFO=9:4:3
+KPSE_LT_VERSINFO=9:5:3
- WEB2CVERSION=" (TeX Live 2022)"
+ WEB2CVERSION=" (TeX Live 2023/dev)"
am__api_version='1.16'
@@ -8663,7 +8663,7 @@ fi
# Define the identity of the package.
PACKAGE='kpathsea'
- VERSION='6.3.4'
+ VERSION='6.3.5/dev'
printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
@@ -15415,7 +15415,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 Kpathsea $as_me 6.3.4, which was
+This file was extended by Kpathsea $as_me 6.3.5/dev, which was
generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -15483,7 +15483,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
-Kpathsea config.status 6.3.4
+Kpathsea config.status 6.3.5/dev
configured by $0, generated by GNU Autoconf 2.71,
with options \\"\$ac_cs_config\\"
diff --git a/Build/source/texk/kpathsea/version.ac b/Build/source/texk/kpathsea/version.ac
index ba689acd03c..e66e4404de7 100644
--- a/Build/source/texk/kpathsea/version.ac
+++ b/Build/source/texk/kpathsea/version.ac
@@ -20,4 +20,4 @@ dnl append "dev", to distinguish binaries built between releases.
dnl --------------------------------------------------------
dnl
dnl This file is m4-included from configure.ac.
-m4_define([kpse_version], [6.3.4])
+m4_define([kpse_version], [6.3.5/dev])