/opt/alt/php73/usr/lib64/build
NameSizeModeActions
acinclude.m4888000644editdlrm
ax_check_compile_flag.m421040644editdlrm
ax_gcc_func_attribute.m484150644editdlrm
config.guess441690755editdlrm
config.sub364110755editdlrm
libtool.m43315990644editdlrm
ltmain.sh3241510644editdlrm
Makefile.global71160644editdlrm
mkdep.awk22060644editdlrm
phpize.m446870644editdlrm
run-tests.php874960644editdlrm
scan_makefile_in.awk4090644editdlrm
shtool657650755editdlrm
Edit: /opt/alt/php73/usr/lib64/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 }