X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=config.m4;h=1207c0ca943a1b07f01687e838eb514e128dd064;hp=c05ed058835ba7c4f057c01c50c4267b8a25ee89;hb=3137da963d298c73ce3bc858874fdfc87fa941b7;hpb=5d54598329a4d04dd0080bc1252d1de85a7befef;ds=sidebyside diff --git a/config.m4 b/config.m4 index c05ed05..1207c0c 100644 --- a/config.m4 +++ b/config.m4 @@ -9,12 +9,18 @@ if test "$PHP_PSI" != no; then sinclude(config.ax_check_sign.m4) sinclude(config.psi.m4) + sinclude(config.psi_type.m4) + sinclude(config.psi_const.m4) + sinclude(config.psi_decl.m4) + sinclude(config.psi_macro.m4) + sinclude(config.psi_struct.m4) + sinclude(config.psi_errno.m4) sinclude(config.psi_glob.m4) sinclude(config.psi_stddef.m4) + sinclude(config.psi_stdio.m4) sinclude(config.psi_stdint.m4) sinclude(config.psi_sys_types.m4) - sinclude(config.psi_type.m4) PSI_LEMON PSI_CHECK_LIBJIT @@ -29,11 +35,13 @@ if test "$PHP_PSI" != no; then PSI_CHECK_SYS_TYPES PSI_CHECK_ERRNO PSI_CHECK_GLOB + PSI_CHECK_STDIO echo PSI_TYPES=$PSI_TYPES echo PSI_MACROS=$PSI_MACROS - echo PSI_REDIR=$PSI_REDIR + echo PSI_REDIRS=$PSI_REDIRS echo PSI_DECLS=$PSI_DECLS + echo PSI_STRUCTS=$PSI_STRUCTS PHP_SUBST(PSI_SHARED_LIBADD)