diff options
author | Karl Berry <karl@freefriends.org> | 2023-03-08 17:05:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-03-08 17:05:16 +0000 |
commit | 2044811592f35f5472af64c650e699352044f2be (patch) | |
tree | 8694a1119187bfe1cde4c24343ccd16e5bc90902 /Build/source/utils | |
parent | 7749bd6016633fb1c1bd9baf8ed04d9bd30e2477 (diff) |
reautoconf and doc updates for windows_wrapper
git-svn-id: svn://tug.org/texlive/trunk@66468 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils')
-rwxr-xr-x | Build/source/utils/autosp/configure | 6 | ||||
-rwxr-xr-x | Build/source/utils/axodraw2/configure | 6 | ||||
-rwxr-xr-x | Build/source/utils/ps2eps/configure | 6 | ||||
-rwxr-xr-x | Build/source/utils/texdoctk/configure | 6 | ||||
-rwxr-xr-x | Build/source/utils/xindy/configure | 6 | ||||
-rwxr-xr-x | Build/source/utils/xml2pmx/configure | 6 |
6 files changed, 18 insertions, 18 deletions
diff --git a/Build/source/utils/autosp/configure b/Build/source/utils/autosp/configure index 940d35e2775..229f2a9adf6 100755 --- a/Build/source/utils/autosp/configure +++ b/Build/source/utils/autosp/configure @@ -5797,12 +5797,12 @@ case $kpse_cv_have_win64 in #( yes) : if test "x$kpse_cv_have_win32=xmingw" then : - WIN_WRAPPER=w64_mingw_wrapper + WIN_WRAPPER=windows_mingw_wrapper else $as_nop - WIN_WRAPPER=w64_wrapper + WIN_WRAPPER=windows_wrapper fi ;; #( *) : - WIN_WRAPPER=w32_wrapper ;; + WIN_WRAPPER=windows_wrapper ;; esac if test -r "$srcdir/../../texk/texlive/$WIN_WRAPPER/runscript.exe"; then diff --git a/Build/source/utils/axodraw2/configure b/Build/source/utils/axodraw2/configure index f14af71eedc..3ce951be466 100755 --- a/Build/source/utils/axodraw2/configure +++ b/Build/source/utils/axodraw2/configure @@ -5402,12 +5402,12 @@ case $kpse_cv_have_win64 in #( yes) : if test "x$kpse_cv_have_win32=xmingw" then : - WIN_WRAPPER=w64_mingw_wrapper + WIN_WRAPPER=windows_mingw_wrapper else $as_nop - WIN_WRAPPER=w64_wrapper + WIN_WRAPPER=windows_wrapper fi ;; #( *) : - WIN_WRAPPER=w32_wrapper ;; + WIN_WRAPPER=windows_wrapper ;; esac if test -r "$srcdir/../../texk/texlive/$WIN_WRAPPER/runscript.exe"; then diff --git a/Build/source/utils/ps2eps/configure b/Build/source/utils/ps2eps/configure index 301ea8b3a97..d0aa2c656dc 100755 --- a/Build/source/utils/ps2eps/configure +++ b/Build/source/utils/ps2eps/configure @@ -5375,12 +5375,12 @@ case $kpse_cv_have_win64 in #( yes) : if test "x$kpse_cv_have_win32=xmingw" then : - WIN_WRAPPER=w64_mingw_wrapper + WIN_WRAPPER=windows_mingw_wrapper else $as_nop - WIN_WRAPPER=w64_wrapper + WIN_WRAPPER=windows_wrapper fi ;; #( *) : - WIN_WRAPPER=w32_wrapper ;; + WIN_WRAPPER=windows_wrapper ;; esac if test -r "$srcdir/../../texk/texlive/$WIN_WRAPPER/runscript.exe"; then diff --git a/Build/source/utils/texdoctk/configure b/Build/source/utils/texdoctk/configure index 6b985746975..39f40a9deec 100755 --- a/Build/source/utils/texdoctk/configure +++ b/Build/source/utils/texdoctk/configure @@ -4421,12 +4421,12 @@ case $kpse_cv_have_win64 in #( yes) : if test "x$kpse_cv_have_win32=xmingw" then : - WIN_WRAPPER=w64_mingw_wrapper + WIN_WRAPPER=windows_mingw_wrapper else $as_nop - WIN_WRAPPER=w64_wrapper + WIN_WRAPPER=windows_wrapper fi ;; #( *) : - WIN_WRAPPER=w32_wrapper ;; + WIN_WRAPPER=windows_wrapper ;; esac if test -r "$srcdir/../../texk/texlive/$WIN_WRAPPER/runscript.exe"; then diff --git a/Build/source/utils/xindy/configure b/Build/source/utils/xindy/configure index 00f0262e225..bcc91f97b0f 100755 --- a/Build/source/utils/xindy/configure +++ b/Build/source/utils/xindy/configure @@ -6132,12 +6132,12 @@ case $kpse_cv_have_win64 in #( yes) : if test "x$kpse_cv_have_win32=xmingw" then : - WIN_WRAPPER=w64_mingw_wrapper + WIN_WRAPPER=windows_mingw_wrapper else $as_nop - WIN_WRAPPER=w64_wrapper + WIN_WRAPPER=windows_wrapper fi ;; #( *) : - WIN_WRAPPER=w32_wrapper ;; + WIN_WRAPPER=windows_wrapper ;; esac if test -r "$srcdir/../../texk/texlive/$WIN_WRAPPER/runscript.exe"; then diff --git a/Build/source/utils/xml2pmx/configure b/Build/source/utils/xml2pmx/configure index e0f130de5e6..48d8c811943 100755 --- a/Build/source/utils/xml2pmx/configure +++ b/Build/source/utils/xml2pmx/configure @@ -6233,12 +6233,12 @@ case $kpse_cv_have_win64 in #( yes) : if test "x$kpse_cv_have_win32=xmingw" then : - WIN_WRAPPER=w64_mingw_wrapper + WIN_WRAPPER=windows_mingw_wrapper else $as_nop - WIN_WRAPPER=w64_wrapper + WIN_WRAPPER=windows_wrapper fi ;; #( *) : - WIN_WRAPPER=w32_wrapper ;; + WIN_WRAPPER=windows_wrapper ;; esac if test -r "$srcdir/../../texk/texlive/$WIN_WRAPPER/runscript.exe"; then |