diff options
Diffstat (limited to 'Build/source/utils')
-rw-r--r-- | Build/source/utils/Makefile.in | 2 | ||||
-rwxr-xr-x | Build/source/utils/configure | 56 |
2 files changed, 0 insertions, 58 deletions
diff --git a/Build/source/utils/Makefile.in b/Build/source/utils/Makefile.in index 8ff097c3867..a4f2e84dcad 100644 --- a/Build/source/utils/Makefile.in +++ b/Build/source/utils/Makefile.in @@ -144,8 +144,6 @@ am__aclocal_m4_deps = $(top_srcdir)/../m4/kpse-cairo-flags.m4 \ $(top_srcdir)/../texk/dvi2tty/ac/withenable.ac \ $(top_srcdir)/../texk/dvidvi/ac/withenable.ac \ $(top_srcdir)/../texk/dviljk/ac/withenable.ac \ - $(top_srcdir)/../texk/dvipdf-x/ac/withenable.ac \ - $(top_srcdir)/../texk/dvipdf-x/ac/dvipdf-x.ac \ $(top_srcdir)/../texk/dvipdfm-x/ac/withenable.ac \ $(top_srcdir)/../texk/dvipdfm-x/ac/dvipdfm-x.ac \ $(top_srcdir)/../texk/dvipng/ac/withenable.ac \ diff --git a/Build/source/utils/configure b/Build/source/utils/configure index c5f2124e700..a99c1711298 100755 --- a/Build/source/utils/configure +++ b/Build/source/utils/configure @@ -761,9 +761,6 @@ enable_dtl enable_dvi2tty enable_dvidvi enable_dviljk -enable_dvipdf_x -enable_dvipdf -enable_xdvipdf enable_dvipdfm_x enable_dvipdfmx enable_xdvipdfmx @@ -1557,9 +1554,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 @@ -4155,56 +4149,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. |