0
0
mirror of https://github.com/zeromq/libzmq.git synced 2024-12-26 23:01:04 +08:00

10 Commits

Author SHA1 Message Date
Mikko Koppanen
5bb0a339be Prefix variables with "ac_zmq_"
- Added a macro for checking clang compiler
 - Moved basic compiler checks to a macro
 - Added a macro for checking if compiler supports a flag
 - Added --enable-debug flag
 - Added a macro for running normal autoconf check with compiler flags
 - Added a macro for checking for verbose flag for different compilers (-Wall)
 - Added a macro for turning on strict standards compliance
 - Added a macro for turning warnings to errors
 - Added a macro for checking if compiler supports given pragma
 - Most of the flags now go through checks if the compilers supports them
   rather than enumerating different compilers
 - Added DSO symbol visibility for sun compiler
 - Enabled verbose mode for sun compiler
 - Fixed build for ICC 12.x by adding -wd279 to size_t checks
 - Removed pkg-config checks as those don't seem to be used anywhere

Signed-off-by: Mikko Koppanen <mkoppanen@php.net>
2010-12-01 10:33:07 +01:00
Martin Lucina
8fcf6ffb67 Cleanups to autogen.sh 2010-03-15 15:47:17 +01:00
Martin Lucina
fceba03627 Cleanups to autogen.sh
Use POSIX "command -v" construct to test for prerequisite commands
Clarify error messages on failure
2010-03-15 15:45:38 +01:00
malosek
ff99d753ae Minor buid system tunning 2010-02-20 21:03:12 +01:00
malosek
472ddf8de2 fixed failed merge with autogen.sh 2010-01-05 11:05:03 +01:00
Martin Sustrik
4f6baf4dde Copyrights transferred from FastMQ to iMatix 2010-01-05 08:29:35 +01:00
malosek
1528edb963 fixed autogen.sh complaining about existing config dir 2010-01-04 16:03:49 +01:00
Martin Sustrik
7884f4541a problem with new version of autoreconf fixed 2010-01-04 15:13:04 +01:00
malosek
b71c3005e6 include directory split into c and cpp dirs, added --with-c and --with-cpp configure options 2009-09-07 17:06:47 +02:00
Martin Sustrik
4ed70a9302 initial commit 2009-07-29 12:07:54 +02:00