[Mono-list] specifying autoconf 2.13?
Dick Porter
dick@ximian.com
Fri, 12 Apr 2002 11:23:20 +0100
On Fri, Apr 12, 2002 at 01:17:02PM +0300, Serge wrote:
> > 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)
This shouldnt be necessary...
>
> 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
... because of this.
- Dick