summaryrefslogtreecommitdiff
path: root/Build/source/libs
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs')
-rw-r--r--Build/source/libs/Makefile.in1
-rwxr-xr-xBuild/source/libs/configure31
2 files changed, 30 insertions, 2 deletions
diff --git a/Build/source/libs/Makefile.in b/Build/source/libs/Makefile.in
index 27853eae0e6..8a59120f095 100644
--- a/Build/source/libs/Makefile.in
+++ b/Build/source/libs/Makefile.in
@@ -65,6 +65,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../m4/kpse-common.m4 \
$(top_srcdir)/../m4/kpse-xpdf-flags.m4 \
$(top_srcdir)/../m4/kpse-zlib-flags.m4 \
$(top_srcdir)/../m4/kpse-zziplib-flags.m4 \
+ $(top_srcdir)/../utils/chktex/ac/withenable.ac \
$(top_srcdir)/../utils/dialog/ac/withenable.ac \
$(top_srcdir)/../utils/pdfopen/ac/withenable.ac \
$(top_srcdir)/../utils/ps2eps/ac/withenable.ac \
diff --git a/Build/source/libs/configure b/Build/source/libs/configure
index 06c12a4c0fe..79e8695d75c 100755
--- a/Build/source/libs/configure
+++ b/Build/source/libs/configure
@@ -644,6 +644,7 @@ enable_native_texlive_build
enable_multiplatform
enable_cxx_runtime_hack
enable_libtool_hack
+enable_chktex
enable_dialog
enable_pdfopen
enable_ps2eps
@@ -1416,6 +1417,7 @@ Optional Features:
lib/PLATFORM
--enable-cxx-runtime-hack link C++ runtime statically
--enable-libtool-hack ignore libtool dependency_libs
+ --disable-chktex do not build the chktex package
--disable-dialog do not build the dialog package
--disable-pdfopen do not build the pdfopen package
--disable-ps2eps do not build the ps2eps package
@@ -1489,6 +1491,8 @@ Optional Features:
--disable-ttftotype42 do not build the ttftotype42 program
--disable-auto-cfftot1 disable running cfftot1 from otftotfm
--disable-auto-t1dotlessj disable running t1dotlessj from otftotfm
+ --disable-auto-ttftotype42
+ disable running ttftotype42 from otftotfm
--disable-auto-updmap disable running updmap from otftotfm
--disable-makeindexk do not build the makeindexk package
--disable-makejvf do not build the makejvf package
@@ -2218,6 +2222,25 @@ case $with_x in #(
$as_echo "$as_me: Assuming \`--with-x'" >&6;}
ac_configure_args="$ac_configure_args '--with-x'" ;;
esac
+## utils/chktex/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory utils/chktex/
+## configure options and TL libraries required for chktex
+# Check whether --enable-chktex was given.
+if test "${enable_chktex+set}" = set; then :
+ enableval=$enable_chktex;
+fi
+case $enable_chktex in #(
+ yes|no) :
+ ;; #(
+ *) :
+
+ enable_chktex=$enable_all_pkgs
+ { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming \`--enable-chktex=$enable_chktex'" >&5
+$as_echo "$as_me: Assuming \`--enable-chktex=$enable_chktex'" >&6;}
+ ac_configure_args="$ac_configure_args '--enable-chktex=$enable_chktex'"
+ ;;
+esac
+
+
## utils/dialog/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory utils/dialog/
## configure options and TL libraries required for dialog
# Check whether --enable-dialog was given.
@@ -3144,8 +3167,8 @@ test "x$enable_lcdf_typetools" = xno || {
need_kpathsea=yes
}
-## texk/lcdf-typetools/ac/lcdf-typetools.ac: configure.ac fragment for the TeX Live subdirectory texk/lcdf-typetools/
-## configure options for lcdf-typetools
+## Define configure options for lcdf-typetools. Extracted from configure.ac
+## for ease of building TeX Live.
# Check whether --enable-cfftot1 was given.
if test "${enable_cfftot1+set}" = set; then :
enableval=$enable_cfftot1;
@@ -3199,6 +3222,10 @@ fi
if test "${enable_t1dotlessj+set}" = set; then :
enableval=$enable_t1dotlessj;
fi
+# Check whether --enable-ttftotype42 was given.
+if test "${enable_ttftotype42+set}" = set; then :
+ enableval=$enable_ttftotype42;
+fi
# Check whether --enable-updmap was given.
if test "${enable_updmap+set}" = set; then :
enableval=$enable_updmap;