File tree 7 files changed +9
-9
lines changed
7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -948,7 +948,7 @@ PHP_ARG_ENABLE([libgcc],
948
948
[ no] )
949
949
950
950
if test "$PHP_LIBGCC" = "yes"; then
951
- PHP_LIBGCC_LIBPATH(gcc)
951
+ PHP_LIBGCC_LIBPATH([ gcc] )
952
952
if test -z "$libgcc_libpath"; then
953
953
AC_MSG_ERROR ( [ Cannot locate libgcc. Make sure that gcc is in your path] )
954
954
fi
@@ -1437,8 +1437,8 @@ AC_SUBST([PHP_LDFLAGS])
1437
1437
1438
1438
PHP_UTILIZE_RPATHS
1439
1439
1440
- PHP_REMOVE_USR_LIB(PHP_LDFLAGS)
1441
- PHP_REMOVE_USR_LIB(LDFLAGS)
1440
+ PHP_REMOVE_USR_LIB([ PHP_LDFLAGS] )
1441
+ PHP_REMOVE_USR_LIB([ LDFLAGS] )
1442
1442
1443
1443
EXTRA_LDFLAGS="$EXTRA_LDFLAGS $PHP_LDFLAGS"
1444
1444
EXTRA_LDFLAGS_PROGRAM="$EXTRA_LDFLAGS_PROGRAM $PHP_LDFLAGS"
Original file line number Diff line number Diff line change @@ -23,5 +23,5 @@ if test "$PHP_PHAR" != "no"; then
23
23
24
24
PHP_INSTALL_HEADERS([ ext/phar] , [ php_phar.h] )
25
25
26
- PHP_OUTPUT(ext/phar/phar.1 ext/phar/phar.phar.1)
26
+ PHP_OUTPUT([ ext/phar/phar.1 ext/phar/phar.phar.1] )
27
27
fi
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ if test "$PHP_APXS2" != "no"; then
14
14
APXS=/usr/sbin/apxs
15
15
fi
16
16
else
17
- PHP_EXPAND_PATH($PHP_APXS2, APXS)
17
+ PHP_EXPAND_PATH([ $PHP_APXS2] , [ APXS] )
18
18
fi
19
19
20
20
$APXS -q CFLAGS >/dev/null 2>&1
Original file line number Diff line number Diff line change @@ -55,5 +55,5 @@ if test "$PHP_CGI" != "no"; then
55
55
PHP_SUBST([ SAPI_CGI_PATH] )
56
56
PHP_SUBST([ BUILD_CGI] )
57
57
58
- PHP_OUTPUT(sapi/cgi/php-cgi.1)
58
+ PHP_OUTPUT([ sapi/cgi/php-cgi.1] )
59
59
fi
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ if test "$PHP_CLI" != "no"; then
52
52
PHP_SUBST([ SAPI_CLI_PATH] )
53
53
PHP_SUBST([ BUILD_CLI] )
54
54
55
- PHP_OUTPUT(sapi/cli/php.1)
55
+ PHP_OUTPUT([ sapi/cli/php.1] )
56
56
57
57
PHP_INSTALL_HEADERS([ sapi/cli] , [ cli.h] )
58
58
fi
Original file line number Diff line number Diff line change @@ -508,7 +508,7 @@ if test "$PHP_FPM" != "no"; then
508
508
509
509
PHP_ADD_BUILD_DIR([ sapi/fpm/fpm] )
510
510
PHP_ADD_BUILD_DIR([ sapi/fpm/fpm/events] )
511
- PHP_OUTPUT(sapi/fpm/php-fpm.conf sapi/fpm/www.conf sapi/fpm/init.d.php-fpm sapi/fpm/php-fpm.service sapi/fpm/php-fpm.8 sapi/fpm/status.html)
511
+ PHP_OUTPUT([ sapi/fpm/php-fpm.conf sapi/fpm/www.conf sapi/fpm/init.d.php-fpm sapi/fpm/php-fpm.service sapi/fpm/php-fpm.8 sapi/fpm/status.html] )
512
512
PHP_ADD_MAKEFILE_FRAGMENT([ $abs_srcdir/sapi/fpm/Makefile.frag] )
513
513
514
514
SAPI_FPM_PATH=sapi/fpm/php-fpm
Original file line number Diff line number Diff line change @@ -98,5 +98,5 @@ if test "$PHP_PHPDBG" != "no"; then
98
98
PHP_SUBST([ BUILD_PHPDBG] )
99
99
PHP_SUBST([ BUILD_PHPDBG_SHARED] )
100
100
101
- PHP_OUTPUT(sapi/phpdbg/phpdbg.1)
101
+ PHP_OUTPUT([ sapi/phpdbg/phpdbg.1] )
102
102
fi
You can’t perform that action at this time.
0 commit comments