summaryrefslogtreecommitdiff
path: root/Build/source/texk
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2012-03-27 06:45:01 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2012-03-27 06:45:01 +0000
commitffac728d99fba8b6cf34efe46fb43ba08a123779 (patch)
tree9236fc1fad2062b359ca9a3f4c4c82327a2900df /Build/source/texk
parent4a81dd3ded71a6d777311353f27338a96761ee49 (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')
-rw-r--r--Build/source/texk/Makefile.in1
-rwxr-xr-xBuild/source/texk/configure30
2 files changed, 31 insertions, 0 deletions
diff --git a/Build/source/texk/Makefile.in b/Build/source/texk/Makefile.in
index 9d93ec21c74..c580095a3d9 100644
--- a/Build/source/texk/Makefile.in
+++ b/Build/source/texk/Makefile.in
@@ -70,6 +70,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../m4/kpse-common.m4 \
$(top_srcdir)/../m4/kpse-zziplib-flags.m4 \
$(top_srcdir)/../utils/biber/ac/withenable.ac \
$(top_srcdir)/../utils/chktex/ac/withenable.ac \
+ $(top_srcdir)/../utils/pmx/ac/withenable.ac \
$(top_srcdir)/../utils/ps2eps/ac/withenable.ac \
$(top_srcdir)/../utils/psutils/ac/withenable.ac \
$(top_srcdir)/../utils/t1utils/ac/withenable.ac \
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.