diff -r 122c97a210bc -r 2435b221d77d autogen.sh --- a/autogen.sh Sun May 26 12:30:52 2013 +0200 +++ b/autogen.sh Sun May 26 11:06:17 2013 -0700 @@ -4,7 +4,6 @@ echo "This may take a while ..." # Regenerate configuration files -cat acinclude/* >aclocal.m4 found=false for autoconf in autoconf autoconf259 autoconf-2.59 do if which $autoconf >/dev/null 2>&1; then $autoconf && found=true; break; fi