Skip to content

Commit 23c6f95

Browse files
committed
Fixed issue #2082: phpize --clean removes required clocks.m4 file
1 parent 6255d3e commit 23c6f95

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

config.m4

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ PHP_ARG_ENABLE(xdebug-dev, whether to enable Xdebug developer build flags,
99
PHP_ARG_WITH(xdebug-compression, [whether to compress profiler files (requires zlib)],
1010
[ --without-xdebug-compression Xdebug: Disable compression through zlib],yes,no)
1111

12-
m4_include([build/pkg.m4])
13-
m4_include([build/clocks.m4])
12+
m4_include([m4/pkg.m4])
13+
m4_include([m4/clocks.m4])
1414

1515
if test "$PHP_XDEBUG" != "no"; then
1616
AC_MSG_CHECKING([Check for supported PHP versions])

build/clocks.m4 m4/clocks.m4

File renamed without changes.

build/pkg.m4 m4/pkg.m4

File renamed without changes.

package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Mon, Apr 04, 2022 - Xdebug 3.1.4
8787
<file name="xdebug.c" role="src" />
8888
<file name="php_xdebug.h" role="src" />
8989
<file name="php_xdebug_arginfo.h" role="src" />
90-
<dir name="build">
90+
<dir name="m4">
9191
<file name="clocks.m4" role="src" />
9292
<file name="pkg.m4" role="src" />
9393
</dir>

0 commit comments

Comments
 (0)