summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Build/source/Makefile.in1
-rw-r--r--Build/source/doc/Makefile.in1
-rw-r--r--Build/source/libs/Makefile.in1
-rwxr-xr-xBuild/source/libs/configure24
-rw-r--r--Build/source/utils/Makefile.in1
-rwxr-xr-xBuild/source/utils/configure24
6 files changed, 52 insertions, 0 deletions
diff --git a/Build/source/Makefile.in b/Build/source/Makefile.in
index 8741478db06..a6ab8d89fb9 100644
--- a/Build/source/Makefile.in
+++ b/Build/source/Makefile.in
@@ -147,6 +147,7 @@ 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/dviout-util/ac/withenable.ac \
$(top_srcdir)/texk/dvipdfm-x/ac/withenable.ac \
$(top_srcdir)/texk/dvipng/ac/withenable.ac \
$(top_srcdir)/texk/dvipng/ac/dvipng.ac \
diff --git a/Build/source/doc/Makefile.in b/Build/source/doc/Makefile.in
index 1abfaaf45bb..35bd7def4e0 100644
--- a/Build/source/doc/Makefile.in
+++ b/Build/source/doc/Makefile.in
@@ -147,6 +147,7 @@ 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/dviout-util/ac/withenable.ac \
$(top_srcdir)/texk/dvipdfm-x/ac/withenable.ac \
$(top_srcdir)/texk/dvipng/ac/withenable.ac \
$(top_srcdir)/texk/dvipng/ac/dvipng.ac \
diff --git a/Build/source/libs/Makefile.in b/Build/source/libs/Makefile.in
index d40513cd212..fd4116b9c05 100644
--- a/Build/source/libs/Makefile.in
+++ b/Build/source/libs/Makefile.in
@@ -145,6 +145,7 @@ 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/dviout-util/ac/withenable.ac \
$(top_srcdir)/../texk/dvipdfm-x/ac/withenable.ac \
$(top_srcdir)/../texk/dvipng/ac/withenable.ac \
$(top_srcdir)/../texk/dvipng/ac/dvipng.ac \
diff --git a/Build/source/libs/configure b/Build/source/libs/configure
index 16d0ceff378..a06e0d19a65 100755
--- a/Build/source/libs/configure
+++ b/Build/source/libs/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.
diff --git a/Build/source/utils/Makefile.in b/Build/source/utils/Makefile.in
index d43526017de..b15dd0a7005 100644
--- a/Build/source/utils/Makefile.in
+++ b/Build/source/utils/Makefile.in
@@ -145,6 +145,7 @@ 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/dviout-util/ac/withenable.ac \
$(top_srcdir)/../texk/dvipdfm-x/ac/withenable.ac \
$(top_srcdir)/../texk/dvipng/ac/withenable.ac \
$(top_srcdir)/../texk/dvipng/ac/dvipng.ac \
diff --git a/Build/source/utils/configure b/Build/source/utils/configure
index 7084a17b5b9..a3c38b374be 100755
--- a/Build/source/utils/configure
+++ b/Build/source/utils/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.