summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Build/source/ChangeLog4
-rwxr-xr-xBuild/source/configure20
-rw-r--r--Build/source/tardate.ac4
3 files changed, 16 insertions, 12 deletions
diff --git a/Build/source/ChangeLog b/Build/source/ChangeLog
index 2a6a900861b..d39ec2b1ee8 100644
--- a/Build/source/ChangeLog
+++ b/Build/source/ChangeLog
@@ -1,3 +1,7 @@
+2013-01-24 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * tardate.ac: Switch to 2013-01-24.
+
2012-12-17 Peter Breitenlohner <peb@mppmu.mpg.de>
* Makefile.am: Enable silent rules.
diff --git a/Build/source/configure b/Build/source/configure
index 83313857831..71ecd843071 100755
--- a/Build/source/configure
+++ b/Build/source/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for TeX Live 2012-11-16.
+# Generated by GNU Autoconf 2.69 for TeX Live 2013-01-24.
#
# Report bugs to <tex-k@tug.org>.
#
@@ -590,8 +590,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='TeX Live'
PACKAGE_TARNAME='tex-live'
-PACKAGE_VERSION='2012-11-16'
-PACKAGE_STRING='TeX Live 2012-11-16'
+PACKAGE_VERSION='2013-01-24'
+PACKAGE_STRING='TeX Live 2013-01-24'
PACKAGE_BUGREPORT='tex-k@tug.org'
PACKAGE_URL=''
@@ -1497,7 +1497,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 TeX Live 2012-11-16 to adapt to many kinds of systems.
+\`configure' configures TeX Live 2013-01-24 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1571,7 +1571,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of TeX Live 2012-11-16:";;
+ short | recursive ) echo "Configuration of TeX Live 2013-01-24:";;
esac
cat <<\_ACEOF
@@ -1878,7 +1878,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-TeX Live configure 2012-11-16
+TeX Live configure 2013-01-24
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2609,7 +2609,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 TeX Live $as_me 2012-11-16, which was
+It was created by TeX Live $as_me 2013-01-24, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -10318,7 +10318,7 @@ fi
# Define the identity of the package.
PACKAGE='tex-live'
- VERSION='2012-11-16'
+ VERSION='2013-01-24'
cat >>confdefs.h <<_ACEOF
@@ -21696,7 +21696,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 TeX Live $as_me 2012-11-16, which was
+This file was extended by TeX Live $as_me 2013-01-24, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -21753,7 +21753,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="\\
-TeX Live config.status 2012-11-16
+TeX Live config.status 2013-01-24
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/Build/source/tardate.ac b/Build/source/tardate.ac
index 82ce1bc09b7..6abd33589c2 100644
--- a/Build/source/tardate.ac
+++ b/Build/source/tardate.ac
@@ -1,5 +1,5 @@
dnl
-dnl Copyright (C) 2010-2012 Peter Breitenlohner <tex-live@tug.org>
+dnl Copyright (C) 2010-2013 Peter Breitenlohner <tex-live@tug.org>
dnl
dnl This file is free software; the copyright holder
dnl gives unlimited permission to copy and/or distribute it,
@@ -8,4 +8,4 @@ dnl
dnl --------------------------------------------------------
dnl
dnl m4-include this file to define the current TeX Live tarball version
-m4_define([tex_live_tardate], [2012-11-16])
+m4_define([tex_live_tardate], [2013-01-24])