File tree Expand file tree Collapse file tree 1 file changed +21
-3
lines changed
Expand file tree Collapse file tree 1 file changed +21
-3
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,6 @@ if test "$PHP_PHPDBG" != "no"; then
2727 AS_VAR_IF ( [ PHP_PHPDBG_DEBUG] , [ no] ,,
2828 [ AS_VAR_APPEND ( [ PHP_PHPDBG_CFLAGS] , [ " -DPHPDBG_DEBUG=1"] ) ] )
2929
30- PHP_PHPDBG_FILES="phpdbg.c phpdbg_parser.c phpdbg_lexer.c phpdbg_prompt.c phpdbg_help.c phpdbg_break.c phpdbg_print.c phpdbg_bp.c phpdbg_list.c phpdbg_utils.c phpdbg_info.c phpdbg_cmd.c phpdbg_set.c phpdbg_frame.c phpdbg_watch.c phpdbg_btree.c phpdbg_sigsafe.c phpdbg_io.c phpdbg_out.c"
31-
3230 AC_MSG_CHECKING ( [ for phpdbg and readline integration] )
3331 if test "$PHP_PHPDBG_READLINE" = "yes"; then
3432 if test "$PHP_READLINE" != "no" || test "$PHP_LIBEDIT" != "no"; then
@@ -69,7 +67,27 @@ if test "$PHP_PHPDBG" != "no"; then
6967 [ $abs_builddir/sapi/phpdbg] )
7068 PHP_SELECT_SAPI([ phpdbg] ,
7169 [ program] ,
72- [ $PHP_PHPDBG_FILES] ,
70+ m4_normalize ( [
71+ phpdbg_bp.c
72+ phpdbg_break.c
73+ phpdbg_btree.c
74+ phpdbg_cmd.c
75+ phpdbg_frame.c
76+ phpdbg_help.c
77+ phpdbg_info.c
78+ phpdbg_io.c
79+ phpdbg_lexer.c
80+ phpdbg_list.c
81+ phpdbg_out.c
82+ phpdbg_parser.c
83+ phpdbg_print.c
84+ phpdbg_prompt.c
85+ phpdbg_set.c
86+ phpdbg_sigsafe.c
87+ phpdbg_utils.c
88+ phpdbg_watch.c
89+ phpdbg.c
90+ ] ) ,
7391 [ $PHP_PHPDBG_CFLAGS] )
7492
7593 BUILD_BINARY="sapi/phpdbg/phpdbg"
You can’t perform that action at this time.
0 commit comments