- 04 Nov, 2016 1 commit
-
-
Davor Lozic authored
-
- 30 Jul, 2015 1 commit
-
-
Luca Boccassi authored
autogen.sh has a check for the libtool binary as a mean to check if libtool is available. But distributions like Debian and Ubuntu are splitting the libtool package, and the libtool binary is now in a separate package. What autoconf actually need is not the libtool binary, but libtoolize and other macro files. So check for libtoolize instead. On the other hand, OSX only ships libtool, not libtoolize, and uses a pre-generated libtool script to build. So check for libtoolize first and then for libtool, and fail if neither can be found.
-
- 01 Nov, 2011 1 commit
-
-
Martin Sustrik authored
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
-
- 04 Jul, 2011 1 commit
-
-
Martin Sustrik authored
autogen.sh incorrectly referred to the license as GPL. Changed to LGPL. Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
-
- 04 Apr, 2011 1 commit
-
-
Mikko Koppanen authored
Signed-off-by: Mikko Koppanen <mkoppanen@php.net>
-
- 02 Apr, 2011 1 commit
-
-
Mikko Koppanen authored
Signed-off-by: Mikko Koppanen <mkoppanen@php.net>
-
- 02 Mar, 2011 1 commit
-
-
Martin Sustrik authored
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
-
- 01 Dec, 2010 1 commit
-
-
Mikko Koppanen authored
- 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>
-
- 15 Mar, 2010 2 commits
-
-
Martin Lucina authored
-
Martin Lucina authored
Use POSIX "command -v" construct to test for prerequisite commands Clarify error messages on failure
-
- 20 Feb, 2010 1 commit
-
-
malosek authored
-
- 05 Jan, 2010 1 commit
-
-
Martin Sustrik authored
-
- 04 Jan, 2010 2 commits
-
-
malosek authored
-
Martin Sustrik authored
-
- 07 Sep, 2009 1 commit
-
-
malosek authored
-
- 29 Jul, 2009 1 commit
-
-
Martin Sustrik authored
-