@@ -293,16 +293,16 @@ AC_MSG_CHECKING(for getaddrinfo) AC_TRY_COMPILE([ #include #ifndef _WIN32 - #include - #include - #include + # include + # include + # include #else - #define _WIN32_WINNT 0x0501 - #include + # define _WIN32_WINNT 0x0501 + # include #endif ], [ struct addrinfo ai; getaddrinfo(NULL, NULL, NULL, NULL); ], [ @@ -419,10 +419,11 @@ esac else AC_SUBST(TESTS, "tests") fi +BUILDSYS_INIT BUILDSYS_TOUCH_DEPS dnl We don't call AC_PROG_CPP, but only AC_PROG_OBJCPP and set CPP to OBJCPP dnl and add OBJCPPFLAGS to CPPFLAGS, thus we need to AC_SUBST these ourself AC_SUBST(CPP)