]> git.draconx.ca Git - dxcommon.git/commit
DX_RUN_LOG: Work around DJGPP subshell bug.
authorNick Bowler <nbowler@draconx.ca>
Fri, 23 Feb 2024 01:26:02 +0000 (20:26 -0500)
committerNick Bowler <nbowler@draconx.ca>
Fri, 23 Feb 2024 01:31:59 +0000 (20:31 -0500)
commitb6ec120435a070a28eafe0b3e686ef2ac9b0f042
treeb083ee75bbb34e09fb9373786bde33d354c53465
parent984752355c18f9cfac6425e6387a2d157c011846
DX_RUN_LOG: Work around DJGPP subshell bug.

On DJGPP bash, running set -x in a subshell also affects the parent
shell environment.  Inadvertently turning on traces for the whole
rest of the configure run is not desirable, so work around the
problem by manually turning the traces back off when this happens.
m4/base.m4