[Mono-list] specifying autoconf 2.13?
Serge
serge@wildwestsoftware.com
Fri, 12 Apr 2002 13:17:02 +0300
> 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: mono-list@ximian.com
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