diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-11-23 14:20:21 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-11-23 14:20:21 +0000 |
commit | 7d5a03d76f46cbbd3b12828754a21953f132a1ef (patch) | |
tree | d35462986e84c5ae3f616dee1d19ae86f5186784 /Build/source/configure.ac | |
parent | cd7ad3298750c47b535a0bff96ba77ff9ee68f7d (diff) |
Autoconf 2.65
git-svn-id: svn://tug.org/texlive/trunk@16140 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/configure.ac')
-rw-r--r-- | Build/source/configure.ac | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Build/source/configure.ac b/Build/source/configure.ac index 1753bc79a29..e37bbe4287a 100644 --- a/Build/source/configure.ac +++ b/Build/source/configure.ac @@ -7,7 +7,7 @@ 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-11-10], [tex-k@tug.org]) -AC_PREREQ([2.63]) +AC_PREREQ([2.65]) AC_CONFIG_SRCDIR([m4/kpse-pkgs.m4]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) @@ -38,8 +38,9 @@ dnl 5. For each library Lib in the list of TL libraries: dnl sinclude libs/Lib/ac/withenable.ac dnl usually providing the configure options --with-system-Lib, dnl --with-Lib-includes=DIR, and --with-Lib-libdir=DIR -dnl for each required TL library SubLib (if any): -dnl disallow with_system_Lib=yes and with_system_SubLib=no +dnl for each required TL library SubLib (if any): +dnl disallow with_system_Lib=yes and with_system_SubLib=no +dnl if $need_Lib=yes then set need_SubLib=yes dnl KPSE_SETUP([]) |