summaryrefslogtreecommitdiff
path: root/scripts/phpize.m4
diff options
context:
space:
mode:
authorPeter Kokot <petk@php.net>2018-07-29 03:43:45 +0200
committerPeter Kokot <petk@php.net>2018-07-29 03:43:45 +0200
commitcf3b852109a88a11370d0207cd3b72a53b6a64c3 (patch)
treec5c7a952575f4350986f15bbfed1eee667e8db22 /scripts/phpize.m4
parentb60d8ab2e2a44cd8b5de72a4bffbff1f6e5987bd (diff)
downloadphp-git-cf3b852109a88a11370d0207cd3b72a53b6a64c3.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: - ext/*/config*.m4 - configure.ac - acinclude.m4
Diffstat (limited to 'scripts/phpize.m4')
-rw-r--r--scripts/phpize.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/phpize.m4 b/scripts/phpize.m4
index 9609b181eb..e4b2029eb1 100644
--- a/scripts/phpize.m4
+++ b/scripts/phpize.m4
@@ -6,7 +6,7 @@ ifdef([AC_PRESERVE_HELP_ORDER], [AC_PRESERVE_HELP_ORDER], [])
PHP_CONFIG_NICE(config.nice)
-dnl
+dnl
AC_DEFUN([PHP_EXT_BUILDDIR],[.])dnl
AC_DEFUN([PHP_EXT_DIR],[""])dnl
AC_DEFUN([PHP_EXT_SRCDIR],[$abs_srcdir])dnl
@@ -45,7 +45,7 @@ phpincludedir=`$PHP_CONFIG --include-dir 2>/dev/null`
INCLUDES=`$PHP_CONFIG --includes 2>/dev/null`
EXTENSION_DIR=`$PHP_CONFIG --extension-dir 2>/dev/null`
PHP_EXECUTABLE=`$PHP_CONFIG --php-binary 2>/dev/null`
-
+
if test -z "$prefix"; then
AC_MSG_ERROR([Cannot find php-config. Please use --with-php-config=PATH])
fi