summaryrefslogtreecommitdiff
path: root/TSRM/tsrm.m4
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-04-23 20:37:31 +0200
committerPeter Kokot <peterkokot@gmail.com>2019-04-23 20:37:31 +0200
commitbeb58ca128e78bdbf56956e52a87eb943d85e534 (patch)
tree10ef7e573195631edacc71aeadd6ba9054b42d13 /TSRM/tsrm.m4
parent4e7064d173d2b5b22e159fcf52d22b10213b67b8 (diff)
downloadphp-git-beb58ca128e78bdbf56956e52a87eb943d85e534.tar.gz
Move Autoconf Archive macros to a common m4 dir
In PHP the build dir is used as a directory for external macros including Autoconf Archive macros.
Diffstat (limited to 'TSRM/tsrm.m4')
-rw-r--r--TSRM/tsrm.m46
1 files changed, 0 insertions, 6 deletions
diff --git a/TSRM/tsrm.m4 b/TSRM/tsrm.m4
index 693ddb392f..a075001b5a 100644
--- a/TSRM/tsrm.m4
+++ b/TSRM/tsrm.m4
@@ -1,17 +1,11 @@
-m4_include([TSRM/m4/ax_func_which_gethostbyname_r.m4])
-
AC_DEFUN([TSRM_BASIC_CHECKS],[
AC_REQUIRE([AC_PROG_CC])dnl
AC_REQUIRE([AC_PROG_RANLIB])dnl
AC_CHECK_FUNCS(sigprocmask)
-
-AX_FUNC_WHICH_GETHOSTBYNAME_R()
-
])
-
AC_DEFUN([TSRM_CHECK_PTH],[
AC_MSG_CHECKING(for GNU Pth)