[Mono-list] mono-build-w32.sh has warnings
Dick Porter
dick@ximian.com
Wed, 1 May 2002 14:36:46 +0100
On Wed, May 01, 2002 at 03:49:12PM +0300, Serge wrote:
> > 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
Thanks, i'll add these.
- Dick