diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-04-15 15:04:45 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-04-15 15:04:45 +0000 |
commit | 440f3a0a24a2061ba24309a1c5538be6ecd4e74a (patch) | |
tree | 1e9be1bef248ac63c94d05b11c816c1ebb1da6e2 /Build/source/libs/configure.ac | |
parent | baca7ad14b15829e67151e08e25e35b916046c4e (diff) |
build system: reorganize TeX specific libraries
git-svn-id: svn://tug.org/texlive/trunk@17878 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/configure.ac')
-rw-r--r-- | Build/source/libs/configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/libs/configure.ac b/Build/source/libs/configure.ac index a862303f7be..cafff04f63e 100644 --- a/Build/source/libs/configure.ac +++ b/Build/source/libs/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 libs], [2009], [tex-k@tug.org]) +AC_INIT([TeX Live libs], [2010], [tex-k@tug.org]) AC_PREREQ([2.65]) AC_CONFIG_SRCDIR([../build-aux/missing]) AC_CONFIG_AUX_DIR([../build-aux]) @@ -20,7 +20,7 @@ AM_MAINTAINER_MODE AC_PROG_MKDIR_P -AC_MSG_CHECKING([for libraries to build]) +AC_MSG_CHECKING([for generic libraries to build]) SUBLIBS= DIST_SUBLIBS= dnl XeTeX needs the ICU headers and libraries from the TL tree, |