diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-09-29 12:17:38 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-09-29 12:17:38 +0000 |
commit | 307a409e5a3cc8c467bbe5d0e0fe9beacf620adf (patch) | |
tree | 77b4d4f00642c3c1c86755e63cd5d2424b058972 /Build/source/README.hacking | |
parent | 54b9868277dbd900c93d8b750654b9ed43b51b26 (diff) |
somewhat more general way to create symlinks for linked scripts
using build-aux/relpath
git-svn-id: svn://tug.org/texlive/trunk@24137 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/README.hacking')
-rw-r--r-- | Build/source/README.hacking | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/README.hacking b/Build/source/README.hacking index a651163bc87..a00b74140c4 100644 --- a/Build/source/README.hacking +++ b/Build/source/README.hacking @@ -106,12 +106,12 @@ LIB_LIBS are constructed from values for the configure options '--with-Lib-includes' and/or '--with-Lib-libdir'; alternatively they may result from running pkg-config, freetype-config, or similar. -As example, the file libs/libpng/ac/withenable.ac contains +As an example, the file libs/libpng/ac/withenable.ac contains KPSE_WITH_LIB([libpng], [zlib]) where KPSE_WITH_LIB, defined in m4/kpse-setup.m4, has one required argument -- the name of the subdirectory -- and two optional arguments: a list of required TL libraries, and a list of options ('tree' if only the library -from the TL can be used). The file libs/libpng/ac/libpng.ac contains +from the TL tree can be used). The file libs/libpng/ac/libpng.ac contains KPSE_TRY_LIB([libpng], [#include <png.h>], [png_structp png; png_voidp io; png_rw_ptr fn; |