changeset 1563 | b054590b967a |
parent 1380 | d94b080ff6ce |
child 1564 | 4950a25bd91e |
--- a/autogen.sh Tue Mar 21 06:45:47 2006 +0000 +++ b/autogen.sh Tue Mar 21 06:54:24 2006 +0000 @@ -5,7 +5,9 @@ # Regenerate configuration files cp acinclude.m4 aclocal.m4 -autoconf +for autoconf in autoconf autoconf259 +do if which $autoconf >/dev/null; then $autoconf; break; fi +done (cd test; sh autogen.sh) # Run configure for this platform