diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-09-27 11:52:58 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-09-27 11:52:58 +0000 |
commit | 2e26e2de2fab729811e7dd6d11471e0c31b56a04 (patch) | |
tree | 3721976bb0403d72f2ff0e107d5b769f6bad5822 /Build/source/configure.ac | |
parent | 6349672c504104808d5ec75b8c0b5d6ade95f195 (diff) |
Version 2011/dev
git-svn-id: svn://tug.org/texlive/trunk@19917 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/configure.ac')
-rw-r--r-- | Build/source/configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/configure.ac b/Build/source/configure.ac index 5acce603a98..2a160e009ce 100644 --- a/Build/source/configure.ac +++ b/Build/source/configure.ac @@ -6,7 +6,8 @@ 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], [2010-07-20], [tex-k@tug.org]) +m4_include([tardate.ac])[] dnl define tex_live_tardate +AC_INIT([TeX Live], tex_live_tardate, [tex-k@tug.org]) AC_PREREQ([2.65]) AC_CONFIG_SRCDIR([m4/kpse-pkgs.m4]) AC_CONFIG_AUX_DIR([build-aux]) |