diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-03-11 00:00:40 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-03-11 00:00:40 +0000 |
commit | 7559b94331de6615ae2a2312f3f7efa4cc46a4c3 (patch) | |
tree | d9cb58da3b50a03bb9d40718c3f7ca9da73ea0ac /aclocal.m4 | |
parent | fe848e93865384db7457d3b01aad298a6f785be7 (diff) | |
download | glibc-7559b94331de6615ae2a2312f3f7efa4cc46a4c3.tar glibc-7559b94331de6615ae2a2312f3f7efa4cc46a4c3.tar.gz glibc-7559b94331de6615ae2a2312f3f7efa4cc46a4c3.tar.bz2 glibc-7559b94331de6615ae2a2312f3f7efa4cc46a4c3.zip |
Regenerated.
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
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 </dev/null 2>&1 | grep -q GNU; then +if $1 -v </dev/null 2>&1 | grep GNU 2>&1 > /dev/null; then $2 else $3 |