From be2f62b1c99597ad47dde539964c3a4a3b5cf773 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Tue, 6 Aug 2013 12:39:49 +0000 Subject: Recover texk/dvipdfm-x@31034 (essentially dvipdfmx and xdvipdfmx from branch-2013) as texk/dvipdf-x. Not built by default, only used to analyze various problems git-svn-id: svn://tug.org/texlive/trunk@31364 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/utils/Makefile.in | 2 ++ Build/source/utils/configure | 58 +++++++++++++++++++++++++++++++++++++++++- 2 files changed, 59 insertions(+), 1 deletion(-) (limited to 'Build/source/utils') diff --git a/Build/source/utils/Makefile.in b/Build/source/utils/Makefile.in index a8d09c645b9..c069d7ca9a6 100644 --- a/Build/source/utils/Makefile.in +++ b/Build/source/utils/Makefile.in @@ -145,6 +145,8 @@ 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 28bd2e567e3..3d1e052fd74 100755 --- a/Build/source/utils/configure +++ b/Build/source/utils/configure @@ -761,6 +761,9 @@ enable_dtl enable_dvi2tty enable_dvidvi enable_dviljk +enable_dvipdf_x +enable_dvipdf +enable_xdvipdf enable_dvipdfm_x enable_dvipdfmx enable_xdvipdfmx @@ -1553,6 +1556,9 @@ 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 @@ -4168,6 +4174,56 @@ test "x$enable_dviljk" = xno || { } +## 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 +} + +## 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. @@ -4215,7 +4271,7 @@ case enable_xdvipdfmx in #( enable_xdvipdfmx=yes ;; esac -test "x$enable_dvipdfm_x:$enable_xdviodfm" = xyes:yes && need_freetype2=yes +test "x$enable_dvipdfm_x:$enable_xdvipdfmx" = xyes:yes && need_freetype2=yes ## texk/dvipng/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/dvipng/ -- cgit v1.2.3