/opt/alt/php52/usr/lib64/php/build
NameSizeModeActions
acinclude.m4755700644editdlrm
config.guess448950755editdlrm
config.sub333900755editdlrm
libtool.m42303240644editdlrm
ltmain.sh1997280644editdlrm
Makefile.global53220644editdlrm
mkdep.awk22720644editdlrm
phpize.m449150644editdlrm
run-tests.php688980644editdlrm
scan_makefile_in.awk4100644editdlrm
shtool654710755editdlrm
Edit: /opt/alt/php52/usr/lib64/php/build/scan_makefile_in.awk (410B)
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 }