summaryrefslogtreecommitdiffstats
path: root/office/texlive/branch2011/14-set_tardate_branch2011.patch
blob: 3d4632f5a7af4fcc5bdaea0a0e93a892dbac397c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
r24406 | peter | 2011-10-26 10:03:55 +0000 (Wed, 26 Oct 2011) | 1 line

branch2011: set tardate=branch2011 such that 'make dist' creates tex-live-branch2011.tar.*

Index: Build/source/configure
===================================================================
--- Build/source/configure	(revision 24405)
+++ Build/source/configure	(revision 24406)
@@ -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-04-12.
+# Generated by GNU Autoconf 2.68 for TeX Live branch2011.
 #
 # Report bugs to <tex-k@tug.org>.
 #
@@ -570,8 +570,8 @@
 # Identity of this package.
 PACKAGE_NAME='TeX Live'
 PACKAGE_TARNAME='tex-live'
-PACKAGE_VERSION='2011-04-12'
-PACKAGE_STRING='TeX Live 2011-04-12'
+PACKAGE_VERSION='branch2011'
+PACKAGE_STRING='TeX Live branch2011'
 PACKAGE_BUGREPORT='tex-k@tug.org'
 PACKAGE_URL=''
 
@@ -1460,7 +1460,7 @@
   # 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-04-12 to adapt to many kinds of systems.
+\`configure' configures TeX Live branch2011 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1534,7 +1534,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of TeX Live 2011-04-12:";;
+     short | recursive ) echo "Configuration of TeX Live branch2011:";;
    esac
   cat <<\_ACEOF
 
@@ -1820,7 +1820,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-TeX Live configure 2011-04-12
+TeX Live configure branch2011
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2421,7 +2421,7 @@
 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-04-12, which was
+It was created by TeX Live $as_me branch2011, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -9847,7 +9847,7 @@
 
 # Define the identity of the package.
  PACKAGE='tex-live'
- VERSION='2011-04-12'
+ VERSION='branch2011'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -21041,7 +21041,7 @@
 # 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-04-12, which was
+This file was extended by TeX Live $as_me branch2011, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -21098,7 +21098,7 @@
 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-04-12
+TeX Live config.status branch2011
 configured by $0, generated by GNU Autoconf 2.68,
   with options \\"\$ac_cs_config\\"
 
Index: Build/source/tardate.ac
===================================================================
--- Build/source/tardate.ac	(revision 24405)
+++ Build/source/tardate.ac	(revision 24406)
@@ -8,4 +8,4 @@
 dnl --------------------------------------------------------
 dnl
 dnl  m4-include this file to define the current TeX Live tarball version
-m4_define([tex_live_tardate], [2011-04-12])
+m4_define([tex_live_tardate], [branch2011])