diff options
author | Karl Berry <karl@freefriends.org> | 2017-02-17 22:37:44 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-02-17 22:37:44 +0000 |
commit | 403359433cd5380f66b5eae875fd817afcacc250 (patch) | |
tree | d0a3d303e89af7ec6ec055bedf8b285787680f62 /Build/source/m4/README | |
parent | ab45728245c1e07608202ff15953b97a9d3232b0 (diff) |
do not configure in disabled (with --disable-PKG) subdirs
git-svn-id: svn://tug.org/texlive/trunk@43261 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/m4/README')
-rw-r--r-- | Build/source/m4/README | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Build/source/m4/README b/Build/source/m4/README index 52e429face6..d2b7dc0cccf 100644 --- a/Build/source/m4/README +++ b/Build/source/m4/README @@ -1,8 +1,10 @@ -Copyright (C) 2009-2012 Peter Breitenlohner <tex-live@tug.org> +$Id$ +Copyright 2009-2017 Karl Berry <tex-live@tug.org> +Copyright 2009-2012 Peter Breitenlohner <tex-live@tug.org> You may freely use, modify and/or distribute this file. This directory is the central repository for Autoconf macros needed to build -the TeX Live (TL) tree. +the TeX Live (TL) tree. They are incorporated into the configure scripts. (1) Public macros such as libtool.m4 used to build the libraries and programs in the TL subdirectories libs/*/, utils/*/, and texk/*/ that are @@ -25,7 +27,9 @@ owned by the TL tree. kpse-pkgs.m4: defines lists of subdirectories libs/Lib/, utils/Util/, and tex/Prog/ with libraries and programs that can be built as part of the TL tree. + kpse-setup.m4: macros that walk through these lists to provide configure options. They depend on configure fragments */*/ac/withenable.ac defining the dependencies between these libraries and programs. +See also the sibling top-level am/ directory. |