summaryrefslogtreecommitdiff
path: root/acinclude.m4
Commit message (Collapse)AuthorAgeFilesLines
* unify stdint type usageMichael Wallner2013-08-061-0/+19
| | | | if you need C99 stdint types, just include "php_stdint.h"
* Merge branch 'PHP-5.5'Christopher Jones2013-08-051-1/+1
|\ | | | | | | | | | | | | | | * PHP-5.5: NEWS for recent DTrace merges. Remove redundant 'cp' during DTrace install. Fixed bug #62691 (solaris sed has no -i switch) Make 'make distclean' remove generated DTrace .h file Enable dtrace probes on linux as they are compatible with systemtap Fixed bug #63706: Cannot build PHP-5.5 with --enable-dtrace on Fedora 17
| * Merge branch 'PHP-5.4' into PHP-5.5Christopher Jones2013-08-051-1/+1
| |\ | | | | | | | | | | | | * PHP-5.4: NEWS for recent DTrace merges. Remove redundant 'cp' during DTrace install.
| | * NEWS for recent DTrace merges.Christopher Jones2013-08-051-1/+1
| | | | | | | | | | | | Remove redundant 'cp' during DTrace install.
| | * Fixed bug #62691 (solaris sed has no -i switch)Christopher Jones2013-08-051-1/+1
| | | | | | | | | | | | Make 'make distclean' remove generated DTrace .h file
| | * Enable dtrace probes on linux as they are compatible with systemtapDavid Soria Parra2013-08-051-0/+3
| | | | | | | | | | | | | | | You can build php with dtrace probes enabled on linux if you have systemtap with uprobes.
| | * Fixed bug #63706: Cannot build PHP-5.5 with --enable-dtrace on Fedora 17Remi Collet2013-08-051-2/+2
| | |
* | | Merge branch 'PHP-5.5'Christopher Jones2013-08-051-0/+4
|\ \ \ | |/ / | | | | | | | | | | | | * PHP-5.5: Add an empty make command for DTrace .d files to stop an implicit circular dependency in GNU Make which causes .d files to be overwritten (Bug 61268) Merge branch 'PHP-5.4'
| * | Merge branch 'PHP-5.4' into PHP-5.5Christopher Jones2013-08-051-0/+4
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | * PHP-5.4: Add an empty make command for DTrace .d files to stop an implicit circular dependency in GNU Make which causes .d files to be overwritten (Bug 61268) Merge branch 'PHP-5.4' Conflicts: ext/mysqlnd/mysqlnd.c
| | * Add an empty make command for DTrace .d files to stop an implicitChristopher Jones2013-08-051-0/+4
| | | | | | | | | | | | | | | circular dependency in GNU Make which causes .d files to be overwritten (Bug 61268)
* | | fix generating config.niceMichael Wallner2013-08-021-4/+4
|/ / | | | | | | | | | | | | | | | | Configure runs like: $./configure -C CFLAGS="-ggdb" --enable-debug --prefix=$(pwd)/usr did result in an empty config.nice * allow single dash flags like -C, -s etc. * allow passing evnironment variables as arguments
* | Fixed bug #62691 (solaris sed has no -i switch)Christopher Jones2013-07-311-1/+1
| | | | | | | | Make 'make distclean' remove generated DTrace .h file
* | Merge branch 'PHP-5.4' into PHP-5.5Adam Harvey2013-06-231-3/+3
|\ \ | |/ | | | | | | * PHP-5.4: Fix bug #65088 (Generated configure script is malformed on OpenBSD).
| * Fix bug #65088 (Generated configure script is malformed on OpenBSD).Adam Harvey2013-06-231-3/+3
| | | | | | | | | | | | | | | | We fell foul of a "common urban legend"[0], which resulted in us backslash escaping double quotes that we didn't need to in acinclude.m4. This worked fine on most shells, but OpenBSD's ksh implementation really didn't like it. [0] http://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.69/html_node/Shell-Substitutions.html
| * Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
| | | | | | | | | | * pull-request/341: (23 commits) typofixes
* | Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
| | | | | | | | | | * pull-request/341: (23 commits) typofixes
* | Merge branch 'PHP-5.4' into PHP-5.5Remi Collet2013-03-281-1/+3
|\ \ | |/ | | | | | | * PHP-5.4: With pkgconfig < 0.28 output is a single space With pkgconfig = 0.28 output is an empty string, This breaks the test on the 2 vars
| * With pkgconfig < 0.28 output is a single spaceRemi Collet2013-03-281-1/+3
| | | | | | | | | | | | | | | | | | With pkgconfig = 0.28 output is an empty string, This breaks the test on the 2 vars Need to split when LIB set (ex -lssl -lcrypto) INC empty (because /usr/include used)
* | Fixed bug #63706: Cannot build PHP-5.5 with --enable-dtrace on Fedora 17Remi Collet2012-12-161-2/+2
| |
* | Enable dtrace probes on linux as they are compatible with systemtapDavid Soria Parra2012-12-041-0/+3
| | | | | | | | | | You can build php with dtrace probes enabled on linux if you have systemtap with uprobes.
* | Fix version in check messageGustavo Lopes2012-08-261-1/+1
| |
* | Require ICU >= 4.0 in configureGustavo Lopes2012-08-261-2/+2
|/
* Merge branch 'PHP-5.3' into PHP-5.4Moriyoshi Koizumi2012-04-031-0/+6
|\ | | | | | | | | Conflicts: NEWS
| * Reset LIBS temporarily to make sure PHP_CHECK_FUNC will look into libc.Moriyoshi Koizumi2012-04-031-0/+6
| | | | | | | | | | See Gentoo bug #364139. https://bugs.gentoo.org/show_bug.cgi?id=364139 Reported by Naohiro Aota.
| * Debian/Ubuntu don't have any special CFLAGS listed here forRasmus Lerdorf2011-08-211-1/+1
| | | | | | | | | | gssapi which shouldn't break the build.
| * Revert part of the fix for #53339Scott MacVicar2011-05-191-0/+1
| | | | | | | | | | | | | | | | On OSX we need ssl AND crypto The patch that was applied didn't even match what was in the bug
| * Oops, can't cache it here because it won't workRasmus Lerdorf2011-05-151-5/+5
| | | | | | | | | | | | in autoconf2.13 and we still support that version in this branch
| * Cache the pdo include pathRasmus Lerdorf2011-05-151-5/+5
| |
| * Fixed bug #54084 (Fix apxs Apache version test to work with Oracle HTTP ↵Christopher Jones2011-03-231-1/+1
| | | | | | | | Server) (Chris Jones)
| * Add the libraries we actually test and need for LDAP and OpenSSL, fixes bug ↵Raphael Geissert2011-03-181-1/+1
| | | | | | | | | | | | | | #53339 Patch by Clint Byrum
| * - fix build with ICU < 4.2, add ICU_VERSION for m4 checksPierre Joye2011-02-151-0/+1
| |
| * - Merged check from trunk to prevent building multiple SAPIs (bug #52419)Jani Taskinen2010-11-191-0/+11
| |
| * - Using ifelse() here is safer, also eases debugging generated configure.Jani Taskinen2010-11-131-8/+2
| |
| * - WSJani Taskinen2010-11-131-7/+7
| |
| * - Fixed bug #51740 (acinclude.m4 macro PHP_CHECK_SIZEOF is not properly quoted)Felipe Pena2010-05-051-1/+1
| | | | | | | | | | Patch by: dave dot mulford at gmail dot com
* | Looks like we need to explicity add libstdc++ on recent linux' too, like ↵Hannes Magnusson2011-12-271-5/+1
| | | | | | | | | | | | | | fedora 14 and ubuntu 11 This fixes build failures for ext/intl and several pecl exts
* | Debian/Ubuntu don't have any special CFLAGS listed here forRasmus Lerdorf2011-08-211-1/+1
| | | | | | | | | | gssapi which shouldn't break the build.
* | Fix #55269 (--enable-dtrace fail on FreeBSD)David Soria Parra2011-07-261-0/+4
| |
* | Revert part of the fix for #53339Scott MacVicar2011-05-191-0/+1
| | | | | | | | | | | | | | | | On OSX we need ssl AND crypto The patch that was applied didn't even match what was in the bug
* | Cache the PDO include pathRasmus Lerdorf2011-05-151-5/+5
| |
* | Fixed bug #54084 (Fix apxs Apache version test to work with Oracle HTTP ↵Christopher Jones2011-03-231-1/+1
| | | | | | | | Server) (Chris Jones)
* | Add the libraries we actually test and need for LDAP and OpenSSL, fixes bug ↵Raphael Geissert2011-03-181-1/+1
| | | | | | | | | | | | | | #53339 Patch by Clint Byrum
* | - fix build with ICU < 4.2, add ICU_VERSION for m4 checksPierre Joye2011-02-151-0/+1
| |
* | - One more fix for bug #53338 (when copying stuff from other macros, do it ↵Jani Taskinen2010-11-181-3/+3
| | | | | | | | all the way.. :)
* | - Fixed DTrace support in MacOSX (bug #53338)Jani Taskinen2010-11-181-2/+6
| |
* | - Fix building SAPI moduleJani Taskinen2010-11-171-13/+10
| |
* | - Implemented FR #53271, FR #52410 (Building multiple PHP binary SAPIs and ↵Jani Taskinen2010-11-131-13/+37
| | | | | | | | | | | | | | one SAPI module the same time) # Bug #53271, Bug #52410
* | - Simplified the DTrace configure macros, one is enoughJani Taskinen2010-11-131-48/+44
| |
* | - WS + cleanup Jani Taskinen2010-11-131-18/+18
| | | | | | | | | | | | | | | | | | # Note: # Considering DTrace support: Why does it really need any configure time stuff? # 3 macros for static stuff that could be made much cleaner with simple Makefile.dtrace # addition. The only thing required in configure is that --enable flag part.. #
* | fix C++ builds on MacStanislav Malyshev2010-05-251-0/+5
| |