File tree Expand file tree Collapse file tree 5 files changed +0
-10
lines changed Expand file tree Collapse file tree 5 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ m4_include([TSRM/m4/ax_func_which_gethostbyname_r.m4])
3
3
AC_DEFUN ( [ TSRM_BASIC_CHECKS] ,[
4
4
5
5
AC_REQUIRE ( [ AC_PROG_CC ] ) dnl
6
- dnl AC_REQUIRE ( [ AM_PROG_CC_STDC] ) dnl
7
6
AC_REQUIRE ( [ AC_PROG_RANLIB ] ) dnl
8
7
9
8
AC_CHECK_FUNCS ( sigprocmask )
Original file line number Diff line number Diff line change 1
- # # -*- autoconf -*-
2
1
dnl ## Process this file with autoconf to produce a configure script.
3
2
4
3
dnl include Zend specific macro definitions first
141
140
dnl Settings we want to make before the checks.
142
141
dnl -------------------------------------------------------------------------
143
142
144
- cwd=`pwd`
145
-
146
143
php_shtool=$srcdir/build/shtool
147
144
T_MD=`$php_shtool echo -n -e %B`
148
145
T_ME=`$php_shtool echo -n -e %b`
Original file line number Diff line number Diff line change 1
1
dnl config.m4 for extension intl
2
2
3
- dnl ##########################################################################
4
- dnl Initialize the extension
5
3
PHP_ARG_ENABLE([ intl] ,
6
4
[ whether to enable internationalization support] ,
7
5
[ AS_HELP_STRING ( [ --enable-intl] ,
Original file line number Diff line number Diff line change 1
- dnl -*- autoconf -*-
2
-
3
1
dnl
4
2
dnl Check if flush should be called explicitly after buffered io
5
3
dnl
Original file line number Diff line number Diff line change 1
1
dnl config.m4 for extension tokenizer
2
2
3
- dnl Otherwise use enable:
4
-
5
3
PHP_ARG_ENABLE([ tokenizer] ,
6
4
[ whether to enable tokenizer support] ,
7
5
[ AS_HELP_STRING ( [ --disable-tokenizer] ,
You can’t perform that action at this time.
0 commit comments