Lines Matching refs:to

60 dnl expands path to an absolute path and assigns it to variable
97 dnl instances in every file passed to AC_OUTPUT
107 dnl Adds "file" to the list of files generated by AC_OUTPUT
142 dnl We need to play tricks here to avoid matching the grep line itself
171 dnl are substituted with the proper paths. Can be used to supply
184 dnl Adds sources which are located relative to source-path to the
186 dnl special-flags which are passed to the compiler. Sources
191 dnl the path is interpreted relative to the top build-directory.
193 dnl which array to append to?
223 dnl Additional to PHP_ADD_SOURCES (see above), this lets you set the
230 dnl relative to source- or build-directory?
238 dnl how to build .. shared or static?
251 dnl append to the array which has been dynamically chosen at m4 time
278 dnl is necessary for some targets to populate the global symbol
279 dnl table. Otherwise, dynamic modules would not be able to resolve
282 dnl If successful, adds -rdynamic to PHP_LDFLAGS.
364 dnl Macros to modify LIBS, INCLUDES, etc. variables
386 dnl Use this macro, if you need to add libraries and or library search
387 dnl paths to the PHP build system which are only given in compiler
417 dnl Use this macro, if you need to add header search paths to the PHP
443 dnl Adds a path to linkpath/runpath (LDFLAGS)
471 dnl Can be passed to native cc/libtool
528 dnl add a library to the link line
537 dnl add a library to the link line (deferred, not used during configure)
546 dnl add a library to the link line and path to linkpath/runpath.
571 dnl add a library to the link line (deferred)
572 dnl and path to linkpath/runpath (not deferred)
597 dnl add a (Darwin / Mac OS X) framework to the link
599 dnl to the beginning of the line.
614 dnl add a (Darwin / Mac OS X) framework path to the link
616 dnl not limited to) /Local/Library/Frameworks and
618 dnl to be specifically added. if before is 1, the
619 dnl framework path is added to the beginning of the
637 dnl framework itself to the link and include lines.
695 dnl Sets PHP_ARG_NAME either to the user value or to the default value.
696 dnl default-val defaults to no. This will also set the variable ext_shared,
720 dnl Sets PHP_ARG_NAME either to the user value or to the default value.
721 dnl default-val defaults to no. This will also set the variable ext_shared,
753 …AC_MSG_ERROR([ZTS currently requires working POSIX threads. We were unable to verify that your sys…
877 | You've configured multiple SAPIs to be build. You can build only |
935 dnl "sources" is a list of files relative to the subdir which are used
936 dnl to build the extension.
937 dnl "shared" can be set to "shared" or "yes" to build the extension as
939 dnl be set to "cli" to mark extension build only with CLI or CGI sapi's.
940 dnl "extra-cflags" are passed to the compiler, with
942 dnl "cxx" can be used to indicate that a C++ shared module is desired.
965 …AC_DEFINE_UNQUOTED([COMPILE_DL_]translit($1,a-z_-,A-Z__), 1, Whether to build $1 as dynamic module)
997 dnl and sets $shared to "yes" or "no", and removes "shared,?" stuff
1012 dnl $3 = optional: if true, it's ok for $2 to have not been configured
1024 You've configured extension $1 to build statically, but it
1025 depends on extension $2, which you've configured to build shared.
1026 You either need to build $1 shared or build $2 statically for the
1027 build to be successful.
1036 dnl Some systems require that we link $2 to $1 when building
1529 dnl Solaris requires main code to be position independent in order
1530 dnl to let shared objects find symbols. Weird. Ugly.
1560 dnl let programs access large files; you need to tell the compiler that
1561 dnl you actually want your programs to work on large files. For more
1674 dnl Some systems, notably Solaris, cause getcwd() or realpath to fail if a
1836 dnl older glibc versions (up to 2.1.2 ?)
1894 dnl supplying "c" to AC_CHECK_LIB is technically cheating, but
1911 dnl Defines HAVE_func and HAVE_library if found and adds the library to LIBS.
1954 dnl Defines HAVE_func and HAVE_library if found and adds the library to LIBS.
2034 dnl This macro is used to detect if we're at 64-bit platform or not.
2102 AC_MSG_WARN([mawk is known to have problems on some systems. You should install GNU awk])
2152 AC_MSG_WARN([You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.])
2179 dnl First try to find pkg-config
2210 dnl If pkg-config fails for some reason, revert to the old method
2213 dnl Try to find icu-config
2219 dnl Trust icu-config to know better what the install prefix is..
2223 …AC_MSG_ERROR([Unable to detect ICU prefix or $ICU_CONFIG failed. Please verify ICU install prefix …
2271 dnl First try to find krb5-config
2340 dnl First try to find pkg-config
2364 dnl If pkg-config fails for some reason, revert to the old method
2513 AC_DEFINE([ICONV_ALIASED_LIBICONV],1,[iconv() is aliased to libiconv() in -liconv])
2546 dnl First try to find xml2-config
2623 dnl PHP header files to be installed
2646 dnl This macro is used to get a comparable
2908 AC_MSG_ERROR([Unable to detect data struct used by crypt_r])
2916 AC_CACHE_CHECK(whether writing to stdout works,ac_cv_write_stdout,[
3004 dnl in GNU Make which causes the .d file to be overwritten (Bug 61268)
3025 dnl Always attempt to create both PIC and non-PIC DTrace objects (Bug 63692)