changeset 2157:fe7cd241f0eb

[gaim-migrate @ 2167] apparently some computers don't have a working grep. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 22 Aug 2001 23:48:33 +0000
parents 2237f7e9dee9
children 9b7cb09e2c06
files autogen.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/autogen.sh	Wed Aug 22 22:41:26 2001 +0000
+++ b/autogen.sh	Wed Aug 22 23:48:33 2001 +0000
@@ -29,7 +29,7 @@
 }
 
 # Thanks decklin
-if autoconf --version | grep -q '2\.[01]'; then
+if autoconf --version | grep '2\.[01]' > /dev/null 2>&1 ; then
 	ln -sf configure.ac configure.in
 fi