comparison autogen.sh @ 2176:fd0b454ad4c5

[gaim-migrate @ 2186] hi committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 27 Aug 2001 18:50:33 +0000
parents a578f8ab209e
children 72586b12179c
comparison
equal deleted inserted replaced
2175:a578f8ab209e 2176:fd0b454ad4c5
27 echo; 27 echo;
28 exit; 28 exit;
29 } 29 }
30 30
31 # Thanks decklin 31 # Thanks decklin
32 if $(! test -f configure.in) && autoconf --version | grep '2\.[01]' > /dev/null 2>&1 ; then 32 if test ! -e configure.in ; then
33 ln -sf configure.ac configure.in 33 if autoconf --version | grep '2\.[01]' > /dev/null 2>&1 ; then
34 ln -sf configure.ac configure.in
35 fi
34 fi 36 fi
35 37
36 echo "Generating configuration files for Gaim, please wait...." 38 echo "Generating configuration files for Gaim, please wait...."
37 echo; 39 echo;
38 40