texlive[66321] Build/source: fixed w32_wrapper -> windows_wrapper in

commits+lscarso at tug.org commits+lscarso at tug.org
Fri Mar 3 08:53:57 CET 2023


Revision: 66321
          http://tug.org/svn/texlive?view=revision&revision=66321
Author:   lscarso
Date:     2023-03-03 08:53:56 +0100 (Fri, 03 Mar 2023)
Log Message:
-----------
fixed w32_wrapper -> windows_wrapper in kpse-win32.m4,  tlbuild.texi and tlbuild.info

Modified Paths:
--------------
    trunk/Build/source/doc/tlbuild.info
    trunk/Build/source/doc/tlbuild.texi
    trunk/Build/source/m4/kpse-win32.m4

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

Modified: trunk/Build/source/doc/tlbuild.texi
===================================================================
--- trunk/Build/source/doc/tlbuild.texi	2023-03-03 06:12:08 UTC (rev 66320)
+++ trunk/Build/source/doc/tlbuild.texi	2023-03-03 07:53:56 UTC (rev 66321)
@@ -887,7 +887,7 @@
 @code{@var{datarootdir}/texmf-dist/scripts/ps2eps/ps2eps.pl}.  For
 Windows, a standard wrapper binary (copied to, e.g.,
 @code{@var{bindir}/ps2eps.exe}) serves the same purpose.  The source
-for the wrapper is in @file{texk/texlive/w32_wrapper}.
+for the wrapper is in @file{texk/texlive/windows_wrapper}.
 
 One reason for this is to avoid having many copies of the same
 script; a more important reason is that it guarantees the scripts will
@@ -1361,7 +1361,7 @@
 @pindex runscript.exe
 Call @code{KPSE_COND_WIN32} and define the Automake conditional
 @code{WIN32_WRAP} (@code{true} if the standard Windows wrapper
-(@file{texk/texlive/w32_wrapper/runscript.exe}) exists.  This wrapper
+(@file{texk/texlive/windows_wrapper/runscript.exe}) exists.  This wrapper
 is used on Windows instead of symlinks for the ``linked scripts''
 (@pxref{Linked scripts}).
 @end defmac
@@ -1369,7 +1369,7 @@
 @defmac KPSE_WIN32_CALL
 @pindex callexe.c
 Call @code{KPSE_COND_WIN32} and check if the file
- at file{texk/texlive/w32_wrapper/callexe.c} exists; if it does, create a
+ at file{texk/texlive/windows_wrapper/callexe.c} exists; if it does, create a
 symlink in the build tree.  Compiling @file{callexe.c} with
 @code{-DEXEPROG='"@var{foo}.exe"'} and installing @file{callexe.exe}
 as @code{@var{bar}.exe} is used on Windows instead of a symlink

Modified: trunk/Build/source/m4/kpse-win32.m4
===================================================================
--- trunk/Build/source/m4/kpse-win32.m4	2023-03-03 06:12:08 UTC (rev 66320)
+++ trunk/Build/source/m4/kpse-win32.m4	2023-03-03 07:53:56 UTC (rev 66321)
@@ -54,9 +54,9 @@
                                   [kpse_cv_have_win64=no])])
 AS_CASE([$kpse_cv_have_win64],
         [yes], [AS_IF([test "x$kpse_cv_have_win32=xmingw"],
-                      [WIN_WRAPPER=w64_mingw_wrapper],
-                      [WIN_WRAPPER=w64_wrapper])],
-               [WIN_WRAPPER=w32_wrapper])
+                      [WIN_WRAPPER=windows_mingw_wrapper],
+                      [WIN_WRAPPER=windows_wrapper])],
+               [WIN_WRAPPER=windows_wrapper])
 AC_SUBST([WIN_WRAPPER])
 AM_CONDITIONAL([WIN32_WRAP],
                [test -r "$srcdir/../../texk/texlive/$WIN_WRAPPER/runscript.exe"])
@@ -68,9 +68,9 @@
 AC_DEFUN([KPSE_WIN32_CALL], [dnl
 AC_REQUIRE([KPSE_COND_WIN32])[]dnl
 AM_CONDITIONAL([WIN32_CALL],
-               [test -r "$srcdir/../texlive/w32_wrapper/callexe.c"])
+               [test -r "$srcdir/../texlive/windows_wrapper/callexe.c"])
 AM_COND_IF([WIN32],
-           [AC_CONFIG_LINKS([callexe.c:../texlive/w32_wrapper/callexe.c])])
+           [AC_CONFIG_LINKS([callexe.c:../texlive/windows_wrapper/callexe.c])])
 ]) # KPSE_WIN32_CALL
 
 # KPSE_DO_IF_WIN32(COMMAND)



More information about the tex-live-commits mailing list.