summaryrefslogtreecommitdiff
path: root/Build/source/utils/configure
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-05-26 08:25:06 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-05-26 08:25:06 +0000
commitd8f9241fec4ea21d3a5290483650c66967bc0771 (patch)
treea36dc5a4dcd18909d4c613d7096e61d114438619 /Build/source/utils/configure
parent51a19b2b56f05db4c0a548cedab2ec5ba3450e52 (diff)
build system update
git-svn-id: svn://tug.org/texlive/trunk@13478 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/configure')
-rwxr-xr-xBuild/source/utils/configure22
1 files changed, 0 insertions, 22 deletions
diff --git a/Build/source/utils/configure b/Build/source/utils/configure
index 26c9648984f..9cc3507c641 100755
--- a/Build/source/utils/configure
+++ b/Build/source/utils/configure
@@ -729,7 +729,6 @@ enable_dtl
enable_dvi2tty
enable_dvidvi
enable_dviljk
-enable_dvipdfm
enable_dvipdfmx
enable_dvipng
enable_debug
@@ -1491,7 +1490,6 @@ Optional Features:
--disable-dvi2tty do not build the dvi2tty package
--disable-dvidvi do not build the dvidvi package
--disable-dviljk do not build the dviljk package
- --disable-dvipdfm do not build the dvipdfm package
--disable-dvipdfmx do not build the dvipdfmx package
--disable-dvipng do not build the dvipng package
--disable-debug Compile without debug (-d) option
@@ -2685,26 +2683,6 @@ test "x$enable_dviljk" = xno || {
}
-## texk/dvipdfm/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/dvipdfm/
-## configure options and TL libraries required for dvipdfm
-# Check whether --enable-dvipdfm was given.
-if test "${enable_dvipdfm+set}" = set; then
- enableval=$enable_dvipdfm;
-fi
-case $enable_dvipdfm in #(
- yes|no);; #(
- *) enable_dvipdfm=$enable_all_pkgs
- { $as_echo "$as_me:$LINENO: Assuming \`--enable-dvipdfm=$enable_dvipdfm'" >&5
-$as_echo "$as_me: Assuming \`--enable-dvipdfm=$enable_dvipdfm'" >&6;}
- ac_configure_args="$ac_configure_args '--enable-dvipdfm=$enable_dvipdfm'";;
-esac
-
-test "x$enable_dvipdfm" = xno || {
- need_kpathsea=yes
- need_libpng=yes
-}
-
-
## texk/dvipdfmx/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/dvipdfmx/
## configure options and TL libraries required for dvipdfmx
# Check whether --enable-dvipdfmx was given.