--- /dev/null
+From: Stephane Glondu <steph@glondu.net>
+Date: Wed, 10 Jul 2019 16:41:51 +0200
+Subject: Fix in configure.am
+
+---
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index 5bb0611..209870e 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -954,7 +954,7 @@ AS_CASE([$host],
+ [*-*-mingw32|*-pc-windows], [asppprofflags=''],
+ [asppprofflags='-DPROFILING'])
+
+-AS_IF([test -n "$host_alias"], [toolpref="${host}-"], [toolpref=""])
++AS_IF([test -n "$host_alias"], [toolpref="${host_alias}-"], [toolpref=""])
+
+ # We first compute default values for as and aspp
+ # If values have been given by the user then they take precedence over
override_dh_auto_configure: config-stamp ocamlinit-stamp
config-stamp: pre-config-stamp
+ ./autogen
./configure $(CONFIGURE_OPTS)
touch $@