From: Nick Bowler Date: Sat, 27 Jan 2024 03:46:12 +0000 (-0500) Subject: Bump dxcommon for testsuite line ending workaround. X-Git-Tag: v1.3~19 X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/commitdiff_plain/fdc85d6c9e1eb0db3640c4c58453e47ee2bf2229?ds=inline 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. --- 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