X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=config.m4;h=63458ad690f39339cf5fc41b1a20cd6deb2d73cd;hp=76c1066a4ff278283446beb05a9e7128dd2e87c9;hb=42f44eb5bf4ecd36e26e051fada79d861d0f92d2;hpb=6d8fda8d1cd382e6d6626df5353d285176bd9bf2 diff --git a/config.m4 b/config.m4 index 76c1066..63458ad 100644 --- a/config.m4 +++ b/config.m4 @@ -86,7 +86,11 @@ if test "$PHP_PSI" != no; then AC_MSG_RESULT([already defined]) ]) - PSI_LEMON + AC_MSG_CHECKING([psi source dir]) + AC_MSG_RESULT([$PHP_PSI_SRCDIR]) + AC_MSG_CHECKING([psi build dir]) + AC_MSG_RESULT([$PHP_PSI_BUILDDIR]) + PSI_CHECK_LIBJIT PSI_CHECK_LIBFFI @@ -169,7 +173,7 @@ if test "$PHP_PSI" != no; then )` \ " PHP_PSI_GENERATED=" \ - src/parser_proc.y src/parser_proc.c src/parser.c \ + src/parser_proc.c src/parser.c \ src/calc/basic.h src/calc/bin.h src/calc/bool.h src/calc/cast.h \ src/calc/cmp.h src/calc/oper.h \ "