From 7559b94331de6615ae2a2312f3f7efa4cc46a4c3 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 11 Mar 1998 00:00:40 +0000 Subject: Regenerated. --- aclocal.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aclocal.m4') diff --git a/aclocal.m4 b/aclocal.m4 index 582e0a8e7b..c995e45c4c 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -94,7 +94,7 @@ cross_compiling=$ac_cv_prog_cc_cross AC_DEFUN(LIBC_PROG_FOO_GNU, [# Most GNU programs take a -v and spit out some text including # the word 'GNU'. Some try to read stdin, so give them /dev/null. -if $1 -v &1 | grep -q GNU; then +if $1 -v &1 | grep GNU 2>&1 > /dev/null; then $2 else $3 -- cgit 1.4.1