diff options
author | Karl Berry <karl@freefriends.org> | 2019-12-11 15:56:11 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-12-11 15:56:11 +0000 |
commit | c632b8aebc23797af5baa35aef183634231e1def (patch) | |
tree | a06b2dd24cfa3c430a79679cd0ae5b554225d413 /Build/source | |
parent | 33af9958bf7d613e0de8fcde60708cb69d30ef9d (diff) |
reautoconf
git-svn-id: svn://tug.org/texlive/trunk@53094 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rwxr-xr-x | Build/source/configure | 11 | ||||
-rwxr-xr-x | Build/source/libs/configure | 11 | ||||
-rwxr-xr-x | Build/source/texk/configure | 11 | ||||
-rw-r--r-- | Build/source/texk/dvisvgm/Makefile.in | 2 | ||||
-rwxr-xr-x | Build/source/texk/dvisvgm/configure | 2 | ||||
-rw-r--r-- | Build/source/texk/dvisvgm/dvisvgm-src/Makefile.in | 3 | ||||
-rwxr-xr-x | Build/source/texk/web2c/configure | 2 | ||||
-rwxr-xr-x | Build/source/utils/configure | 11 |
8 files changed, 44 insertions, 9 deletions
diff --git a/Build/source/configure b/Build/source/configure index 57772c98c27..0ef71b34ef7 100755 --- a/Build/source/configure +++ b/Build/source/configure @@ -4493,7 +4493,7 @@ test "x$enable_web2c" = xno || { need_zlib=yes } -# $Id: web2c.ac 51577 2019-07-08 06:07:11Z lscarso $ +# $Id: web2c.ac 53078 2019-12-10 18:39:13Z karl $ # texk/web2c/ac/web2c.ac: configure.ac fragment for the TeX Live subdirectory texk/web2c/ ## configure options for TeX and MF @@ -4549,6 +4549,10 @@ esac if test "${enable_etex_synctex+set}" = set; then : enableval=$enable_etex_synctex; fi + +test "x$enable_web2c:$enable_etex" = xyes:yes && { + need_zlib=yes +} # Check whether --enable-ptex was given. if test "${enable_ptex+set}" = set; then : enableval=$enable_ptex; @@ -4567,6 +4571,7 @@ fi test "x$enable_web2c:$enable_ptex" = xyes:yes && { need_ptexenc=yes + need_zlib=yes } # Check whether --enable-eptex was given. if test "${enable_eptex+set}" = set; then : @@ -4586,6 +4591,7 @@ fi test "x$enable_web2c:$enable_eptex" = xyes:yes && { need_ptexenc=yes + need_zlib=yes } # Check whether --enable-uptex was given. if test "${enable_uptex+set}" = set; then : @@ -4605,6 +4611,7 @@ fi test "x$enable_web2c:$enable_uptex" = xyes:yes && { need_ptexenc=yes + need_zlib=yes } # Check whether --enable-euptex was given. if test "${enable_euptex+set}" = set; then : @@ -4624,6 +4631,7 @@ fi test "x$enable_web2c:$enable_euptex" = xyes:yes && { need_ptexenc=yes + need_zlib=yes } # Check whether --enable-aleph was given. if test "${enable_aleph+set}" = set; then : @@ -4654,6 +4662,7 @@ fi test "x$enable_web2c:$enable_pdftex" = xyes:yes && { need_xpdf=yes need_libpng=yes + need_zlib=yes } # Check whether --enable-luatex was given. if test "${enable_luatex+set}" = set; then : diff --git a/Build/source/libs/configure b/Build/source/libs/configure index 53631db15f4..de7a993f897 100755 --- a/Build/source/libs/configure +++ b/Build/source/libs/configure @@ -3673,7 +3673,7 @@ test "x$enable_web2c" = xno || { need_zlib=yes } -# $Id: web2c.ac 51577 2019-07-08 06:07:11Z lscarso $ +# $Id: web2c.ac 53078 2019-12-10 18:39:13Z karl $ # texk/web2c/ac/web2c.ac: configure.ac fragment for the TeX Live subdirectory texk/web2c/ ## configure options for TeX and MF @@ -3729,6 +3729,10 @@ esac if test "${enable_etex_synctex+set}" = set; then : enableval=$enable_etex_synctex; fi + +test "x$enable_web2c:$enable_etex" = xyes:yes && { + need_zlib=yes +} # Check whether --enable-ptex was given. if test "${enable_ptex+set}" = set; then : enableval=$enable_ptex; @@ -3747,6 +3751,7 @@ fi test "x$enable_web2c:$enable_ptex" = xyes:yes && { need_ptexenc=yes + need_zlib=yes } # Check whether --enable-eptex was given. if test "${enable_eptex+set}" = set; then : @@ -3766,6 +3771,7 @@ fi test "x$enable_web2c:$enable_eptex" = xyes:yes && { need_ptexenc=yes + need_zlib=yes } # Check whether --enable-uptex was given. if test "${enable_uptex+set}" = set; then : @@ -3785,6 +3791,7 @@ fi test "x$enable_web2c:$enable_uptex" = xyes:yes && { need_ptexenc=yes + need_zlib=yes } # Check whether --enable-euptex was given. if test "${enable_euptex+set}" = set; then : @@ -3804,6 +3811,7 @@ fi test "x$enable_web2c:$enable_euptex" = xyes:yes && { need_ptexenc=yes + need_zlib=yes } # Check whether --enable-aleph was given. if test "${enable_aleph+set}" = set; then : @@ -3834,6 +3842,7 @@ fi test "x$enable_web2c:$enable_pdftex" = xyes:yes && { need_xpdf=yes need_libpng=yes + need_zlib=yes } # Check whether --enable-luatex was given. if test "${enable_luatex+set}" = set; then : diff --git a/Build/source/texk/configure b/Build/source/texk/configure index c9c741e7966..5c779b1c7b4 100755 --- a/Build/source/texk/configure +++ b/Build/source/texk/configure @@ -3673,7 +3673,7 @@ test "x$enable_web2c" = xno || { need_zlib=yes } -# $Id: web2c.ac 51577 2019-07-08 06:07:11Z lscarso $ +# $Id: web2c.ac 53078 2019-12-10 18:39:13Z karl $ # texk/web2c/ac/web2c.ac: configure.ac fragment for the TeX Live subdirectory texk/web2c/ ## configure options for TeX and MF @@ -3729,6 +3729,10 @@ esac if test "${enable_etex_synctex+set}" = set; then : enableval=$enable_etex_synctex; fi + +test "x$enable_web2c:$enable_etex" = xyes:yes && { + need_zlib=yes +} # Check whether --enable-ptex was given. if test "${enable_ptex+set}" = set; then : enableval=$enable_ptex; @@ -3747,6 +3751,7 @@ fi test "x$enable_web2c:$enable_ptex" = xyes:yes && { need_ptexenc=yes + need_zlib=yes } # Check whether --enable-eptex was given. if test "${enable_eptex+set}" = set; then : @@ -3766,6 +3771,7 @@ fi test "x$enable_web2c:$enable_eptex" = xyes:yes && { need_ptexenc=yes + need_zlib=yes } # Check whether --enable-uptex was given. if test "${enable_uptex+set}" = set; then : @@ -3785,6 +3791,7 @@ fi test "x$enable_web2c:$enable_uptex" = xyes:yes && { need_ptexenc=yes + need_zlib=yes } # Check whether --enable-euptex was given. if test "${enable_euptex+set}" = set; then : @@ -3804,6 +3811,7 @@ fi test "x$enable_web2c:$enable_euptex" = xyes:yes && { need_ptexenc=yes + need_zlib=yes } # Check whether --enable-aleph was given. if test "${enable_aleph+set}" = set; then : @@ -3834,6 +3842,7 @@ fi test "x$enable_web2c:$enable_pdftex" = xyes:yes && { need_xpdf=yes need_libpng=yes + need_zlib=yes } # Check whether --enable-luatex was given. if test "${enable_luatex+set}" = set; then : diff --git a/Build/source/texk/dvisvgm/Makefile.in b/Build/source/texk/dvisvgm/Makefile.in index c53fb026a71..1ba128a99f6 100644 --- a/Build/source/texk/dvisvgm/Makefile.in +++ b/Build/source/texk/dvisvgm/Makefile.in @@ -14,7 +14,7 @@ @SET_MAKE@ -# $Id$ +# $Id: Makefile.am 49882 2019-01-31 18:21:25Z karl $ # Makefile.am for the TeX Live subdirectory texk/dvisvgm/ # # Copyright 2015-2017 Karl Berry <tex-live@tug.org> diff --git a/Build/source/texk/dvisvgm/configure b/Build/source/texk/dvisvgm/configure index 297cd5145ba..8bd573cb4a4 100755 --- a/Build/source/texk/dvisvgm/configure +++ b/Build/source/texk/dvisvgm/configure @@ -2820,7 +2820,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ ac_compiler_gnu=$ac_cv_c_compiler_gnu -DATE="November 2019" +DATE="December 2019" ac_config_headers="$ac_config_headers config.h" diff --git a/Build/source/texk/dvisvgm/dvisvgm-src/Makefile.in b/Build/source/texk/dvisvgm/dvisvgm-src/Makefile.in index 447627d9fa7..b92cc984869 100644 --- a/Build/source/texk/dvisvgm/dvisvgm-src/Makefile.in +++ b/Build/source/texk/dvisvgm/dvisvgm-src/Makefile.in @@ -166,8 +166,7 @@ ETAGS = etags CTAGS = ctags DIST_SUBDIRS = $(SUBDIRS) am__DIST_COMMON = $(srcdir)/Makefile.in AUTHORS COPYING ChangeLog \ - INSTALL NEWS README ar-lib compile config.guess config.sub \ - depcomp install-sh ltmain.sh missing + INSTALL NEWS README DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) am__relativize = \ dir0=`pwd`; \ diff --git a/Build/source/texk/web2c/configure b/Build/source/texk/web2c/configure index d81b687ea59..1e7f0a34e7f 100755 --- a/Build/source/texk/web2c/configure +++ b/Build/source/texk/web2c/configure @@ -18600,7 +18600,7 @@ fi # Include additional code for web2c. -# $Id: web2c.ac 51577 2019-07-08 06:07:11Z lscarso $ +# $Id: web2c.ac 53078 2019-12-10 18:39:13Z karl $ # texk/web2c/ac/web2c.ac: configure.ac fragment for the TeX Live subdirectory texk/web2c/ ## configure options for TeX and MF diff --git a/Build/source/utils/configure b/Build/source/utils/configure index 15e6cd6f388..c202d8c87b9 100755 --- a/Build/source/utils/configure +++ b/Build/source/utils/configure @@ -3673,7 +3673,7 @@ test "x$enable_web2c" = xno || { need_zlib=yes } -# $Id: web2c.ac 51577 2019-07-08 06:07:11Z lscarso $ +# $Id: web2c.ac 53078 2019-12-10 18:39:13Z karl $ # texk/web2c/ac/web2c.ac: configure.ac fragment for the TeX Live subdirectory texk/web2c/ ## configure options for TeX and MF @@ -3729,6 +3729,10 @@ esac if test "${enable_etex_synctex+set}" = set; then : enableval=$enable_etex_synctex; fi + +test "x$enable_web2c:$enable_etex" = xyes:yes && { + need_zlib=yes +} # Check whether --enable-ptex was given. if test "${enable_ptex+set}" = set; then : enableval=$enable_ptex; @@ -3747,6 +3751,7 @@ fi test "x$enable_web2c:$enable_ptex" = xyes:yes && { need_ptexenc=yes + need_zlib=yes } # Check whether --enable-eptex was given. if test "${enable_eptex+set}" = set; then : @@ -3766,6 +3771,7 @@ fi test "x$enable_web2c:$enable_eptex" = xyes:yes && { need_ptexenc=yes + need_zlib=yes } # Check whether --enable-uptex was given. if test "${enable_uptex+set}" = set; then : @@ -3785,6 +3791,7 @@ fi test "x$enable_web2c:$enable_uptex" = xyes:yes && { need_ptexenc=yes + need_zlib=yes } # Check whether --enable-euptex was given. if test "${enable_euptex+set}" = set; then : @@ -3804,6 +3811,7 @@ fi test "x$enable_web2c:$enable_euptex" = xyes:yes && { need_ptexenc=yes + need_zlib=yes } # Check whether --enable-aleph was given. if test "${enable_aleph+set}" = set; then : @@ -3834,6 +3842,7 @@ fi test "x$enable_web2c:$enable_pdftex" = xyes:yes && { need_xpdf=yes need_libpng=yes + need_zlib=yes } # Check whether --enable-luatex was given. if test "${enable_luatex+set}" = set; then : |