We need to detect whether C# is installed on Unix systems and are using a simple autoconf macro to look for mcs. Unfortunately there is another program called mcs and so it incorrectly detects mcs. Does anyone know of any better autoconf macros to detect whether mcs installed and whether or not it is a working C# compiler? Thanks William