changeset 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
files autogen.sh
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/autogen.sh	Mon Aug 27 18:27:14 2001 +0000
+++ b/autogen.sh	Mon Aug 27 18:50:33 2001 +0000
@@ -29,8 +29,10 @@
 }
 
 # Thanks decklin
-if $(! test -f configure.in) && autoconf --version | grep '2\.[01]' > /dev/null 2>&1 ; then
-	ln -sf configure.ac configure.in
+if test ! -e configure.in ; then
+	if autoconf --version | grep '2\.[01]' > /dev/null 2>&1 ; then
+		ln -sf configure.ac configure.in
+	fi
 fi
 
 echo "Generating configuration files for Gaim, please wait...."