Make Out with SCons
Nice2Cats writes "I stumbled across this and can't find a mention of it here yet: SCons, a stable alternative for the vilified make. Built-in support, they claim, for C, C++, and Java, built-in support for use with SCCS, CVS, and BitKeeper, supports .NET, and works with Linux, *BSD systems, Windows NT, and Mac OS X. I'd love something to would finally get rid of the awkward (no pun intended) make, and having a system based on Python would make it double good. Maybe one of the serious C/C++ programers here could give a verdict on if this is the dragon slayer we've been waiting for."
Integrated Autoconf-like support for finding #include files, libraries, functions and typedefs.
Is SCons viewed as a replacement for Autoconf and Automake, or just a replacement for Make?
Built in support for...
What does this mean? Will SCons somehow only work with languages that SCons has built in support for?
How does SCons compare to Apache's Ant?