"s_e_gallo" <[EMAIL PROTECTED]> writes: > 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?
Hi, normally the autoconf wrapper will automatically determine the correct version to use, but I'm not sure whether Cygwin has an autoconf wrapper. On Debian GNU/Linux, /usr/bin/autoconf is a shell script
autoconf
Description: Binary data
and there is /usr/bin/autoconf2.13 and /usr/bin/autoconf2.50. This script automatically runs the correct version (it defaults to 2.13). -- Martin Baulig [EMAIL PROTECTED]
