Lines Matching refs:to

2 dnl ## Process this file with autoconf to produce a configure script.
115 dnl Allow version values to be used in Makefile
131 echo "/* edit configure.ac to change version number */" >> php_version.h.new
146 dnl Settings we want to make before the checks.
168 dnl Otherwise, the current user will not be able to delete libs
181 dnl Change to AC_PROG_CC_STDC when we start requiring a post-2.13 autoconf
191 PHP_ARG_ENABLE(rpath, whether to enable runpaths,
207 AC_MSG_ERROR([bison is required to build PHP/Zend when building a GIT checkout!])
212 PHP_ARG_ENABLE(re2c-cgoto, whether to enable computed goto gcc extension with re2c,
213 [ --enable-re2c-cgoto Enable -g flag to re2c to use computed goto gcc extension], no, no)
297 # Disable PIC mode by default where it is known to be safe to do so,
298 # to avoid the performance hit from the lost register
299 AC_MSG_CHECKING([whether to force non-PIC code in shared modules])
335 dnl paths to the targets are relative to the build directory
358 AC_MSG_ERROR([Nothing to build.])
381 dnl Check whether writing to stdout works
397 dnl to avoid -lnsl checks, if we already have the functions which
425 dnl QNX requires unix.h to allow functions in libunix to work properly
569 dnl which depends on target attributes. Use this check to make sure that
593 AC_MSG_WARN([warnings level for cc set to 0])
607 dnl At least some versions of FreeBSD seem to have buggy ifunc support, see
812 PHP_ARG_WITH(valgrind, [whether to enable valgrind support],
847 PHP_ARG_ENABLE(gcov, whether to include gcov symbols,
928 PHP_ARG_ENABLE(debug, whether to include debugging symbols,
970 PHP_ARG_WITH(config-file-path, path to configuration file,
972 … Set the path in which to look for php.ini @<:@PREFIX/lib@:>@], DEFAULT, no)
985 AC_MSG_CHECKING([where to scan for configuration files])
988 Set the path where to scan for configuration files], DEFAULT, no)
996 PHP_ARG_ENABLE(sigchild, whether to enable PHP's own SIGCHLD handler,
1005 PHP_ARG_ENABLE(libgcc, whether to explicitly link against libgcc,
1017 PHP_ARG_ENABLE(short-tags, whether to enable short tags by default,
1026 PHP_ARG_ENABLE(dmalloc, whether to enable dmalloc,
1039 PHP_ARG_ENABLE(ipv6, whether to enable IPv6 support,
1043 AC_DEFINE(HAVE_IPV6, 1, [Whether to enable IPv6 support])
1048 dnl ## Note: this has to be done after SAPI configuration!
1050 PHP_ARG_ENABLE(dtrace, whether to enable DTrace support,
1058 AC_DEFINE(HAVE_DTRACE, 1, [Whether to enable DTrace support])
1065 AC_MSG_CHECKING([how big to make fd sets])
1074 AC_MSG_ERROR([Invalid value passed to --enable-fd-setsize!])
1139 dnl this has to be here to prevent the openssl crypt() from
1163 PHP_ARG_WITH(pear, [whether to install PEAR],
1174 … PEAR requires XML to be enabled. Add --enable-xml to the configure line. (or --without-pear)"
1442 dnl This will go away, if we have a facility to run per-extension code
1547 dnl Selectively disable optimization due to high RAM usage during
1637 | Something is likely to be messed up here, because the configure |
1638 | script was not able to detect a simple feature on your platform. |
1642 | If you are unable to fix this, send the file debug.log to the |
1656 | If you change Apache to use a threaded MPM you must reconfigure |
1672 | If not, you have to recompile Apache with pthread. For more |
1686 | BEQUEATH_DETACH to YES before starting Apache. If the problem |
1697 | This software is subject to the PHP License, available in this |