From bd0c56dddccc51f470df742260cb6137223d1dda Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 19 Oct 2018 22:06:48 +0000 Subject: reautoconf git-svn-id: svn://tug.org/texlive/trunk@48948 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/Makefile.in | 1 + Build/source/doc/Makefile.in | 1 + Build/source/libs/Makefile.in | 1 + Build/source/libs/configure | 24 ++++++++++++++++++++++++ Build/source/utils/Makefile.in | 1 + Build/source/utils/configure | 24 ++++++++++++++++++++++++ 6 files changed, 52 insertions(+) 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. -- cgit v1.2.3