[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 2.53b on BeOS, 7 failures
From: |
Akim Demaille |
Subject: |
Re: 2.53b on BeOS, 7 failures |
Date: |
29 Jul 2002 14:00:24 +0200 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Honest Recruiter) |
>>>>> "Paul" == Paul Eggert <address@hidden> writes:
Paul> Also, perhaps we don't need to worry about the bug, if your
Paul> "dirname" command is not broken.
But we already have a test to decide whether we trust, or don't trust,
expr. I think we should test this too.
# _AS_EXPR_PREPARE
# ----------------
# Some expr work properly (i.e. compute and issue the right result),
# but exit with failure. When a fall back to expr (as in AS_DIRNAME)
# is provided, you get twice the result. Prevent this.
m4_defun([_AS_EXPR_PREPARE],
[if expr a : '\(a\)' >/dev/null 2>&1; then
as_expr=expr
else
as_expr=false
fi
])# _AS_EXPR_PREPARE
- Re: 2.53b on BeOS, 7 failures, Akim Demaille, 2002/07/26
- Re: 2.53b on BeOS, 7 failures, Brian Francis, 2002/07/26
- Re: 2.53b on BeOS, 7 failures, Brian Francis, 2002/07/26
- Re: 2.53b on BeOS, 7 failures, Brian Francis, 2002/07/26
- Re: 2.53b on BeOS, 7 failures, Brian Francis, 2002/07/27
- Re: 2.53b on BeOS, 7 failures, Brian Francis, 2002/07/28