Skip to content

Commit f5fa9dd

Browse files
committed
Clean *nix build system
- remove some outdated and not used macro calls - remove some unused variables - Remove not needed comment from tokenizer config.m4 - Remove not needed comment - remove not needed local variables for editors and syntax highlighting
1 parent 9df6a1e commit f5fa9dd

File tree

5 files changed

+0
-12
lines changed

5 files changed

+0
-12
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 & 5 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`
@@ -173,8 +170,6 @@ PKG_PROG_PKG_CONFIG
173170
AC_PROG_CC([cc gcc])
174171
PHP_DETECT_ICC
175172
PHP_DETECT_SUNCC
176-
dnl Change to AC_PROG_CC_STDC when we start requiring a post-2.13 autoconf
177-
dnl AC_PROG_CC_STDC
178173
AC_PROG_CPP
179174
AC_USE_SYSTEM_EXTENSIONS
180175
AC_PROG_LN_S

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)