diff options
Diffstat (limited to 'Build/source/texk/web2c/ac/withenable.ac')
-rw-r--r-- | Build/source/texk/web2c/ac/withenable.ac | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/ac/withenable.ac b/Build/source/texk/web2c/ac/withenable.ac new file mode 100644 index 00000000000..67667f016a5 --- /dev/null +++ b/Build/source/texk/web2c/ac/withenable.ac @@ -0,0 +1,10 @@ +## texk/web2c/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/web2c/ +dnl +dnl Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org> +dnl You may freely use, modify and/or distribute this file. +dnl +dnl extra_dirs = texk/web2c/web2c +dnl +## configure options and TL libraries required for web2c +KPSE_ENABLE_PROG([web2c], [kpathsea zlib], , [TeX & Co.]) +m4_include(kpse_TL[texk/web2c/ac/web2c.ac]) |