summaryrefslogtreecommitdiff
path: root/Build/source/texk/texlive/configure.ac
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-05-30 00:01:23 +0000
committerKarl Berry <karl@freefriends.org>2010-05-30 00:01:23 +0000
commit95f5e2bba11d728fa3d0be906ecdc321c13beff7 (patch)
tree1068e6fff509c36ec3df23f21171ebe4765b8acc /Build/source/texk/texlive/configure.ac
parentfb70dd21abb80410ab69454bb2e15b2c9efd2235 (diff)
copies of context scripts, not symlinks; update the rebuilt platforms
git-svn-id: svn://tug.org/texlive/trunk@18591 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/texlive/configure.ac')
-rw-r--r--Build/source/texk/texlive/configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/texk/texlive/configure.ac b/Build/source/texk/texlive/configure.ac
index 74b43ccac90..1199ef9a359 100644
--- a/Build/source/texk/texlive/configure.ac
+++ b/Build/source/texk/texlive/configure.ac
@@ -1,12 +1,12 @@
dnl Process this file with autoconf to produce a configure script.
dnl
-dnl Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org>
+dnl Copyright (C) 2009, 2010 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,
dnl with or without modifications, as long as this notice is preserved.
dnl
-AC_INIT([TeX Live], [2009], [tex-k@tug.org])
+AC_INIT([TeX Live], [2010], [tex-k@tug.org])
AC_PREREQ([2.65])
AC_CONFIG_SRCDIR([linked_scripts/ChangeLog])
AC_CONFIG_AUX_DIR([../../build-aux])
@@ -20,6 +20,6 @@ AC_PROG_INSTALL
AC_PROG_LN_S
AC_PROG_MAKE_SET
-AC_CONFIG_FILES([Makefile linked_scripts/Makefile])
+AC_CONFIG_FILES([Makefile context/Makefile linked_scripts/Makefile])
AC_OUTPUT