3 # Regenerate configuration files
4 cp acinclude.
m4 aclocal.
m4
6 for autoconf
in autoconf autoconf259 autoconf-2.59
7 do if which $autoconf >/dev
/null
2>&1; then $autoconf && found
=true
; break; fi
9 if test x
$found = xfalse
; then
10 echo "Couldn't find autoconf, aborting"