summaryrefslogtreecommitdiff
path: root/Build/source/utils/configure
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/utils/configure
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/utils/configure')
-rwxr-xr-xBuild/source/utils/configure41
1 files changed, 41 insertions, 0 deletions
diff --git a/Build/source/utils/configure b/Build/source/utils/configure
index 1799b27b140..f626a07dd61 100755
--- a/Build/source/utils/configure
+++ b/Build/source/utils/configure
@@ -673,6 +673,7 @@ enable_cxx_runtime_hack
enable_libtool_hack
enable_biber
enable_chktex
+enable_pmx
enable_ps2eps
enable_psutils
enable_t1utils
@@ -822,6 +823,7 @@ LIBS
CPPFLAGS'
ac_subdirs_all='biber
chktex
+pmx
ps2eps
psutils
t1utils
@@ -1459,6 +1461,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
@@ -3217,6 +3220,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.
@@ -5809,6 +5840,16 @@ if test -x $srcdir/chktex/configure; then
fi
+if test -x $srcdir/pmx/configure; then
+ test "x$enable_pmx" = xno || SUBUTILS="$SUBUTILS pmx"
+ DIST_SUBUTILS="$DIST_SUBUTILS pmx"
+ if false; then
+ subdirs="$subdirs pmx"
+
+ fi
+fi
+
+
if test -x $srcdir/ps2eps/configure; then
test "x$enable_ps2eps" = xno || SUBUTILS="$SUBUTILS ps2eps"
DIST_SUBUTILS="$DIST_SUBUTILS ps2eps"