diff options
Diffstat (limited to 'Build')
-rwxr-xr-x | Build/source/texk/kpathsea/configure | 24 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/version.ac | 2 |
2 files changed, 13 insertions, 13 deletions
diff --git a/Build/source/texk/kpathsea/configure b/Build/source/texk/kpathsea/configure index 0e2137d3993..dcef0cd58f6 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.69 for Kpathsea 6.1.1. +# Generated by GNU Autoconf 2.69 for Kpathsea 6.1.1dev. # # Report bugs to <tex-k@tug.org>. # @@ -590,8 +590,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='Kpathsea' PACKAGE_TARNAME='kpathsea' -PACKAGE_VERSION='6.1.1' -PACKAGE_STRING='Kpathsea 6.1.1' +PACKAGE_VERSION='6.1.1dev' +PACKAGE_STRING='Kpathsea 6.1.1dev' PACKAGE_BUGREPORT='tex-k@tug.org' PACKAGE_URL='' @@ -1329,7 +1329,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.1.1 to adapt to many kinds of systems. +\`configure' configures Kpathsea 6.1.1dev to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1399,7 +1399,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Kpathsea 6.1.1:";; + short | recursive ) echo "Configuration of Kpathsea 6.1.1dev:";; esac cat <<\_ACEOF @@ -1520,7 +1520,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -Kpathsea configure 6.1.1 +Kpathsea configure 6.1.1dev 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 Kpathsea $as_me 6.1.1, which was +It was created by Kpathsea $as_me 6.1.1dev, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2740,9 +2740,9 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. -KPSEVERSION=6.1.1 +KPSEVERSION=6.1.1dev -$as_echo "#define KPSEVERSION \"kpathsea version 6.1.1\"" >>confdefs.h +$as_echo "#define KPSEVERSION \"kpathsea version 6.1.1dev\"" >>confdefs.h KPSE_LT_VERSINFO=7:1:1 @@ -7763,7 +7763,7 @@ fi # Define the identity of the package. PACKAGE='kpathsea' - VERSION='6.1.1' + VERSION='6.1.1dev' cat >>confdefs.h <<_ACEOF @@ -14070,7 +14070,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.1.1, which was +This file was extended by Kpathsea $as_me 6.1.1dev, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -14136,7 +14136,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="\\ -Kpathsea config.status 6.1.1 +Kpathsea config.status 6.1.1dev configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/Build/source/texk/kpathsea/version.ac b/Build/source/texk/kpathsea/version.ac index cdb2af7c0f3..afbbe9c9f5d 100644 --- a/Build/source/texk/kpathsea/version.ac +++ b/Build/source/texk/kpathsea/version.ac @@ -19,4 +19,4 @@ dnl append "dev", to distinguish binaries built between releases. dnl -------------------------------------------------------- dnl dnl m4-include this file to define the current kpathsea version -m4_define([kpse_version], [6.1.1]) +m4_define([kpse_version], [6.1.1dev]) |