
Do you feel like doing one for CMake - it would be a lot more useful in that it is cross-platform (*nix, Macs, QNX-Neutrino, Windows) and also generates the requisite IDE files eg. KDevelop3, Borland, Microsoft VC ? Andrew -----Original Message----- From: Doug Gregor [mailto:dgregor@cs.indiana.edu] Sent: Thursday, 27 October 2005 08:29 To: Boost mailing list Subject: [boost] autoconf-like configure on RC_1_33_0 branch I've placed an autoconf-like "configure" script on the RC_1_33_0 branch. If you're a *nix user and would like an alternative to directly using bjam, give it a try and send me some bug reports :) Typically one would just use: ./configure --prefix=/where/to/install make make install Run "./configure --help" for more options. Cheers, Doug