Skip to content

Commit 80bebdd

Browse files
committed
Merge branch 'PHP-7.4'
* PHP-7.4: Clean *nix build system
2 parents d0fd9fe + f5fa9dd commit 80bebdd

File tree

5 files changed

+0
-10
lines changed

5 files changed

+0
-10
lines changed

TSRM/tsrm.m4

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ m4_include([TSRM/m4/ax_func_which_gethostbyname_r.m4])
33
AC_DEFUN([TSRM_BASIC_CHECKS],[
44
55
AC_REQUIRE([AC_PROG_CC])dnl
6-
dnl AC_REQUIRE([AM_PROG_CC_STDC])dnl
76
AC_REQUIRE([AC_PROG_RANLIB])dnl
87
98
AC_CHECK_FUNCS(sigprocmask)

configure.ac

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
## -*- autoconf -*-
21
dnl ## Process this file with autoconf to produce a configure script.
32

43
dnl include Zend specific macro definitions first
@@ -141,8 +140,6 @@ fi
141140
dnl Settings we want to make before the checks.
142141
dnl -------------------------------------------------------------------------
143142

144-
cwd=`pwd`
145-
146143
php_shtool=$srcdir/build/shtool
147144
T_MD=`$php_shtool echo -n -e %B`
148145
T_ME=`$php_shtool echo -n -e %b`

ext/intl/config.m4

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
dnl config.m4 for extension intl
22

3-
dnl ##########################################################################
4-
dnl Initialize the extension
53
PHP_ARG_ENABLE([intl],
64
[whether to enable internationalization support],
75
[AS_HELP_STRING([--enable-intl],

ext/standard/config.m4

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
dnl -*- autoconf -*-
2-
31
dnl
42
dnl Check if flush should be called explicitly after buffered io
53
dnl

ext/tokenizer/config.m4

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
dnl config.m4 for extension tokenizer
22

3-
dnl Otherwise use enable:
4-
53
PHP_ARG_ENABLE([tokenizer],
64
[whether to enable tokenizer support],
75
[AS_HELP_STRING([--disable-tokenizer],

0 commit comments

Comments
 (0)