diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-04-16 16:25:45 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-04-16 16:25:45 +0000 |
commit | f5c726a0125d88c06f92182b01eea1716f052ca0 (patch) | |
tree | 79db8530e041ec4cd6a3ed1f9bbce69ecc53113f /Build/source/configure | |
parent | b517e15e9fb22ebb6d36127ff64470f8a00309d0 (diff) |
mtx 0.60d
git-svn-id: svn://tug.org/texlive/trunk@25987 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/configure')
-rwxr-xr-x | Build/source/configure | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Build/source/configure b/Build/source/configure index 4ec375dc1dc..4de1bc6f756 100755 --- a/Build/source/configure +++ b/Build/source/configure @@ -762,6 +762,7 @@ enable_cxx_runtime_hack enable_libtool_hack enable_biber enable_chktex +enable_mtx enable_pmx enable_ps2eps enable_psutils @@ -1564,6 +1565,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 @@ -3898,6 +3900,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. |