ObjFW  Check-in [48e1aad2cd]

Overview
Comment:configure: Run win64 tests using wine64
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 48e1aad2cd09c016019e51d2aad087ecddd41a5255de0d9fa707a3939ab8277e
User & Date: js on 2018-02-10 20:20:59
Other Links: manifest | tags
Context
2018-02-11
12:15
Make OFNumber a subclass of OFValue check-in: 612cd94090 user: js tags: trunk
2018-02-10
20:20
configure: Run win64 tests using wine64 check-in: 48e1aad2cd user: js tags: trunk
18:41
configure: Complain if build-aux/m4/* is newer check-in: 05f42551dc user: js tags: trunk
Changes

Modified configure.ac from [01acf22580] to [0537ceb980].

1585
1586
1587
1588
1589
1590
1591
1592
1593





1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
	])
])

AS_IF([test x"$cross_compiling" = x"yes"], [
	AC_SUBST(BIN_PREFIX, "${host_alias}-")

	case "$host" in
		*-*-mingw*)
			AC_CHECK_PROG(WINE, wine, wine)






			AS_IF([test x"$WINE" != x""], [
				AC_SUBST(RUN_TESTS, "run")
				AC_SUBST(WRAPPER, "$WINE")
			])
			;;
	esac

	AS_IF([test x"$with_wii" = x"yes"], [
		dnl Keep this lowercase, as WIILOAD is a variable used by
		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)








|

>
>
>
>
>

|
|
|
|
<
<







1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603


1604
1605
1606
1607
1608
1609
1610
	])
])

AS_IF([test x"$cross_compiling" = x"yes"], [
	AC_SUBST(BIN_PREFIX, "${host_alias}-")

	case "$host" in
		i?86-*-mingw*)
			AC_CHECK_PROG(WINE, wine, wine)
			;;
		x86_64-*-mingw*)
			AC_CHECK_PROG(WINE, wine64, wine64)
			;;
	esac

	AS_IF([test x"$WINE" != x""], [
		AC_SUBST(RUN_TESTS, "run")
		AC_SUBST(WRAPPER, "$WINE")
	])



	AS_IF([test x"$with_wii" = x"yes"], [
		dnl Keep this lowercase, as WIILOAD is a variable used by
		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)