summaryrefslogtreecommitdiff
path: root/Build/source/utils/configure
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/configure')
-rwxr-xr-xBuild/source/utils/configure32
1 files changed, 16 insertions, 16 deletions
diff --git a/Build/source/utils/configure b/Build/source/utils/configure
index df8eec3d527..e13d606e08f 100755
--- a/Build/source/utils/configure
+++ b/Build/source/utils/configure
@@ -693,7 +693,7 @@ enable_cxx_runtime_hack
enable_libtool_hack
enable_biber
enable_chktex
-enable_mtx
+enable_m_tx
enable_pmx
enable_ps2eps
enable_psutils
@@ -844,7 +844,7 @@ LIBS
CPPFLAGS'
ac_subdirs_all='biber
chktex
-mtx
+m-tx
pmx
ps2eps
psutils
@@ -1481,7 +1481,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-mtx do not build the mtx package
+ --disable-m-tx do not build the m-tx 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
@@ -3243,21 +3243,21 @@ $as_echo "$as_me: Assuming \`--enable-chktex=$enable_chktex'" >&6;}
esac
-## utils/mtx/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory utils/mtx/
+## utils/m-tx/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory utils/m-tx/
## configure options and TL libraries required for mtx
-# Check whether --enable-mtx was given.
-if test "${enable_mtx+set}" = set; then :
- enableval=$enable_mtx;
+# Check whether --enable-m-tx was given.
+if test "${enable_m_tx+set}" = set; then :
+ enableval=$enable_m_tx;
fi
-case $enable_mtx in #(
+case $enable_m_tx in #(
yes|no) :
;; #(
*) :
- enable_mtx=$enable_all_pkgs
- { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming \`--enable-mtx=$enable_mtx'" >&5
-$as_echo "$as_me: Assuming \`--enable-mtx=$enable_mtx'" >&6;}
- ac_configure_args="$ac_configure_args '--enable-mtx=$enable_mtx'"
+ enable_m_tx=$enable_all_pkgs
+ { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming \`--enable-m-tx=$enable_m_tx'" >&5
+$as_echo "$as_me: Assuming \`--enable-m-tx=$enable_m_tx'" >&6;}
+ ac_configure_args="$ac_configure_args '--enable-m-tx=$enable_m_tx'"
;;
esac
@@ -5888,11 +5888,11 @@ if test -x $srcdir/chktex/configure; then
fi
-if test -x $srcdir/mtx/configure; then
- test "x$enable_mtx" = xno || SUBUTILS="$SUBUTILS mtx"
- DIST_SUBUTILS="$DIST_SUBUTILS mtx"
+if test -x $srcdir/m-tx/configure; then
+ test "x$enable_m_tx" = xno || SUBUTILS="$SUBUTILS m-tx"
+ DIST_SUBUTILS="$DIST_SUBUTILS m-tx"
if false; then
- subdirs="$subdirs mtx"
+ subdirs="$subdirs m-tx"
fi
fi