/opt/cpanel/ea-php73/root/usr/lib64/php/build
NameSizeModeActions
acinclude.m4888000644editdlrm
ax_check_compile_flag.m421040644editdlrm
ax_gcc_func_attribute.m484150644editdlrm
config.guess441660755editdlrm
config.sub364080755editdlrm
libtool.m43315990644editdlrm
ltmain.sh3241520644editdlrm
Makefile.global71160644editdlrm
mkdep.awk22060644editdlrm
phpize.m446870644editdlrm
run-tests.php872680644editdlrm
scan_makefile_in.awk4090644editdlrm
shtool657610755editdlrm
Edit: /opt/cpanel/ea-php73/root/usr/lib64/php/build/scan_makefile_in.awk (409B)
BEGIN { mode=0 sources="" } mode == 0 && /^LTLIBRARY_SOURCES.*\\$/ { if (match($0, "[^=]*$")) { sources=substr($0, RSTART, RLENGTH-1) } mode=1 next } mode == 0 && /^LTLIBRARY_SOURCES.*/ { if (match($0, "[^=]*$")) { sources=substr($0, RSTART, RLENGTH) } } mode == 1 && /.*\\$/ { sources=sources substr($0, 0, length - 1) next } mode == 1 { sources=sources $0 mode=0 } END { print sources }