File tree 1 file changed +21
-3
lines changed
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
27
27
AS_VAR_IF ( [ PHP_PHPDBG_DEBUG] , [ no] ,,
28
28
[ AS_VAR_APPEND ( [ PHP_PHPDBG_CFLAGS] , [ " -DPHPDBG_DEBUG=1"] ) ] )
29
29
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
-
32
30
AC_MSG_CHECKING ( [ for phpdbg and readline integration] )
33
31
if test "$PHP_PHPDBG_READLINE" = "yes"; then
34
32
if test "$PHP_READLINE" != "no" || test "$PHP_LIBEDIT" != "no"; then
@@ -69,7 +67,27 @@ if test "$PHP_PHPDBG" != "no"; then
69
67
[ $abs_builddir/sapi/phpdbg] )
70
68
PHP_SELECT_SAPI([ phpdbg] ,
71
69
[ 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
+ ] ) ,
73
91
[ $PHP_PHPDBG_CFLAGS] )
74
92
75
93
BUILD_BINARY="sapi/phpdbg/phpdbg"
You can’t perform that action at this time.
0 commit comments