@@ -945,11 +945,11 @@ case "$host" in *-*-mingw*) AC_CHECK_PROG(WINE, wine, wine) AS_IF([test x"$WINE" != x""], [ - AC_SUBST(TESTS, "tests") + AC_SUBST(RUN_TESTS, "run") AC_SUBST(TEST_LAUNCHER, "$WINE") ]) ;; esac @@ -958,16 +958,16 @@ dnl wiiload and thus likely already set by the user to something dnl that is not the path of the wiiload binary. AC_CHECK_PROG(wiiload, wiiload, wiiload) AS_IF([test x"$wiiload" != x""], [ - AC_SUBST(TESTS, "tests") + AC_SUBST(RUN_TESTS, "run") AC_SUBST(TEST_LAUNCHER, "$wiiload") ]) ]) ], [ - AC_SUBST(TESTS, "tests") + AC_SUBST(RUN_TESTS, "run") ]) 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)