From fdc85d6c9e1eb0db3640c4c58453e47ee2bf2229 Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Fri, 26 Jan 2024 22:46:12 -0500 Subject: [PATCH] Bump dxcommon for testsuite line ending workaround. When running the testsuite against compiled Windows executables, we need to deal with test output that may have either DOS or UNIX line endings. --- Makefile.am | 3 ++- common | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index f3625c8..6ff050a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -366,7 +366,8 @@ $(GPERFFILES:.gperf=.c): $(srcdir)/src/gperf-wordwrap.awk atlocal: config.status $(AM_V_GEN) $(AWK) $@.tmp \ 'BEGIN{ for (i = 1; i < ARGC; i++) print ": \"$${" ARGV[i] "}\""; }' \ - 'AWK=$(AWK)' 'EXEEXT=$(EXEEXT)' 'check_PROGRAMS=$(check_PROGRAMS)' + 'AWK=$(AWK)' 'EXEEXT=$(EXEEXT)' 'check_PROGRAMS=$(check_PROGRAMS)' \ + 'host_os=$(host_os)' $(AM_V_at) mv -f $@.tmp $@ check_DATA = atlocal CLEANFILES += atlocal diff --git a/common b/common index 2f638e5..cba6ab6 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 2f638e51e602982648087e00c788a4751f1a4a8c +Subproject commit cba6ab66683d20b46def45f691fa7c750f3f9a2b -- 2.43.2