summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-02-22 01:43:40 +0000
committerKarl Berry <karl@freefriends.org>2010-02-22 01:43:40 +0000
commite3fb748cd5fd64728977933bbfcab53ea78e4efc (patch)
tree0c8da2d09aa5a27cf490e6cce0994071effa4197 /Build
parent84343f37eb2506a10b72e4be6cf5a883571c6632 (diff)
switch version to 2010dev
git-svn-id: svn://tug.org/texlive/trunk@17135 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/web2c/ChangeLog4
-rwxr-xr-xBuild/source/texk/web2c/configure24
-rw-r--r--Build/source/texk/web2c/configure.ac2
3 files changed, 17 insertions, 13 deletions
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog
index 34751856bbe..273efd89b76 100644
--- a/Build/source/texk/web2c/ChangeLog
+++ b/Build/source/texk/web2c/ChangeLog
@@ -1,3 +1,7 @@
+2010-02-22 Karl Berry <karl@tug.org>
+
+ * configure.ac: (web2_version): move to 2010dev.
+
2010-02-18 Peter Breitenlohner <peb@mppmu.mpg.de>
* cpascal.h (makesuffix, removesuffix): Remove these from the
diff --git a/Build/source/texk/web2c/configure b/Build/source/texk/web2c/configure
index b50d6db530b..a2cb6793739 100755
--- a/Build/source/texk/web2c/configure
+++ b/Build/source/texk/web2c/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.65 for Web2C 2009.
+# Generated by GNU Autoconf 2.65 for Web2C 2010dev.
#
# Report bugs to <tex-k@tug.org>.
#
@@ -701,8 +701,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='Web2C'
PACKAGE_TARNAME='web2c'
-PACKAGE_VERSION='2009'
-PACKAGE_STRING='Web2C 2009'
+PACKAGE_VERSION='2010dev'
+PACKAGE_STRING='Web2C 2010dev'
PACKAGE_BUGREPORT='tex-k@tug.org'
PACKAGE_URL=''
@@ -1606,7 +1606,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 Web2C 2009 to adapt to many kinds of systems.
+\`configure' configures Web2C 2010dev to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1680,7 +1680,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of Web2C 2009:";;
+ short | recursive ) echo "Configuration of Web2C 2010dev:";;
esac
cat <<\_ACEOF
@@ -1858,7 +1858,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-Web2C configure 2009
+Web2C configure 2010dev
generated by GNU Autoconf 2.65
Copyright (C) 2009 Free Software Foundation, Inc.
@@ -2716,7 +2716,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 Web2C $as_me 2009, which was
+It was created by Web2C $as_me 2010dev, which was
generated by GNU Autoconf 2.65. Invocation command line was
$ $0 $@
@@ -3090,7 +3090,7 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
-WEB2CVERSION=2009
+WEB2CVERSION=2010dev
am__api_version='1.11'
@@ -7447,7 +7447,7 @@ fi
# Define the identity of the package.
PACKAGE='web2c'
- VERSION='2009'
+ VERSION='2010dev'
cat >>confdefs.h <<_ACEOF
@@ -19409,7 +19409,7 @@ Usage: $0 [OPTIONS]
Report bugs to <bug-libtool@gnu.org>."
lt_cl_version="\
-Web2C config.lt 2009
+Web2C config.lt 2010dev
configured by $0, generated by GNU Autoconf 2.65.
Copyright (C) 2008 Free Software Foundation, Inc.
@@ -22180,7 +22180,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 Web2C $as_me 2009, which was
+This file was extended by Web2C $as_me 2010dev, which was
generated by GNU Autoconf 2.65. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -22246,7 +22246,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="\\
-Web2C config.status 2009
+Web2C config.status 2010dev
configured by $0, generated by GNU Autoconf 2.65,
with options \\"\$ac_cs_config\\"
diff --git a/Build/source/texk/web2c/configure.ac b/Build/source/texk/web2c/configure.ac
index 7c71bd78cd2..e50f75b8264 100644
--- a/Build/source/texk/web2c/configure.ac
+++ b/Build/source/texk/web2c/configure.ac
@@ -19,7 +19,7 @@ dnl get these features if you are willing to hack the sources. If not,
dnl it'll take a good argument to convince me to invest the time to make
dnl them configurable.
dnl
-m4_define([web2_version], [2009])
+m4_define([web2_version], [2010dev])
AC_INIT([Web2C], web2_version(), [tex-k@tug.org])
AC_PREREQ([2.65])
dnl