diff options
Diffstat (limited to 'Build/source/configure')
-rwxr-xr-x | Build/source/configure | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/Build/source/configure b/Build/source/configure index 0c69390b95e..bfd94585bf0 100755 --- a/Build/source/configure +++ b/Build/source/configure @@ -849,9 +849,6 @@ enable_dtl enable_dvi2tty enable_dvidvi enable_dviljk -enable_dvipdf_x -enable_dvipdf -enable_xdvipdf enable_dvipdfm_x enable_dvipdfmx enable_xdvipdfmx @@ -1658,9 +1655,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 - --enable-dvipdf-x build the dvipdf-x package - --disable-dvipdf do not build the dvipdf program - --disable-xdvipdf do not build the xdvipdf program --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 @@ -4912,56 +4906,6 @@ test "x$enable_dviljk" = xno || { need_kpathsea=yes } -## texk/dvipdf-x/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/dvipdf-x/ -## configure options and TL libraries required for dvipdf-x -# Check whether --enable-dvipdf-x was given. -if test "${enable_dvipdf_x+set}" = set; then : - enableval=$enable_dvipdf_x; -fi -case $enable_dvipdf_x in #( - yes|no) : - ;; #( - *) : - - enable_dvipdf_x=no - { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming \`--enable-dvipdf-x=$enable_dvipdf_x'" >&5 -$as_echo "$as_me: Assuming \`--enable-dvipdf-x=$enable_dvipdf_x'" >&6;} - ac_configure_args="$ac_configure_args '--enable-dvipdf-x=$enable_dvipdf_x'" - ;; -esac - -test "x$enable_dvipdf_x" = xno || { - need_kpathsea=yes - need_libpng=yes - need_libpaper=yes -} - -## Define configure options for dvipdf-x. -# Check whether --enable-dvipdf was given. -if test "${enable_dvipdf+set}" = set; then : - enableval=$enable_dvipdf; -fi - -case enable_dvipdf in #( - yes | no) : - ;; #( - *) : - enable_dvipdf=yes ;; -esac -# Check whether --enable-xdvipdf was given. -if test "${enable_xdvipdf+set}" = set; then : - enableval=$enable_xdvipdf; -fi - -case enable_xdvipdf in #( - yes | no) : - ;; #( - *) : - enable_xdvipdf=yes ;; -esac - -test "x$enable_dvipdf_x:$enable_xdvipdf" = xyes:yes && need_freetype2=yes - ## texk/dvipdfm-x/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/dvipdfm-x/ ## configure options and TL libraries required for dvipdfm-x # Check whether --enable-dvipdfm-x was given. |