diff options
Diffstat (limited to 'Build/source/libs')
-rw-r--r-- | Build/source/libs/Makefile.in | 1 | ||||
-rwxr-xr-x | Build/source/libs/configure | 30 |
2 files changed, 0 insertions, 31 deletions
diff --git a/Build/source/libs/Makefile.in b/Build/source/libs/Makefile.in index 857dfecf289..009a139ffc3 100644 --- a/Build/source/libs/Makefile.in +++ b/Build/source/libs/Makefile.in @@ -145,7 +145,6 @@ am__aclocal_m4_deps = $(top_srcdir)/../m4/kpse-cairo-flags.m4 \ $(top_srcdir)/../texk/dvidvi/ac/withenable.ac \ $(top_srcdir)/../texk/dviljk/ac/withenable.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 \ $(top_srcdir)/../texk/dvipng/ac/dvipng.ac \ $(top_srcdir)/../texk/dvipos/ac/withenable.ac \ diff --git a/Build/source/libs/configure b/Build/source/libs/configure index 94100689d95..ea34b136a47 100755 --- a/Build/source/libs/configure +++ b/Build/source/libs/configure @@ -767,8 +767,6 @@ enable_dvi2tty enable_dvidvi enable_dviljk enable_dvipdfm_x -enable_dvipdfmx -enable_xdvipdfmx enable_dvipng enable_debug enable_timing @@ -1574,8 +1572,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 @@ -4313,32 +4309,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. |