changeset 322 | 54d96d95a0cb |
parent 294 | 58eb208474e0 |
child 351 | f020187cf5b2 |
1.1 --- a/autogen.sh Sun May 14 21:07:27 2006 +0000 1.2 +++ b/autogen.sh Mon May 15 06:30:38 2006 +0000 1.3 @@ -6,7 +6,7 @@ 1.4 # Regenerate configuration files 1.5 cp acinclude.m4 aclocal.m4 1.6 found=false 1.7 -for autoconf in autoconf autoconf259 1.8 +for autoconf in autoconf autoconf259 autoconf-2.59 1.9 do if which $autoconf >/dev/null 2>&1; then $autoconf && found=true; break; fi 1.10 done 1.11 if test x$found = xfalse; then