split decl to allow functors as arg
[m6w6/ext-psi] / config.m4
index 828c93740753d64d8f798be06c6f6ad2f1ec5d58..63458ad690f39339cf5fc41b1a20cd6deb2d73cd 100644 (file)
--- a/config.m4
+++ b/config.m4
@@ -86,11 +86,14 @@ 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
 
-       AC_PATH_PROG(NM, nm)
        AC_FUNC_FNMATCH
        AC_FUNC_MMAP
 
@@ -170,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 \
        "