I ran into the same issue with Mono not compiling from SVN, and upgrading these packages fixed it.
Just run this as root: wget http://ftp.gnu.org/gnu/autoconf/autoconf-2.59.tar.gz tar zxvf autoconf-2.59.tar.gz cd autoconf-2.59 ./configure --prefix=/usr make make install wget http://ftp.gnu.org/gnu/automake/automake-1.9.4.tar.gz tar zxvf automake-1.9.4.tar.gz cd automake-1.9.4 ./configure --prefix=/usr make make install __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
