Refactor the PAL build configuration to detect at configure time
authorGeoff Norton <grompf@gmail.com>
Fri, 13 Feb 2015 05:00:22 +0000 (21:00 -0800)
committerGeoff Norton <grompf@gmail.com>
Fri, 13 Feb 2015 20:57:17 +0000 (12:57 -0800)
commit847021246dc280d9c990288e5e4164e50e9caf66
treee375d0a7db4853bac624909a10346a381c6c54aa
parent69ee8265d7a1313965d4c7433fd1753937b05f51
Refactor the PAL build configuration to detect at configure time

The current PAL has binary check-ins of the config.h for Linux and MAC, long
term this is not sustainable.  This is a first pass at cleaning this up.
Please note, there are some static platform independent defines as I tried to
keep consistency with the current outputs of the not-checked-in configure.in.
As we clean up the PAL the CMakeLists should be revisited and redundant pieces
removed.
src/pal/src/CMakeLists.txt
src/pal/src/config.h [deleted file]
src/pal/src/config.h.in
src/pal/src/config.h.linux [deleted file]
src/pal/src/config.h.osx [deleted file]
src/pal/src/configure.cmake [new file with mode: 0644]
src/pal/src/configure.in [deleted file]
src/pal/src/exception/signal.cpp
src/pal/src/misc/sysinfo.cpp