From 7eefe3276d9498155c4d8e394580f01dfe65340e Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 15 May 2006 06:30:38 +0000 Subject: [PATCH] Added yet another variant of autoconf to the list --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 1ba308b5..b2688a9f 100755 --- a/autogen.sh +++ b/autogen.sh @@ -6,7 +6,7 @@ echo "This may take a while ..." # Regenerate configuration files cp acinclude.m4 aclocal.m4 found=false -for autoconf in autoconf autoconf259 +for autoconf in autoconf autoconf259 autoconf-2.59 do if which $autoconf >/dev/null 2>&1; then $autoconf && found=true; break; fi done if test x$found = xfalse; then