diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-03-03 08:57:59 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-03-03 08:57:59 +0000 |
commit | fd398aa11fc84dd2a33da4e4f4dc5d5ee9d7fa2a (patch) | |
tree | 28eeabcaabbe7210ed24146f9872ae031becdc8c /Build | |
parent | f81b8f57970fd69c8522f152845efab1fd241b14 (diff) |
tardate 2011-03-03
git-svn-id: svn://tug.org/texlive/trunk@21595 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/ChangeLog | 4 | ||||
-rwxr-xr-x | Build/source/configure | 20 | ||||
-rw-r--r-- | Build/source/tardate.ac | 4 |
3 files changed, 16 insertions, 12 deletions
diff --git a/Build/source/ChangeLog b/Build/source/ChangeLog index b3122efcf3d..f30f83cbdda 100644 --- a/Build/source/ChangeLog +++ b/Build/source/ChangeLog @@ -1,3 +1,7 @@ +2011-03-03 Peter Breitenlohner <peb@mppmu.mpg.de> + + * tardate.ac: Switch to 2011-03-03. + 2011-02-16 Karl Berry <karl@tug.org> * Build: include uname -a in log, mention log if failure. diff --git a/Build/source/configure b/Build/source/configure index 715491e2180..5c7910f4039 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 2010-12-23. +# Generated by GNU Autoconf 2.68 for TeX Live 2011-03-03. # # 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='2010-12-23' -PACKAGE_STRING='TeX Live 2010-12-23' +PACKAGE_VERSION='2011-03-03' +PACKAGE_STRING='TeX Live 2011-03-03' PACKAGE_BUGREPORT='tex-k@tug.org' PACKAGE_URL='' @@ -1466,7 +1466,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 2010-12-23 to adapt to many kinds of systems. +\`configure' configures TeX Live 2011-03-03 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1540,7 +1540,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of TeX Live 2010-12-23:";; + short | recursive ) echo "Configuration of TeX Live 2011-03-03:";; esac cat <<\_ACEOF @@ -1822,7 +1822,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -TeX Live configure 2010-12-23 +TeX Live configure 2011-03-03 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -2423,7 +2423,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 2010-12-23, which was +It was created by TeX Live $as_me 2011-03-03, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -9780,7 +9780,7 @@ fi # Define the identity of the package. PACKAGE='tex-live' - VERSION='2010-12-23' + VERSION='2011-03-03' cat >>confdefs.h <<_ACEOF @@ -20959,7 +20959,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 2010-12-23, which was +This file was extended by TeX Live $as_me 2011-03-03, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -21016,7 +21016,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 2010-12-23 +TeX Live config.status 2011-03-03 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 bdaa5576a0e..ae4ccf7b325 100644 --- a/Build/source/tardate.ac +++ b/Build/source/tardate.ac @@ -1,5 +1,5 @@ dnl -dnl Copyright (C) 2010 Peter Breitenlohner <tex-live@tug.org> +dnl Copyright (C) 2010, 2011 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], [2010-12-23]) +m4_define([tex_live_tardate], [2011-03-03]) |