> How do I force the use of the stable version in the c-sharp build process?
Add the following line at the top of mono/configure.in: AC_PREREQ(2.13) Latest Cygwin uses wrapper for autotools, this wrapper will look for configure.in/.ac files in the current dir, and will call autoconf corresponding to the version specified in AC_PREREQ Sergey ----- Original Message ----- From: s_e_gallo To: [EMAIL PROTECTED] Sent: Friday, April 12, 2002 1:13 AM Subject: [Mono-list] specifying autoconf 2.13? Hi, My installation of cygwin contains both the stable autoconf-stable-2.13-4.tar.bz2 and the development version autoconf-devel-2.52-4.tar.bz2, and I'm having trouble building mono c-sharp on my system. How do I force the use of the stable version in the c-sharp build process? Thank you. Sincerely, Steve Gallo _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
