summaryrefslogtreecommitdiff
path: root/Build/source/texk/configure
diff options
context:
space:
mode:
authorHironobu Yamashita <h.y.acetaminophen@gmail.com>2018-10-06 11:20:00 +0000
committerHironobu Yamashita <h.y.acetaminophen@gmail.com>2018-10-06 11:20:00 +0000
commitcc4aeb63b21ac72edb3f2f393f8712b9049b4964 (patch)
tree1bd3dc37660bd3ae0abebced5e2c972eed92fd57 /Build/source/texk/configure
parent7b0783b59d3e5ae474862fe9a3b6df60c4e4bf06 (diff)
add dviout-util by texjporg
git-svn-id: svn://tug.org/texlive/trunk@48839 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/configure')
-rwxr-xr-xBuild/source/texk/configure28
1 files changed, 28 insertions, 0 deletions
diff --git a/Build/source/texk/configure b/Build/source/texk/configure
index bf0585d4003..8976f562206 100755
--- a/Build/source/texk/configure
+++ b/Build/source/texk/configure
@@ -767,6 +767,7 @@ enable_dtl
enable_dvi2tty
enable_dvidvi
enable_dviljk
+enable_dviout_util
enable_dvipdfm_x
enable_dvipng
enable_debug
@@ -1552,6 +1553,7 @@ 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-dviout-util do not build the dviout-util package
--disable-dvipdfm-x do not build the dvipdfm-x package
--disable-dvipng do not build the dvipng package
--disable-debug Compile without debug (-d) option
@@ -4305,6 +4307,28 @@ test "x$enable_dviljk" = xno || {
need_kpathsea=yes
}
+## texk/dviout-util/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/dviout-util/
+## configure options and TL libraries required for dviout-util
+# Check whether --enable-dviout-util was given.
+if test "${enable_dviout_util+set}" = set; then :
+ enableval=$enable_dviout_util;
+fi
+case $enable_dviout_util in #(
+ yes|no) :
+ ;; #(
+ *) :
+
+ enable_dviout_util=$enable_all_pkgs
+ { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming \`--enable-dviout-util=$enable_dviout_util'" >&5
+$as_echo "$as_me: Assuming \`--enable-dviout-util=$enable_dviout_util'" >&6;}
+ ac_configure_args="$ac_configure_args '--enable-dviout-util=$enable_dviout_util'"
+ ;;
+esac
+
+test "x$enable_dviout_util" = xno || {
+ need_ptexenc=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.
@@ -6438,6 +6462,10 @@ if test -x $srcdir/dviljk/configure; then
test "x$enable_dviljk" = xyes && MAKE_SUBDIRS="$MAKE_SUBDIRS dviljk"
CONF_SUBDIRS="$CONF_SUBDIRS dviljk"
fi
+if test -x $srcdir/dviout-util/configure; then
+ test "x$enable_dviout_util" = xyes && MAKE_SUBDIRS="$MAKE_SUBDIRS dviout-util"
+ CONF_SUBDIRS="$CONF_SUBDIRS dviout-util"
+fi
if test -x $srcdir/dvipdfm-x/configure; then
test "x$enable_dvipdfm_x" = xyes && MAKE_SUBDIRS="$MAKE_SUBDIRS dvipdfm-x"
CONF_SUBDIRS="$CONF_SUBDIRS dvipdfm-x"