texlive[48318] Build/source: doc,sync

commits+karl at tug.org commits+karl at tug.org
Tue Jul 31 22:52:37 CEST 2018


Revision: 48318
          http://tug.org/svn/texlive?view=revision&revision=48318
Author:   karl
Date:     2018-07-31 22:52:36 +0200 (Tue, 31 Jul 2018)
Log Message:
-----------
doc,sync

Modified Paths:
--------------
    trunk/Build/source/doc/tlbuild.info
    trunk/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl
    trunk/Build/source/texk/web2c/configure
    trunk/Build/source/texk/web2c/configure.ac

Modified: trunk/Build/source/doc/tlbuild.info
===================================================================
(Binary files differ)

Modified: trunk/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl
===================================================================
--- trunk/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl	2018-07-31 00:24:17 UTC (rev 48317)
+++ trunk/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl	2018-07-31 20:52:36 UTC (rev 48318)
@@ -1,12 +1,12 @@
 #!/usr/bin/env perl
-# $Id: tlmgr.pl 48030 2018-06-16 13:43:22Z preining $
+# $Id: tlmgr.pl 48271 2018-07-25 01:51:31Z preining $
 #
 # Copyright 2008-2018 Norbert Preining
 # This file is licensed under the GNU General Public License version 2
 # or any later version.
 
-my $svnrev = '$Revision: 48030 $';
-my $datrev = '$Date: 2018-06-16 15:43:22 +0200 (Sat, 16 Jun 2018) $';
+my $svnrev = '$Revision: 48271 $';
+my $datrev = '$Date: 2018-07-25 03:51:31 +0200 (Wed, 25 Jul 2018) $';
 my $tlmgrrevision;
 my $tlmgrversion;
 my $prg;
@@ -8178,7 +8178,7 @@
 
 The C<add> argument requires another argument, either a filename or
 C<-> for stdin, from which the key is added. The key is added to the
-local keyring C<GNUPGHOME/repository-keys.gpg>, which is normally)
+local keyring C<GNUPGHOME/repository-keys.gpg>, which is normally
 C<tlpkg/gpg/repository-keys.gpg>.
 
 The C<remove> argument requires a key id and removes the requested id
@@ -9729,7 +9729,7 @@
 distribution (L<http://tug.org/texlive>) and both are licensed under the
 GNU General Public License Version 2 or later.
 
-$Id: tlmgr.pl 48030 2018-06-16 13:43:22Z preining $
+$Id: tlmgr.pl 48271 2018-07-25 01:51:31Z preining $
 =cut
 
 # test HTML version: pod2html --cachedir=/tmp tlmgr.pl >/tmp/tlmgr.html

Modified: trunk/Build/source/texk/web2c/configure
===================================================================
--- trunk/Build/source/texk/web2c/configure	2018-07-31 00:24:17 UTC (rev 48317)
+++ trunk/Build/source/texk/web2c/configure	2018-07-31 20:52:36 UTC (rev 48318)
@@ -18592,6 +18592,7 @@
 
 
 
+# Include additional code for web2c.
 
 ## texk/web2c/ac/web2c.ac: configure.ac fragment for the TeX Live subdirectory texk/web2c/
 ## configure options for TeX and MF
@@ -19003,12 +19004,14 @@
 
 
 
+# LuaTeX and XeTeX now require C++11 because poppler does :(.
+# XeTeX also requires C+11 because of ICU.
 if test "x$enable_xetex" = xyes \
    || test "x$enable_luatex" = xyes \
    || test "x$enable_luajittex" = xyes \
    || test "x$enable_luatex53" = xyes; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: LuaTeX enabled, requiring C++11 support" >&5
-$as_echo "$as_me: LuaTeX enabled, requiring C++11 support" >&6;}
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++11, since LuaTeX and/or XeTeX enabled" >&5
+$as_echo "$as_me: checking for C++11, since LuaTeX and/or XeTeX enabled" >&6;}
     ax_cxx_compile_alternatives="11 0x"    ax_cxx_compile_cxx11_required=true
   ac_ext=cpp
 ac_cpp='$CXXCPP $CPPFLAGS'

Modified: trunk/Build/source/texk/web2c/configure.ac
===================================================================
--- trunk/Build/source/texk/web2c/configure.ac	2018-07-31 00:24:17 UTC (rev 48317)
+++ trunk/Build/source/texk/web2c/configure.ac	2018-07-31 20:52:36 UTC (rev 48318)
@@ -42,16 +42,17 @@
 KPSE_CXX_HACK
 KPSE_LT_HACK
 
-dnl Include additional code for web2c.
+# Include additional code for web2c.
 KPSE_WEB2C_PREPARE
 m4_include([ac/web2c.ac])
 
-dnl LuaTeX requires C++11 because poppler does :(.
+# LuaTeX and XeTeX now require C++11 because poppler does :(.
+# XeTeX also requires C+11 because of ICU.
 if test "x$enable_xetex" = xyes \
    || test "x$enable_luatex" = xyes \
    || test "x$enable_luajittex" = xyes \
    || test "x$enable_luatex53" = xyes; then
-  AC_MSG_NOTICE([LuaTeX enabled, requiring C++11 support])
+  AC_MSG_NOTICE([checking for C++11, since LuaTeX and/or XeTeX enabled])
   AX_CXX_COMPILE_STDCXX([11])
 fi
 



More information about the tex-live-commits mailing list