automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#60829] [PATCH] m4: use AS_IF to avoid ! portability issues


From: Karl Berry
Subject: [bug#60829] [PATCH] m4: use AS_IF to avoid ! portability issues
Date: Wed, 15 Nov 2023 14:26:43 -0700

    diff --git a/m4/sanity.m4 b/m4/sanity.m4
    ...
    -if ! test -e conftest.file || grep 'slept: no' conftest.file >/dev/null 
2>&1; then
    +AS_IF([test -e conftest.file || grep 'slept: no' conftest.file >/dev/null 
2>&1],, [dnl

Finally installed this change. (And closing.) Thanks Mike. -k





reply via email to

[Prev in Thread] Current Thread [Next in Thread]