[Mono-list] mono-build-w32.sh has warnings

Serge serge@wildwestsoftware.com
Wed, 1 May 2002 15:49:12 +0300


> Sounds like the newest versions of autobreak are causing more trouble.

FWIW:
These warnings appeared after updating to autoconf-2.53-devel.
Cygwin's wrapper uses devel package by default.
To make sure that stable version (2.13) is used the following snippet can be used (in the build script),
as a temporal "fix", if warnings are too annoying :-)
I use it just to make sure that 2.13 is used in both builds (Linux and Windows).

if [ ! -z "${AUTO_STABLE}" -o -e /usr/autotool/stable ]; then
 export AUTO_STABLE=${AUTO_STABLE:-/usr/autotool/stable}
 export AUTO_DEVEL=${AUTO_STABLE}
fi



----- Original Message ----- 
From: "Dick Porter" <dick@ximian.com>
To: "Mono-List" <mono-list@ximian.com>
Sent: Wednesday, May 01, 2002 2:59 PM
Subject: Re: [Mono-list] mono-build-w32.sh has warnings


> On Wed, May 01, 2002 at 07:21:05PM +0900, Nick Drochak wrote:
> > Dick,
> > 
> > Just thought you might be interested in these warnings I am getting using
> > the windows build script:
> > 
> > WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
> > WARNING: and `config.h.top', to define templates for `config.h.in'
> > WARNING: is deprecated and discouraged.
> > 
> [ etc ]
> 
> Sounds like the newest versions of autobreak are causing more trouble.
> 
> - Dick
> 
> 
> _______________________________________________
> Mono-list maillist  -  Mono-list@ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>