ObjFW  Diff

Differences From Artifact [94f9404973]:

To Artifact [a8d789ae2b]:


201
202
203
204
205
206
207
208

209
210
211
212
213
214

215
216
217
218
219
220
221
222
201
202
203
204
205
206
207

208
209
210
211
212
213

214
215
216
217
218
219
220
221
222







-
+





-
+









if test x"$cross_compiling" = x"yes"; then
	case "$host" in
		*-*-mingw*)
			AC_PATH_PROG(WINE, wine)

			if test x"$WINE" != "x"; then
				AC_SUBST(TESTS, "tests")
				AC_SUBST(TESTS, "tests_new tests")
				AC_SUBST(TEST_LAUNCHER, "$WINE")
			fi
			;;
	esac
else
	AC_SUBST(TESTS, "tests")
	AC_SUBST(TESTS, "tests_new tests")
fi

BUILDSYS_TOUCH_DEPS

AC_SUBST(PACKAGE, objfw)
AC_CONFIG_FILES([buildsys.mk extra.mk objfw-config])
AC_CONFIG_HEADERS(config.h)
AC_OUTPUT