]> git.draconx.ca Git - cdecl99.git/commitdiff
Bump dxcommon for testsuite line ending workaround.
authorNick Bowler <nbowler@draconx.ca>
Sat, 27 Jan 2024 03:46:12 +0000 (22:46 -0500)
committerNick Bowler <nbowler@draconx.ca>
Sat, 27 Jan 2024 03:54:31 +0000 (22:54 -0500)
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
common

index f3625c8b941f9e80870b3308aa263a9e9f23da6f..6ff050a4f6423970f2bd70c4523dc8e9a7d23a8f 100644 (file)
@@ -366,7 +366,8 @@ $(GPERFFILES:.gperf=.c): $(srcdir)/src/gperf-wordwrap.awk
 atlocal: config.status
        $(AM_V_GEN) $(AWK) </dev/null >$@.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 2f638e51e602982648087e00c788a4751f1a4a8c..cba6ab66683d20b46def45f691fa7c750f3f9a2b 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 2f638e51e602982648087e00c788a4751f1a4a8c
+Subproject commit cba6ab66683d20b46def45f691fa7c750f3f9a2b