summaryrefslogtreecommitdiff
path: root/Build/source/texk
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2010-11-10 06:39:57 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2010-11-10 06:39:57 +0000
commit677e12722255513b5ba78f406ac260f5a6043071 (patch)
treede7143bddb1fb93ff0447d6c5293591051386756 /Build/source/texk
parent83454cc27d4148f1f25c8f1a500f23f1288a805b (diff)
kpathsea version 6.0.1dev
git-svn-id: svn://tug.org/texlive/trunk@20394 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk')
-rw-r--r--Build/source/texk/kpathsea/ChangeLog4
-rwxr-xr-xBuild/source/texk/kpathsea/configure26
-rw-r--r--Build/source/texk/kpathsea/configure.ac4
3 files changed, 19 insertions, 15 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog
index dbcad333246..775863e8330 100644
--- a/Build/source/texk/kpathsea/ChangeLog
+++ b/Build/source/texk/kpathsea/ChangeLog
@@ -1,3 +1,7 @@
+2010-11-10 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ Update version number to 6.0.1dev.
+
2010-11-10 Mathias Kende <mathias@kende.fr>
* tex-file.c (kpathsea_set_suffixes_va_list): new fn.
diff --git a/Build/source/texk/kpathsea/configure b/Build/source/texk/kpathsea/configure
index 0a7108c5cdd..9c14ddee1cd 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.68 for Kpathsea 6.0.0.
+# Generated by GNU Autoconf 2.68 for Kpathsea 6.0.1dev.
#
# Report bugs to <tex-k@tug.org>.
#
@@ -570,8 +570,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='Kpathsea'
PACKAGE_TARNAME='kpathsea'
-PACKAGE_VERSION='6.0.0'
-PACKAGE_STRING='Kpathsea 6.0.0'
+PACKAGE_VERSION='6.0.1dev'
+PACKAGE_STRING='Kpathsea 6.0.1dev'
PACKAGE_BUGREPORT='tex-k@tug.org'
PACKAGE_URL=''
@@ -1309,7 +1309,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.0.0 to adapt to many kinds of systems.
+\`configure' configures Kpathsea 6.0.1dev to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1379,7 +1379,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of Kpathsea 6.0.0:";;
+ short | recursive ) echo "Configuration of Kpathsea 6.0.1dev:";;
esac
cat <<\_ACEOF
@@ -1495,7 +1495,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-Kpathsea configure 6.0.0
+Kpathsea configure 6.0.1dev
generated by GNU Autoconf 2.68
Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2021,7 +2021,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.0.0, which was
+It was created by Kpathsea $as_me 6.0.1dev, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ $0 $@
@@ -2402,11 +2402,11 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
-KPSEVERSION=6.0.0
+KPSEVERSION=6.0.1dev
-$as_echo "#define KPSEVERSION \"kpathsea version 6.0.0\"" >>confdefs.h
+$as_echo "#define KPSEVERSION \"kpathsea version 6.0.1dev\"" >>confdefs.h
-KPSE_LT_VERSINFO=6:0:0
+KPSE_LT_VERSINFO=6:1:0
am__api_version='1.11'
@@ -7381,7 +7381,7 @@ fi
# Define the identity of the package.
PACKAGE='kpathsea'
- VERSION='6.0.0'
+ VERSION='6.0.1dev'
cat >>confdefs.h <<_ACEOF
@@ -13470,7 +13470,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.0.0, which was
+This file was extended by Kpathsea $as_me 6.0.1dev, which was
generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -13536,7 +13536,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.0.0
+Kpathsea config.status 6.0.1dev
configured by $0, generated by GNU Autoconf 2.68,
with options \\"\$ac_cs_config\\"
diff --git a/Build/source/texk/kpathsea/configure.ac b/Build/source/texk/kpathsea/configure.ac
index 0792103f6cb..9bf03a0b23e 100644
--- a/Build/source/texk/kpathsea/configure.ac
+++ b/Build/source/texk/kpathsea/configure.ac
@@ -22,8 +22,8 @@ dnl binaries built between releases.
m4_define([kpse_lib_major], [6])[]dnl
m4_define([kpse_lib_minor], [0])[]dnl
-m4_define([kpse_lib_micro], [0])[]dnl
-m4_define([kpse_lib_devel], [])[]dnl empty or "dev"
+m4_define([kpse_lib_micro], [1])[]dnl
+m4_define([kpse_lib_devel], [dev])[]dnl empty or "dev"
m4_define([kpse_version], [kpse_lib_major.kpse_lib_minor.kpse_lib_micro[]kpse_lib_devel])[]dnl
AC_INIT([Kpathsea], [kpse_version], [tex-k@tug.org])