comparison autogen.sh @ 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 7b68621e26db
children a464da684307
comparison
equal deleted inserted replaced
2156:2237f7e9dee9 2157:fe7cd241f0eb
27 echo; 27 echo;
28 exit; 28 exit;
29 } 29 }
30 30
31 # Thanks decklin 31 # Thanks decklin
32 if autoconf --version | grep -q '2\.[01]'; then 32 if autoconf --version | grep '2\.[01]' > /dev/null 2>&1 ; then
33 ln -sf configure.ac configure.in 33 ln -sf configure.ac configure.in
34 fi 34 fi
35 35
36 echo "Generating configuration files for Gaim, please wait...." 36 echo "Generating configuration files for Gaim, please wait...."
37 echo; 37 echo;