Ryan Phillips wrote:
Hi All,
I've been adding bits and pieces to the scons build system for /trunk.
* Add APRConfigureBase and APRConfigure classes
The idea is to use APRConfigure and the base class to support cross
compiles... For a cross compile a user can simply subclass
APRConfigureBase and return the necessary results they need.
Most compiled or executed applications ran at configure time will
eventually be pulled into the class.
* A few bug fixes for SIZE_T formats in apr.h
* Added mmap and friends to function checking
* Check for semaphores
* Check for F_SETLK and flock
Are the new classes heading in the right direction?
Yes, this is great, thank you!
Making the APRConfigureBase and allowing people to override when
cross-compiling will actually make cross compiling pretty easy too.
Nice Idea.
Committed in r733102.
-Paul