diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-03-27 06:45:01 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-03-27 06:45:01 +0000 |
commit | ffac728d99fba8b6cf34efe46fb43ba08a123779 (patch) | |
tree | 9236fc1fad2062b359ca9a3f4c4c82327a2900df /Build/source/texk/configure | |
parent | 4a81dd3ded71a6d777311353f27338a96761ee49 (diff) |
source/utils/pmx 2.6.17
git-svn-id: svn://tug.org/texlive/trunk@25750 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/configure')
-rwxr-xr-x | Build/source/texk/configure | 30 |
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. |