summaryrefslogtreecommitdiff
path: root/Build/source/libs/configure
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2012-04-16 16:25:45 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2012-04-16 16:25:45 +0000
commitf5c726a0125d88c06f92182b01eea1716f052ca0 (patch)
tree79db8530e041ec4cd6a3ed1f9bbce69ecc53113f /Build/source/libs/configure
parentb517e15e9fb22ebb6d36127ff64470f8a00309d0 (diff)
mtx 0.60d
git-svn-id: svn://tug.org/texlive/trunk@25987 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/configure')
-rwxr-xr-xBuild/source/libs/configure21
1 files changed, 21 insertions, 0 deletions
diff --git a/Build/source/libs/configure b/Build/source/libs/configure
index 8a1a95dd6c1..0662f490df2 100755
--- a/Build/source/libs/configure
+++ b/Build/source/libs/configure
@@ -673,6 +673,7 @@ enable_cxx_runtime_hack
enable_libtool_hack
enable_biber
enable_chktex
+enable_mtx
enable_pmx
enable_ps2eps
enable_psutils
@@ -1464,6 +1465,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-pmx do not build the pmx package
--disable-ps2eps do not build the ps2eps package
--disable-psutils do not build the psutils package
@@ -3223,6 +3225,25 @@ $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/
+## configure options and TL libraries required for mtx
+# Check whether --enable-mtx was given.
+if test "${enable_mtx+set}" = set; then :
+ enableval=$enable_mtx;
+fi
+case $enable_mtx 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'"
+ ;;
+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.