texlive[46407] Build/source/texk/web2c: quote AS_MSG_NOTICE [string],

commits+karl at tug.org commits+karl at tug.org
Mon Jan 22 00:42:13 CET 2018


Revision: 46407
          http://tug.org/svn/texlive?view=revision&revision=46407
Author:   karl
Date:     2018-01-22 00:42:12 +0100 (Mon, 22 Jan 2018)
Log Message:
-----------
quote AS_MSG_NOTICE [string], else misparsed at comma

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/ChangeLog
    trunk/Build/source/texk/web2c/configure
    trunk/Build/source/texk/web2c/configure.ac

Modified: trunk/Build/source/texk/web2c/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/ChangeLog	2018-01-21 22:37:56 UTC (rev 46406)
+++ trunk/Build/source/texk/web2c/ChangeLog	2018-01-21 23:42:12 UTC (rev 46407)
@@ -1,3 +1,8 @@
+2018-01-21  Karl Berry  <karl at freefriends.org>
+
+	* configure.ac <luatex>: quote [notice] so not misparsed at comma,
+	ending up with "bad fd number".
+
 2017-09-10  Hironobu Yamashita  <h.y.acetaminophen at gmail.com>
 
 	* pltotf.ch: web2c extends the range of 'lf' from 0..32767

Modified: trunk/Build/source/texk/web2c/configure
===================================================================
--- trunk/Build/source/texk/web2c/configure	2018-01-21 22:37:56 UTC (rev 46406)
+++ trunk/Build/source/texk/web2c/configure	2018-01-21 23:42:12 UTC (rev 46407)
@@ -19007,8 +19007,8 @@
    || 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" >&5
-$as_echo "$as_me: LuaTeX enabled" >&requiring C++11 support;}
+  { $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;}
     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-01-21 22:37:56 UTC (rev 46406)
+++ trunk/Build/source/texk/web2c/configure.ac	2018-01-21 23:42:12 UTC (rev 46407)
@@ -51,7 +51,7 @@
    || 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([LuaTeX enabled, requiring C++11 support])
   AX_CXX_COMPILE_STDCXX([11])
 fi
 



More information about the tex-live-commits mailing list