mirror of
https://github.com/php/php-src.git
synced 2025-01-19 10:13:38 +08:00
MFB $AWK->awk
This commit is contained in:
parent
f00fa47cc4
commit
0b6d0fefc4
@ -1257,7 +1257,7 @@ AC_DEFUN([PHP_SELECT_SAPI],[
|
||||
|
||||
dnl deprecated
|
||||
AC_DEFUN([PHP_EXTENSION],[
|
||||
sources=`awk -f $abs_srcdir/scan_makefile_in.awk < []PHP_EXT_SRCDIR($1)[]/Makefile.in`
|
||||
sources=`$AWK -f $abs_srcdir/scan_makefile_in.awk < []PHP_EXT_SRCDIR($1)[]/Makefile.in`
|
||||
|
||||
PHP_NEW_EXTENSION($1, $sources, $2, $3)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user