From 1e00017e0a29cd915c29e6e01fd47041f9644a98 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 15 May 2006 06:39:10 +0000 Subject: [PATCH] Added yet another variant of autoconf to the list --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401794 --- test/autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/autogen.sh b/test/autogen.sh index ffa215245..939f34c0f 100755 --- a/test/autogen.sh +++ b/test/autogen.sh @@ -3,7 +3,7 @@ # 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