diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-10-05 14:02:19 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-10-05 14:02:19 +0000 |
commit | 071d21392a40a6ca37449a93fda018b5ae8ec4ea (patch) | |
tree | 916a7b08107a113dd0b2b88b4da6e68bc53c8812 | |
parent | cda0435201d9c30a05cd43bcd9f526872bc7750c (diff) |
tardate 2011-10-05
git-svn-id: svn://tug.org/texlive/trunk@24211 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Build/source/ChangeLog | 6 | ||||
-rwxr-xr-x | Build/source/configure | 20 | ||||
-rw-r--r-- | Build/source/tardate.ac | 2 |
3 files changed, 16 insertions, 12 deletions
diff --git a/Build/source/ChangeLog b/Build/source/ChangeLog index 753a4000fa2..f92f5746e8f 100644 --- a/Build/source/ChangeLog +++ b/Build/source/ChangeLog @@ -1,6 +1,10 @@ +2011-10-05 Peter Breitenlohner <peb@mppmu.mpg.de> + + * tardate.ac: Switch to 2011-10-05. + 2011-08-10 Peter Breitenlohner <peb@mppmu.mpg.de> - * tardate.ac: Switch to 2011-08-18. + * tardate.ac: Switch to 2011-08-10. 2011-07-12 Peter Breitenlohner <peb@mppmu.mpg.de> diff --git a/Build/source/configure b/Build/source/configure index 366360aa412..5df9796e299 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.68 for TeX Live 2011-08-10. +# Generated by GNU Autoconf 2.68 for TeX Live 2011-10-05. # # Report bugs to <tex-k@tug.org>. # @@ -570,8 +570,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='TeX Live' PACKAGE_TARNAME='tex-live' -PACKAGE_VERSION='2011-08-10' -PACKAGE_STRING='TeX Live 2011-08-10' +PACKAGE_VERSION='2011-10-05' +PACKAGE_STRING='TeX Live 2011-10-05' PACKAGE_BUGREPORT='tex-k@tug.org' PACKAGE_URL='' @@ -1469,7 +1469,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 2011-08-10 to adapt to many kinds of systems. +\`configure' configures TeX Live 2011-10-05 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1543,7 +1543,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of TeX Live 2011-08-10:";; + short | recursive ) echo "Configuration of TeX Live 2011-10-05:";; esac cat <<\_ACEOF @@ -1838,7 +1838,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -TeX Live configure 2011-08-10 +TeX Live configure 2011-10-05 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -2439,7 +2439,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 2011-08-10, which was +It was created by TeX Live $as_me 2011-10-05, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -9881,7 +9881,7 @@ fi # Define the identity of the package. PACKAGE='tex-live' - VERSION='2011-08-10' + VERSION='2011-10-05' cat >>confdefs.h <<_ACEOF @@ -21084,7 +21084,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 2011-08-10, which was +This file was extended by TeX Live $as_me 2011-10-05, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -21141,7 +21141,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 2011-08-10 +TeX Live config.status 2011-10-05 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" diff --git a/Build/source/tardate.ac b/Build/source/tardate.ac index 2c3cb938c11..cdbca729bfb 100644 --- a/Build/source/tardate.ac +++ b/Build/source/tardate.ac @@ -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], [2011-08-10]) +m4_define([tex_live_tardate], [2011-10-05]) |