texlive[64607] Build/source/texk: hitex: fixed exe extension for

commits+lscarso at tug.org commits+lscarso at tug.org
Tue Oct 4 19:47:53 CEST 2022


Revision: 64607
          http://tug.org/svn/texlive?view=revision&revision=64607
Author:   lscarso
Date:     2022-10-04 19:47:53 +0200 (Tue, 04 Oct 2022)
Log Message:
-----------
hitex: fixed exe extension for cross-compiling

Modified Paths:
--------------
    trunk/Build/source/texk/bibtex-x/Makefile.in
    trunk/Build/source/texk/dvisvgm/aclocal.m4
    trunk/Build/source/texk/web2c/Makefile.in
    trunk/Build/source/texk/web2c/hitexdir/am/hitex.am

Modified: trunk/Build/source/texk/bibtex-x/Makefile.in
===================================================================
--- trunk/Build/source/texk/bibtex-x/Makefile.in	2022-10-03 23:52:50 UTC (rev 64606)
+++ trunk/Build/source/texk/bibtex-x/Makefile.in	2022-10-04 17:47:53 UTC (rev 64607)
@@ -453,7 +453,7 @@
 	../../build-aux/depcomp ../../build-aux/install-sh \
 	../../build-aux/ltmain.sh ../../build-aux/missing \
 	../../build-aux/texinfo.tex ../../build-aux/ylwrap COPYING \
-	ChangeLog
+	ChangeLog README
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 distdir = $(PACKAGE)-$(VERSION)
 top_distdir = $(distdir)

Modified: trunk/Build/source/texk/dvisvgm/aclocal.m4
===================================================================
--- trunk/Build/source/texk/dvisvgm/aclocal.m4	2022-10-03 23:52:50 UTC (rev 64606)
+++ trunk/Build/source/texk/dvisvgm/aclocal.m4	2022-10-04 17:47:53 UTC (rev 64607)
@@ -20,44 +20,6 @@
 If you have problems, you may need to regenerate the build system entirely.
 To do so, use the procedure documented by the package, typically 'autoreconf'.])])
 
-# ===========================================================================
-#    https://www.gnu.org/software/autoconf-archive/ax_require_defined.html
-# ===========================================================================
-#
-# SYNOPSIS
-#
-#   AX_REQUIRE_DEFINED(MACRO)
-#
-# DESCRIPTION
-#
-#   AX_REQUIRE_DEFINED is a simple helper for making sure other macros have
-#   been defined and thus are available for use.  This avoids random issues
-#   where a macro isn't expanded.  Instead the configure script emits a
-#   non-fatal:
-#
-#     ./configure: line 1673: AX_CFLAGS_WARN_ALL: command not found
-#
-#   It's like AC_REQUIRE except it doesn't expand the required macro.
-#
-#   Here's an example:
-#
-#     AX_REQUIRE_DEFINED([AX_CHECK_LINK_FLAG])
-#
-# LICENSE
-#
-#   Copyright (c) 2014 Mike Frysinger <vapier at gentoo.org>
-#
-#   Copying and distribution of this file, with or without modification, are
-#   permitted in any medium without royalty provided the copyright notice
-#   and this notice are preserved. This file is offered as-is, without any
-#   warranty.
-
-#serial 2
-
-AC_DEFUN([AX_REQUIRE_DEFINED], [dnl
-  m4_ifndef([$1], [m4_fatal([macro ]$1[ is not defined; is a m4 file missing?])])
-])dnl AX_REQUIRE_DEFINED
-
 # Copyright (C) 2002-2021 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation

Modified: trunk/Build/source/texk/web2c/Makefile.in
===================================================================
--- trunk/Build/source/texk/web2c/Makefile.in	2022-10-03 23:52:50 UTC (rev 64606)
+++ trunk/Build/source/texk/web2c/Makefile.in	2022-10-04 17:47:53 UTC (rev 64607)
@@ -22350,7 +22350,7 @@
 
 # Generating hitables.c using himktables.
 hitables.c: himktables$(EXEEXT)
-	./himktables > $@ || { rm -f hitables.c; exit 1; }
+	./himktables$(EXEEXT) > $@ || { rm -f hitables.c; exit 1; }
 
 # hitex, histretch, and hishrink all need (at least) some 
 # of the sources generated from hiformat.w.

Modified: trunk/Build/source/texk/web2c/hitexdir/am/hitex.am
===================================================================
--- trunk/Build/source/texk/web2c/hitexdir/am/hitex.am	2022-10-03 23:52:50 UTC (rev 64606)
+++ trunk/Build/source/texk/web2c/hitexdir/am/hitex.am	2022-10-04 17:47:53 UTC (rev 64607)
@@ -75,7 +75,7 @@
 
 # Generating hitables.c using himktables.
 hitables.c: himktables$(EXEEXT)
-	./himktables > $@ || { rm -f hitables.c; exit 1; }
+	./himktables$(EXEEXT) > $@ || { rm -f hitables.c; exit 1; }
 
 # hitex
 nodist_hitex_SOURCES = hitables.c hiput.c $(hitex_c)



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