Description: don't generate Win32 files
 Avoid generating useless (in Debian) Win32 files which just confuse
 things.
 .
 gprolog (1.4.5-4) unstable; urgency=medium
 .
   * lintian-motivated fixes:
     - new manpage (bad whatis entry)
     - correct source URL in copyright file
     - don't install COPYING file
   * fix several uninitialized variable warnings (in src/ subdirs)
   * don't generate Win32 files
Author: Salvador Abreu <spa@debian.org>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: 2016-12-11

Index: gprolog-1.4.5.0/src/configure.in
===================================================================
--- gprolog-1.4.5.0.orig/src/configure.in
+++ gprolog-1.4.5.0/src/configure.in
@@ -1019,8 +1019,10 @@ dnl * Files generation *
 dnl ********************
 
 OTHER_DOT_IN_FILES=
+OTHER_FILES="TestsPl/Makefile DevUtils/Makefile Ma2Asm/FromC/Makefile Win32/Makefile Win32/gp-vars-iss.txt"
+OTHER_FILES="TestsPl/Makefile DevUtils/Makefile Ma2Asm/FromC/Makefile"
 
-for i in TestsPl/Makefile DevUtils/Makefile Ma2Asm/FromC/Makefile Win32/Makefile Win32/gp-vars-iss.txt
+for i in $OTHER_FILES
 do
     if test -f $i.in; then
         OTHER_DOT_IN_FILES="$OTHER_DOT_IN_FILES $i"
