summaryrefslogtreecommitdiff
path: root/TSRM
diff options
context:
space:
mode:
authorPeter Kokot <petk@php.net>2018-07-29 03:53:52 +0200
committerPeter Kokot <peterkokot@gmail.com>2018-07-29 15:46:43 +0200
commitab702e4fdef20845e767c259950af5f7352bd4e7 (patch)
treeab4979bac65cf1a25246d7e5e37d76905859f431 /TSRM
parent209f05a8782bb47f884c003dc150926425eb176c (diff)
downloadphp-git-ab702e4fdef20845e767c259950af5f7352bd4e7.tar.gz
Trim trailing whitespaces in build files
Some editors utilizing .editorconfig automatically trim whitespaces. For convenience this patch removes whitespaces in certain build files in Zend and TSRM folders.
Diffstat (limited to 'TSRM')
-rw-r--r--TSRM/configure.ac4
-rw-r--r--TSRM/tsrm.m46
2 files changed, 5 insertions, 5 deletions
diff --git a/TSRM/configure.ac b/TSRM/configure.ac
index 6511c0c8a6..6f036727c8 100644
--- a/TSRM/configure.ac
+++ b/TSRM/configure.ac
@@ -11,10 +11,10 @@ AH_TOP([
])
sinclude(tsrm.m4)
-
+
TSRM_BASIC_CHECKS
TSRM_THREADS_CHECKS
-
+
AM_PROG_LIBTOOL
if test "$enable_debug" != "yes"; then
AM_SET_LIBTOOL_VARIABLE([--silent])
diff --git a/TSRM/tsrm.m4 b/TSRM/tsrm.m4
index ea9f9a0da1..0ccd7ac9ce 100644
--- a/TSRM/tsrm.m4
+++ b/TSRM/tsrm.m4
@@ -1,6 +1,6 @@
m4_include([TSRM/m4/gethostbyname.m4])
-dnl TSRM_CHECK_GCC_ARG(ARG, ACTION-IF-FOUND, ACTION-IF-NOT_FOUND)
+dnl TSRM_CHECK_GCC_ARG(ARG, ACTION-IF-FOUND, ACTION-IF-NOT_FOUND)
AC_DEFUN([TSRM_CHECK_GCC_ARG],[
gcc_arg_name=[ac_cv_gcc_arg]translit($1,A-Z-,a-z_)
AC_CACHE_CHECK([whether $CC supports $1], [ac_cv_gcc_arg]translit($1,A-Z-,a-z_), [
@@ -75,9 +75,9 @@ AC_DEFUN([TSRM_CHECK_ST],[
sinclude(threads.m4)
AC_DEFUN([TSRM_CHECK_PTHREADS],[
-
+
PTHREADS_CHECK
-
+
if test "$pthreads_working" != "yes"; then
AC_MSG_ERROR(Your system seems to lack POSIX threads.)
fi