diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2015-03-18 08:30:17 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2015-03-18 08:30:17 +0000 |
commit | a38b370bf53c20d0c435281ec6704366554873aa (patch) | |
tree | 4bceb12726a86b4c437e7fc4a9ed1a66bf7e35fb /Build/source/README.4layout | |
parent | ca164f638617f301997a5004ce8ea6fa54642a88 (diff) |
Update tlbuild.info
git-svn-id: svn://tug.org/texlive/trunk@36553 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/README.4layout')
-rw-r--r-- | Build/source/README.4layout | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Build/source/README.4layout b/Build/source/README.4layout index 9fb8774dbd3..4a7ced88113 100644 --- a/Build/source/README.4layout +++ b/Build/source/README.4layout @@ -197,13 +197,13 @@ library. E.g., for 'libs/libpng': Provide the configure option '--with-system-libpng'. Set and 'AC_SUBST' 'make' variables for modules using this library (either an installed version or from the TeX Live tree): 'LIBPNG_INCLUDES' - for use in CPPFLAGS, 'LIBPNG_LIBS' for use in LDADD, + for use in 'CPPFLAGS', 'LIBPNG_LIBS' for use in 'LDADD', 'LIBPNG_DEPEND' for use as dependency, and 'LIBPNG_RULE' defining 'make' rules to rebuild the library. -- Macro: KPSE_ADD_FLAGS (NAME) - Temporarily extend CPPFLAGS and LIBS with the values required for - the library module 'NAME'. + Temporarily extend 'CPPFLAGS' and 'LIBS' with the values required + for the library module 'NAME'. -- Macro: KPSE_RESTORE_FLAGS Restore 'CPPFLAGS' and 'LIBS' to their original values. @@ -354,11 +354,11 @@ installed by 'make install' together with the programs. They are, however, not part of the TL DVD as distributed by TeX user groups, and have never been officially released for standalone use. - It is possible, and possibly even useful for distro builds (*note + It is possible, and perhaps even useful for distro builds (*note Distro builds::), to specify the configure option -'--with-system-kpathsea' in order to use a system version of the library -and it may then be necessary to specify '--with-kpathsea-includes' -and/or '--with-kpathsea-libdir'. +'--with-system-kpathsea' in order to use a system version of the +library. Programs outside the TL tree should use 'pkg-config' for the +required flags. In addition to 'ac/withenable.ac' and 'ac/kpathsea.ac' there is a third fragment 'ac/mktex.ac' included by both 'ac/withenable.ac' and |