diff options
Diffstat (limited to 'Build/source/texk/ptexenc/ac/withenable.ac')
-rw-r--r-- | Build/source/texk/ptexenc/ac/withenable.ac | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Build/source/texk/ptexenc/ac/withenable.ac b/Build/source/texk/ptexenc/ac/withenable.ac index db3748bbcbc..38d9a4152bd 100644 --- a/Build/source/texk/ptexenc/ac/withenable.ac +++ b/Build/source/texk/ptexenc/ac/withenable.ac @@ -1 +1,7 @@ -KPSE_ENABLE_PROG([ptexenc], [kpathsea]) +## texk/ptexenc/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/ptexenc/ +dnl +dnl Copyright (C) 2010 Peter Breitenlohner <tex-live@tug.org> +dnl You may freely use, modify and/or distribute this file. +dnl +## configure options and TL libraries required for ptexenc +KPSE_WITH_LIB([ptexenc], [kpathsea], [tree]) |