File schism-notarget.diff of Package mingw64-schismtracker
From: Jan Engelhardt <jengelh@inai.de>
Date: 2015-04-09 21:58:08.417979285 +0200
Remove AC_CANONICAL_TARGET, without which the binary causes to be
named i686-w64-mingw32-schismtracker.exe. schismtracker is not a
compiler targeting any particular architecture.
---
configure.ac | 4 ----
1 file changed, 4 deletions(-)
Index: hg/configure.ac
===================================================================
--- hg.orig/configure.ac
+++ hg/configure.ac
@@ -26,10 +26,6 @@ AC_INIT([schismtracker], [hg])
AC_CONFIG_SRCDIR([schism/main.c])
-dnl We'll need machine type later
-AC_CANONICAL_TARGET([])
-machtype="$target_cpu"
-
AM_INIT_AUTOMAKE([-Wall subdir-objects])
AC_CONFIG_HEADERS([config.h])