From ab702e4fdef20845e767c259950af5f7352bd4e7 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sun, 29 Jul 2018 03:53:52 +0200 Subject: 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. --- TSRM/configure.ac | 4 ++-- TSRM/tsrm.m4 | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'TSRM') 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 -- cgit v1.2.1