diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-10-24 15:26:04 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-10-24 15:26:04 +0000 |
commit | dbd5ecadc0a5fad6ad68557b15faa401ba7f1572 (patch) | |
tree | b6085c5732d25877a9751da31a8ebdd9565a46c8 | |
parent | 98819cd0e6a1b4529f24a0bbe919b037b0f82f00 (diff) |
tardate 2012-10-24
git-svn-id: svn://tug.org/texlive/trunk@28064 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Build/source/ChangeLog | 9 | ||||
-rwxr-xr-x | Build/source/configure | 20 | ||||
-rw-r--r-- | Build/source/tardate.ac | 2 |
3 files changed, 19 insertions, 12 deletions
diff --git a/Build/source/ChangeLog b/Build/source/ChangeLog index 461b184c4ef..b7262222673 100644 --- a/Build/source/ChangeLog +++ b/Build/source/ChangeLog @@ -1,3 +1,11 @@ +2012-10-24 Peter Breitenlohner <peb@mppmu.mpg.de> + + * tardate.ac: Switch to 2012-10-24. + +2012-08-19 Peter Breitenlohner <peb@mppmu.mpg.de> + + * tardate.ac: Switch to 2012-08-19. + 2012-08-08 Peter Breitenlohner <peb@mppmu.mpg.de> * Makefile.am: Running texlinks in texk/texlive/linked_scripts. @@ -8,7 +16,6 @@ 2012-07-09 Peter Breitenlohner <peb@mppmu.mpg.de> - * tardate.ac: Switch to 2012-06-15. * version.ac: Switch 2012 => 2013/dev. 2012-06-15 Peter Breitenlohner <peb@mppmu.mpg.de> diff --git a/Build/source/configure b/Build/source/configure index cf6c8222164..baf2ca3e468 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-08-19. +# Generated by GNU Autoconf 2.69 for TeX Live 2012-10-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-08-19' -PACKAGE_STRING='TeX Live 2012-08-19' +PACKAGE_VERSION='2012-10-24' +PACKAGE_STRING='TeX Live 2012-10-24' PACKAGE_BUGREPORT='tex-k@tug.org' PACKAGE_URL='' @@ -1490,7 +1490,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-08-19 to adapt to many kinds of systems. +\`configure' configures TeX Live 2012-10-24 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1564,7 +1564,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of TeX Live 2012-08-19:";; + short | recursive ) echo "Configuration of TeX Live 2012-10-24:";; esac cat <<\_ACEOF @@ -1864,7 +1864,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -TeX Live configure 2012-08-19 +TeX Live configure 2012-10-24 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2595,7 +2595,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-08-19, which was +It was created by TeX Live $as_me 2012-10-24, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -10118,7 +10118,7 @@ fi # Define the identity of the package. PACKAGE='tex-live' - VERSION='2012-08-19' + VERSION='2012-10-24' cat >>confdefs.h <<_ACEOF @@ -21395,7 +21395,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-08-19, which was +This file was extended by TeX Live $as_me 2012-10-24, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -21452,7 +21452,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-08-19 +TeX Live config.status 2012-10-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 58757284d36..f8b3e46295d 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], [2012-08-19]) +m4_define([tex_live_tardate], [2012-10-24]) |