diff options
author | Karl Berry <karl@freefriends.org> | 2021-02-08 15:49:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-02-08 15:49:16 +0000 |
commit | a09483d7957b7f3f0f1871c8a438c39655016b62 (patch) | |
tree | b93dffdd108ff5a6c3811d811464414ddcdd654f | |
parent | 202188e47d982498babe44a418c4d07e06909211 (diff) |
reautoconf
git-svn-id: svn://tug.org/texlive/trunk@57680 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Build/source/Makefile.in | 1 | ||||
-rwxr-xr-x | Build/source/configure | 20 | ||||
-rw-r--r-- | Build/source/doc/Makefile.in | 1 | ||||
-rw-r--r-- | Build/source/libs/Makefile.in | 1 | ||||
-rwxr-xr-x | Build/source/libs/configure | 20 | ||||
-rw-r--r-- | Build/source/m4/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/m4/kpse-pkgs.m4 | 1 | ||||
-rw-r--r-- | Build/source/texk/Makefile.in | 1 | ||||
-rw-r--r-- | Build/source/texk/bibtex-x/Makefile.in | 3 | ||||
-rwxr-xr-x | Build/source/texk/configure | 20 | ||||
-rwxr-xr-x | Build/source/texk/dvisvgm/configure | 10 | ||||
-rw-r--r-- | Build/source/texk/ps2pk/Makefile.in | 2 | ||||
-rw-r--r-- | Build/source/texk/ttf2pk2/Makefile.in | 2 | ||||
-rw-r--r-- | Build/source/texk/ttfdump/Makefile.in | 2 | ||||
-rw-r--r-- | Build/source/utils/Makefile.in | 1 | ||||
-rwxr-xr-x | Build/source/utils/configure | 24 |
16 files changed, 104 insertions, 9 deletions
diff --git a/Build/source/Makefile.in b/Build/source/Makefile.in index 7e432a6e7f8..092f9a43de9 100644 --- a/Build/source/Makefile.in +++ b/Build/source/Makefile.in @@ -134,6 +134,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/kpse-cairo-flags.m4 \ $(top_srcdir)/utils/xindy/ac/withenable.ac \ $(top_srcdir)/utils/xindy/ac/xindy.ac \ $(top_srcdir)/utils/xindy/ac/clisp.ac \ + $(top_srcdir)/utils/xml2pmx/ac/withenable.ac \ $(top_srcdir)/utils/xpdfopen/ac/withenable.ac \ $(top_srcdir)/texk/web2c/ac/withenable.ac \ $(top_srcdir)/texk/web2c/ac/web2c.ac \ diff --git a/Build/source/configure b/Build/source/configure index a5c4bec2434..13f555e1e1f 100755 --- a/Build/source/configure +++ b/Build/source/configure @@ -800,6 +800,7 @@ enable_xindy enable_xindy_rules enable_xindy_docs with_clisp_runtime +enable_xml2pmx enable_xpdfopen enable_web2c with_banner_add @@ -1607,6 +1608,7 @@ Optional Features: --enable-xindy build the xindy package --enable-xindy-rules build and install make-rules package --enable-xindy-docs build and install documentation + --disable-xml2pmx do not build the xml2pmx package --disable-xpdfopen do not build the xpdfopen package --disable-web2c do not build the web2c (TeX & Co.) package --enable-auto-core cause TeX&MF to dump core, given a certain @@ -4455,6 +4457,24 @@ $as_echo "$as_me: Assuming \`--with-clisp-runtime=$with_clisp_runtime'" >&6;} fi ;; esac +## utils/xml2pmx/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory utils/xml2pmx/ +## configure options and TL libraries required for xml2pmx +# Check whether --enable-xml2pmx was given. +if test "${enable_xml2pmx+set}" = set; then : + enableval=$enable_xml2pmx; +fi +case $enable_xml2pmx in #( + yes|no) : + ;; #( + *) : + + enable_xml2pmx=$enable_all_pkgs + { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming \`--enable-xml2pmx=$enable_xml2pmx'" >&5 +$as_echo "$as_me: Assuming \`--enable-xml2pmx=$enable_xml2pmx'" >&6;} + ac_configure_args="$ac_configure_args '--enable-xml2pmx=$enable_xml2pmx'" + ;; +esac + ## utils/xpdfopen/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory utils/xpdfopen/ ## configure options and TL libraries required for xpdfopen # Check whether --enable-xpdfopen was given. diff --git a/Build/source/doc/Makefile.in b/Build/source/doc/Makefile.in index 0064e77c543..5373491f09e 100644 --- a/Build/source/doc/Makefile.in +++ b/Build/source/doc/Makefile.in @@ -134,6 +134,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/kpse-cairo-flags.m4 \ $(top_srcdir)/utils/xindy/ac/withenable.ac \ $(top_srcdir)/utils/xindy/ac/xindy.ac \ $(top_srcdir)/utils/xindy/ac/clisp.ac \ + $(top_srcdir)/utils/xml2pmx/ac/withenable.ac \ $(top_srcdir)/utils/xpdfopen/ac/withenable.ac \ $(top_srcdir)/texk/web2c/ac/withenable.ac \ $(top_srcdir)/texk/web2c/ac/web2c.ac \ diff --git a/Build/source/libs/Makefile.in b/Build/source/libs/Makefile.in index 6f070de6752..2756ddc6bc0 100644 --- a/Build/source/libs/Makefile.in +++ b/Build/source/libs/Makefile.in @@ -131,6 +131,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../m4/kpse-cairo-flags.m4 \ $(top_srcdir)/../utils/xindy/ac/withenable.ac \ $(top_srcdir)/../utils/xindy/ac/xindy.ac \ $(top_srcdir)/../utils/xindy/ac/clisp.ac \ + $(top_srcdir)/../utils/xml2pmx/ac/withenable.ac \ $(top_srcdir)/../utils/xpdfopen/ac/withenable.ac \ $(top_srcdir)/../texk/web2c/ac/withenable.ac \ $(top_srcdir)/../texk/web2c/ac/web2c.ac \ diff --git a/Build/source/libs/configure b/Build/source/libs/configure index 692a8565309..59ae8213d1f 100755 --- a/Build/source/libs/configure +++ b/Build/source/libs/configure @@ -709,6 +709,7 @@ enable_xindy enable_xindy_rules enable_xindy_docs with_clisp_runtime +enable_xml2pmx enable_xpdfopen enable_web2c with_banner_add @@ -1494,6 +1495,7 @@ Optional Features: --enable-xindy build the xindy package --enable-xindy-rules build and install make-rules package --enable-xindy-docs build and install documentation + --disable-xml2pmx do not build the xml2pmx package --disable-xpdfopen do not build the xpdfopen package --disable-web2c do not build the web2c (TeX & Co.) package --enable-auto-core cause TeX&MF to dump core, given a certain @@ -3635,6 +3637,24 @@ $as_echo "$as_me: Assuming \`--with-clisp-runtime=$with_clisp_runtime'" >&6;} fi ;; esac +## utils/xml2pmx/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory utils/xml2pmx/ +## configure options and TL libraries required for xml2pmx +# Check whether --enable-xml2pmx was given. +if test "${enable_xml2pmx+set}" = set; then : + enableval=$enable_xml2pmx; +fi +case $enable_xml2pmx in #( + yes|no) : + ;; #( + *) : + + enable_xml2pmx=$enable_all_pkgs + { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming \`--enable-xml2pmx=$enable_xml2pmx'" >&5 +$as_echo "$as_me: Assuming \`--enable-xml2pmx=$enable_xml2pmx'" >&6;} + ac_configure_args="$ac_configure_args '--enable-xml2pmx=$enable_xml2pmx'" + ;; +esac + ## utils/xpdfopen/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory utils/xpdfopen/ ## configure options and TL libraries required for xpdfopen # Check whether --enable-xpdfopen was given. diff --git a/Build/source/m4/ChangeLog b/Build/source/m4/ChangeLog index 599419def6a..58156e0fa6b 100644 --- a/Build/source/m4/ChangeLog +++ b/Build/source/m4/ChangeLog @@ -1,3 +1,7 @@ +2021-02-07 Karl Berry <karl@freefriends.org> + + * kpse-pkgs.m4 (KPSE_UTILS_PKGS): new utils program xml2pmx. + 2020-05-14 Karl Berry <karl@freefriends.org> * kpse-pkgs.m4 (KPSE_LIBS_PKGS), diff --git a/Build/source/m4/kpse-pkgs.m4 b/Build/source/m4/kpse-pkgs.m4 index 08e9d8beae9..5cba46b6bb1 100644 --- a/Build/source/m4/kpse-pkgs.m4 +++ b/Build/source/m4/kpse-pkgs.m4 @@ -92,6 +92,7 @@ texdoctk tpic2pdftex vlna xindy +xml2pmx xpdfopen ])]) # KPSE_UTILS_PKGS diff --git a/Build/source/texk/Makefile.in b/Build/source/texk/Makefile.in index ea316889fb0..014a218ff65 100644 --- a/Build/source/texk/Makefile.in +++ b/Build/source/texk/Makefile.in @@ -131,6 +131,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../m4/kpse-cairo-flags.m4 \ $(top_srcdir)/../utils/xindy/ac/withenable.ac \ $(top_srcdir)/../utils/xindy/ac/xindy.ac \ $(top_srcdir)/../utils/xindy/ac/clisp.ac \ + $(top_srcdir)/../utils/xml2pmx/ac/withenable.ac \ $(top_srcdir)/../utils/xpdfopen/ac/withenable.ac \ $(top_srcdir)/../texk/web2c/ac/withenable.ac \ $(top_srcdir)/../texk/web2c/ac/web2c.ac \ diff --git a/Build/source/texk/bibtex-x/Makefile.in b/Build/source/texk/bibtex-x/Makefile.in index 2cff1a12b79..bbccd8d5609 100644 --- a/Build/source/texk/bibtex-x/Makefile.in +++ b/Build/source/texk/bibtex-x/Makefile.in @@ -107,7 +107,8 @@ am__aclocal_m4_deps = $(top_srcdir)/../../m4/kpse-common.m4 \ $(top_srcdir)/../../m4/ltsugar.m4 \ $(top_srcdir)/../../m4/ltversion.m4 \ $(top_srcdir)/../../m4/lt~obsolete.m4 \ - $(top_srcdir)/ac/bibtex-x.ac $(top_srcdir)/configure.ac + $(top_srcdir)/ac/bibtex-x.ac $(top_srcdir)/../../version.ac \ + $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ diff --git a/Build/source/texk/configure b/Build/source/texk/configure index dc818e6f38a..8033c90b83f 100755 --- a/Build/source/texk/configure +++ b/Build/source/texk/configure @@ -709,6 +709,7 @@ enable_xindy enable_xindy_rules enable_xindy_docs with_clisp_runtime +enable_xml2pmx enable_xpdfopen enable_web2c with_banner_add @@ -1494,6 +1495,7 @@ Optional Features: --enable-xindy build the xindy package --enable-xindy-rules build and install make-rules package --enable-xindy-docs build and install documentation + --disable-xml2pmx do not build the xml2pmx package --disable-xpdfopen do not build the xpdfopen package --disable-web2c do not build the web2c (TeX & Co.) package --enable-auto-core cause TeX&MF to dump core, given a certain @@ -3635,6 +3637,24 @@ $as_echo "$as_me: Assuming \`--with-clisp-runtime=$with_clisp_runtime'" >&6;} fi ;; esac +## utils/xml2pmx/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory utils/xml2pmx/ +## configure options and TL libraries required for xml2pmx +# Check whether --enable-xml2pmx was given. +if test "${enable_xml2pmx+set}" = set; then : + enableval=$enable_xml2pmx; +fi +case $enable_xml2pmx in #( + yes|no) : + ;; #( + *) : + + enable_xml2pmx=$enable_all_pkgs + { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming \`--enable-xml2pmx=$enable_xml2pmx'" >&5 +$as_echo "$as_me: Assuming \`--enable-xml2pmx=$enable_xml2pmx'" >&6;} + ac_configure_args="$ac_configure_args '--enable-xml2pmx=$enable_xml2pmx'" + ;; +esac + ## utils/xpdfopen/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory utils/xpdfopen/ ## configure options and TL libraries required for xpdfopen # Check whether --enable-xpdfopen was given. diff --git a/Build/source/texk/dvisvgm/configure b/Build/source/texk/dvisvgm/configure index 9f03e23c5aa..959ad3aab88 100755 --- a/Build/source/texk/dvisvgm/configure +++ b/Build/source/texk/dvisvgm/configure @@ -13161,7 +13161,7 @@ else We can't simply define LARGE_OFF_T to be 9223372036854775807, since some C++ compilers masquerading as C compilers incorrectly reject 9223372036854775807. */ -#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) +#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1]; @@ -13207,7 +13207,7 @@ else We can't simply define LARGE_OFF_T to be 9223372036854775807, since some C++ compilers masquerading as C compilers incorrectly reject 9223372036854775807. */ -#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) +#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1]; @@ -13231,7 +13231,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext We can't simply define LARGE_OFF_T to be 9223372036854775807, since some C++ compilers masquerading as C compilers incorrectly reject 9223372036854775807. */ -#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) +#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1]; @@ -13276,7 +13276,7 @@ else We can't simply define LARGE_OFF_T to be 9223372036854775807, since some C++ compilers masquerading as C compilers incorrectly reject 9223372036854775807. */ -#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) +#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1]; @@ -13300,7 +13300,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext We can't simply define LARGE_OFF_T to be 9223372036854775807, since some C++ compilers masquerading as C compilers incorrectly reject 9223372036854775807. */ -#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) +#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1]; diff --git a/Build/source/texk/ps2pk/Makefile.in b/Build/source/texk/ps2pk/Makefile.in index c0c396d9a24..0f49b2612cf 100644 --- a/Build/source/texk/ps2pk/Makefile.in +++ b/Build/source/texk/ps2pk/Makefile.in @@ -101,7 +101,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../../m4/kpse-common.m4 \ $(top_srcdir)/../../m4/ltsugar.m4 \ $(top_srcdir)/../../m4/ltversion.m4 \ $(top_srcdir)/../../m4/lt~obsolete.m4 \ - $(top_srcdir)/configure.ac + $(top_srcdir)/../../version.ac $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ diff --git a/Build/source/texk/ttf2pk2/Makefile.in b/Build/source/texk/ttf2pk2/Makefile.in index 7850569c173..fea24ef69fc 100644 --- a/Build/source/texk/ttf2pk2/Makefile.in +++ b/Build/source/texk/ttf2pk2/Makefile.in @@ -102,7 +102,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../../m4/kpse-common.m4 \ $(top_srcdir)/../../m4/ltsugar.m4 \ $(top_srcdir)/../../m4/ltversion.m4 \ $(top_srcdir)/../../m4/lt~obsolete.m4 \ - $(top_srcdir)/configure.ac + $(top_srcdir)/../../version.ac $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ diff --git a/Build/source/texk/ttfdump/Makefile.in b/Build/source/texk/ttfdump/Makefile.in index 874aafba39e..60dff53b18b 100644 --- a/Build/source/texk/ttfdump/Makefile.in +++ b/Build/source/texk/ttfdump/Makefile.in @@ -100,7 +100,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../../m4/kpse-common.m4 \ $(top_srcdir)/../../m4/ltsugar.m4 \ $(top_srcdir)/../../m4/ltversion.m4 \ $(top_srcdir)/../../m4/lt~obsolete.m4 \ - $(top_srcdir)/configure.ac + $(top_srcdir)/../../version.ac $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ diff --git a/Build/source/utils/Makefile.in b/Build/source/utils/Makefile.in index 82261742639..7969b43d753 100644 --- a/Build/source/utils/Makefile.in +++ b/Build/source/utils/Makefile.in @@ -131,6 +131,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../m4/kpse-cairo-flags.m4 \ $(top_srcdir)/../utils/xindy/ac/withenable.ac \ $(top_srcdir)/../utils/xindy/ac/xindy.ac \ $(top_srcdir)/../utils/xindy/ac/clisp.ac \ + $(top_srcdir)/../utils/xml2pmx/ac/withenable.ac \ $(top_srcdir)/../utils/xpdfopen/ac/withenable.ac \ $(top_srcdir)/../texk/web2c/ac/withenable.ac \ $(top_srcdir)/../texk/web2c/ac/web2c.ac \ diff --git a/Build/source/utils/configure b/Build/source/utils/configure index e4d2e7b55ac..e2ffb26c675 100755 --- a/Build/source/utils/configure +++ b/Build/source/utils/configure @@ -709,6 +709,7 @@ enable_xindy enable_xindy_rules enable_xindy_docs with_clisp_runtime +enable_xml2pmx enable_xpdfopen enable_web2c with_banner_add @@ -1494,6 +1495,7 @@ Optional Features: --enable-xindy build the xindy package --enable-xindy-rules build and install make-rules package --enable-xindy-docs build and install documentation + --disable-xml2pmx do not build the xml2pmx package --disable-xpdfopen do not build the xpdfopen package --disable-web2c do not build the web2c (TeX & Co.) package --enable-auto-core cause TeX&MF to dump core, given a certain @@ -3635,6 +3637,24 @@ $as_echo "$as_me: Assuming \`--with-clisp-runtime=$with_clisp_runtime'" >&6;} fi ;; esac +## utils/xml2pmx/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory utils/xml2pmx/ +## configure options and TL libraries required for xml2pmx +# Check whether --enable-xml2pmx was given. +if test "${enable_xml2pmx+set}" = set; then : + enableval=$enable_xml2pmx; +fi +case $enable_xml2pmx in #( + yes|no) : + ;; #( + *) : + + enable_xml2pmx=$enable_all_pkgs + { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming \`--enable-xml2pmx=$enable_xml2pmx'" >&5 +$as_echo "$as_me: Assuming \`--enable-xml2pmx=$enable_xml2pmx'" >&6;} + ac_configure_args="$ac_configure_args '--enable-xml2pmx=$enable_xml2pmx'" + ;; +esac + ## utils/xpdfopen/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory utils/xpdfopen/ ## configure options and TL libraries required for xpdfopen # Check whether --enable-xpdfopen was given. @@ -6470,6 +6490,10 @@ if test -x $srcdir/xindy/configure; then test "x$enable_xindy" = xyes && MAKE_SUBDIRS="$MAKE_SUBDIRS xindy" CONF_SUBDIRS="$CONF_SUBDIRS xindy" fi +if test -x $srcdir/xml2pmx/configure; then + test "x$enable_xml2pmx" = xyes && MAKE_SUBDIRS="$MAKE_SUBDIRS xml2pmx" + CONF_SUBDIRS="$CONF_SUBDIRS xml2pmx" +fi if test -x $srcdir/xpdfopen/configure; then test "x$enable_xpdfopen" = xyes && MAKE_SUBDIRS="$MAKE_SUBDIRS xpdfopen" CONF_SUBDIRS="$CONF_SUBDIRS xpdfopen" |