summaryrefslogtreecommitdiff
path: root/Build/source/configure
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2015-07-29 12:32:01 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2015-07-29 12:32:01 +0000
commit568e05b08953c4648cc69aa8e0e6bc6db68dc1e6 (patch)
treeaa9d8155f782791543fb3e09ef688042c18d46d1 /Build/source/configure
parent0d8a5568203f77f933f8b264b2b9ad81e6af7604 (diff)
texk/dvipdfm-x: Only one binary and a symlink dvipdfmx->xdvipdfmx
git-svn-id: svn://tug.org/texlive/trunk@37990 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/configure')
-rwxr-xr-xBuild/source/configure30
1 files changed, 0 insertions, 30 deletions
diff --git a/Build/source/configure b/Build/source/configure
index ec9be8a0ef3..8933e26408b 100755
--- a/Build/source/configure
+++ b/Build/source/configure
@@ -856,8 +856,6 @@ enable_dvi2tty
enable_dvidvi
enable_dviljk
enable_dvipdfm_x
-enable_dvipdfmx
-enable_xdvipdfmx
enable_dvipng
enable_debug
enable_timing
@@ -1669,8 +1667,6 @@ Optional Features:
--disable-dvidvi do not build the dvidvi package
--disable-dviljk do not build the dviljk package
--disable-dvipdfm-x do not build the dvipdfm-x package
- --disable-dvipdfmx do not build the dvipdfmx program
- --disable-xdvipdfmx do not build the xdvipdfmx program
--disable-dvipng do not build the dvipng package
--disable-debug Compile without debug (-d) option
--enable-timing Output execution time of dvipng
@@ -5115,32 +5111,6 @@ test "x$enable_dvipdfm_x" = xno || {
need_libpaper=yes
}
-## texk/dvipdfm-x/ac/dvipdfm-x.ac: configure.ac fragment for the TeX Live subdirectory texk/dvipdfm-x/
-## configure options for dvipdfm-x
-# Check whether --enable-dvipdfmx was given.
-if test "${enable_dvipdfmx+set}" = set; then :
- enableval=$enable_dvipdfmx;
-fi
-
-case $enable_dvipdfmx in #(
- yes | no) :
- ;; #(
- *) :
- enable_dvipdfmx=yes ;;
-esac
-# Check whether --enable-xdvipdfmx was given.
-if test "${enable_xdvipdfmx+set}" = set; then :
- enableval=$enable_xdvipdfmx;
-fi
-
-case $enable_xdvipdfmx in #(
- yes | no) :
- ;; #(
- *) :
- enable_xdvipdfmx=yes ;;
-esac
-
-
## texk/dvipng/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/dvipng/
## configure options and TL libraries required for dvipng
# Check whether --enable-dvipng was given.