summaryrefslogtreecommitdiff
path: root/TSRM/tsrm.m4
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-05-12 18:51:50 +0200
committerPeter Kokot <peterkokot@gmail.com>2019-05-12 18:51:50 +0200
commit2cf90bb2f006e2973b666426b18596e2e67ccfd9 (patch)
tree119e06295fd516d1dbf2ecf3c316b6ab7af7c67c /TSRM/tsrm.m4
parent3005d6c21d8a4d6115a8159934b604e10b8a1136 (diff)
parent75fb74860da7decd94432a4d211795310308a4a8 (diff)
downloadphp-git-2cf90bb2f006e2973b666426b18596e2e67ccfd9.tar.gz
Merge branch 'PHP-7.4'
* PHP-7.4: Normalize comments in *nix build system m4 files
Diffstat (limited to 'TSRM/tsrm.m4')
-rw-r--r--TSRM/tsrm.m410
1 files changed, 8 insertions, 2 deletions
diff --git a/TSRM/tsrm.m4 b/TSRM/tsrm.m4
index 0fb9861c5f..8cc53a15af 100644
--- a/TSRM/tsrm.m4
+++ b/TSRM/tsrm.m4
@@ -1,13 +1,19 @@
-AC_DEFUN([TSRM_BASIC_CHECKS],[
+dnl This file contains TSRM specific autoconf macros.
+dnl
+dnl TSRM_BASIC_CHECKS
+dnl
+AC_DEFUN([TSRM_BASIC_CHECKS],[
AC_REQUIRE([AC_PROG_CC])dnl
AC_REQUIRE([AC_PROG_RANLIB])dnl
AC_CHECK_FUNCS(sigprocmask)
])
+dnl
+dnl TSRM_CHECK_PTHREADS
+dnl
AC_DEFUN([TSRM_CHECK_PTHREADS],[
-
PTHREADS_CHECK
if test "$pthreads_working" != "yes"; then