summaryrefslogtreecommitdiff
path: root/Build/source/texk/configure
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/configure')
-rwxr-xr-xBuild/source/texk/configure30
1 files changed, 30 insertions, 0 deletions
diff --git a/Build/source/texk/configure b/Build/source/texk/configure
index 2513f09bf89..cf550301db9 100755
--- a/Build/source/texk/configure
+++ b/Build/source/texk/configure
@@ -673,6 +673,7 @@ enable_cxx_runtime_hack
enable_libtool_hack
enable_biber
enable_chktex
+enable_pmx
enable_ps2eps
enable_psutils
enable_t1utils
@@ -1483,6 +1484,7 @@ Optional Features:
--enable-libtool-hack ignore libtool dependency_libs
--disable-biber do not build the biber package
--disable-chktex do not build the chktex package
+ --disable-pmx do not build the pmx package
--disable-ps2eps do not build the ps2eps package
--disable-psutils do not build the psutils package
--disable-t1utils do not build the t1utils package
@@ -3241,6 +3243,34 @@ $as_echo "$as_me: Assuming \`--enable-chktex=$enable_chktex'" >&6;}
esac
+## utils/pmx/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory utils/pmx/
+## configure options and TL libraries required for pmx
+# Check whether --enable-pmx was given.
+if test "${enable_pmx+set}" = set; then :
+ enableval=$enable_pmx;
+fi
+case $enable_pmx in #(
+ yes) :
+ if test "x$cross_compiling" = xyes; then :
+ as_fn_error $? "Unable to cross compile pmx" "$LINENO" 5
+fi ;; #(
+ no) :
+ ;; #(
+ *) :
+ if test "x$cross_compiling" = xyes; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: Cross compiling -> \`--disable-pmx'" >&5
+$as_echo "$as_me: Cross compiling -> \`--disable-pmx'" >&6;}
+ enable_pmx=no
+ ac_configure_args="$ac_configure_args '--disable-pmx'"
+ else
+ enable_pmx=$enable_all_pkgs
+ { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming \`--enable-pmx=$enable_pmx'" >&5
+$as_echo "$as_me: Assuming \`--enable-pmx=$enable_pmx'" >&6;}
+ ac_configure_args="$ac_configure_args '--enable-pmx=$enable_pmx'"
+ fi ;;
+esac
+
+
## utils/ps2eps/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory utils/ps2eps/
## configure options and TL libraries required for ps2eps
# Check whether --enable-ps2eps was given.