diff options
author | Luigi Scarso <luigi.scarso@gmail.com> | 2020-03-12 01:13:01 +0000 |
---|---|---|
committer | Luigi Scarso <luigi.scarso@gmail.com> | 2020-03-12 01:13:01 +0000 |
commit | 59476ba79f7d3e8beff8fb4c5a684589dc29b99f (patch) | |
tree | 579c2bec9fac6848c5e186505df263ddfd20a8c6 /Build/source/libs | |
parent | 34f97da40ee8a6190275585ed040d687edd0c2f2 (diff) |
sync with upstream luatex rev. 7306.
git-svn-id: svn://tug.org/texlive/trunk@54249 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs')
-rwxr-xr-x | Build/source/libs/lua53/configure | 24 | ||||
-rw-r--r-- | Build/source/libs/lua53/version.ac | 2 |
2 files changed, 13 insertions, 13 deletions
diff --git a/Build/source/libs/lua53/configure b/Build/source/libs/lua53/configure index eaddad073e5..75bf53a890d 100755 --- a/Build/source/libs/lua53/configure +++ b/Build/source/libs/lua53/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for lua53 (TeX Live) 5.3.4. +# Generated by GNU Autoconf 2.69 for lua53 (TeX Live) 5.3.5. # # Report bugs to <tex-k@tug.org>. # @@ -590,8 +590,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='lua53 (TeX Live)' PACKAGE_TARNAME='lua53--tex-live-' -PACKAGE_VERSION='5.3.4' -PACKAGE_STRING='lua53 (TeX Live) 5.3.4' +PACKAGE_VERSION='5.3.5' +PACKAGE_STRING='lua53 (TeX Live) 5.3.5' PACKAGE_BUGREPORT='tex-k@tug.org' PACKAGE_URL='' @@ -1327,7 +1327,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 lua53 (TeX Live) 5.3.4 to adapt to many kinds of systems. +\`configure' configures lua53 (TeX Live) 5.3.5 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1398,7 +1398,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of lua53 (TeX Live) 5.3.4:";; + short | recursive ) echo "Configuration of lua53 (TeX Live) 5.3.5:";; esac cat <<\_ACEOF @@ -1515,7 +1515,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -lua53 (TeX Live) configure 5.3.4 +lua53 (TeX Live) configure 5.3.5 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1976,7 +1976,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 lua53 (TeX Live) $as_me 5.3.4, which was +It was created by lua53 (TeX Live) $as_me 5.3.5, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3900,7 +3900,7 @@ fi # Define the identity of the package. PACKAGE='lua53--tex-live-' - VERSION='5.3.4' + VERSION='5.3.5' cat >>confdefs.h <<_ACEOF @@ -5108,10 +5108,10 @@ $as_echo "no, using $LN_S" >&6; } fi -LUA53VERSION=5.3.4 +LUA53VERSION=5.3.5 -LUA53_LT_VERSINFO=8:4:3 +LUA53_LT_VERSINFO=8:5:3 case `pwd` in @@ -14545,7 +14545,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 lua53 (TeX Live) $as_me 5.3.4, which was +This file was extended by lua53 (TeX Live) $as_me 5.3.5, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -14611,7 +14611,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="\\ -lua53 (TeX Live) config.status 5.3.4 +lua53 (TeX Live) config.status 5.3.5 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/Build/source/libs/lua53/version.ac b/Build/source/libs/lua53/version.ac index 22928054dc4..28471aa30ed 100644 --- a/Build/source/libs/lua53/version.ac +++ b/Build/source/libs/lua53/version.ac @@ -8,4 +8,4 @@ dnl dnl -------------------------------------------------------- dnl dnl m4-include this file to define the current lua53 version -m4_define([lua53_version], [5.3.4]) +m4_define([lua53_version], [5.3.5]) |