Index: Jenkinsfile
===================================================================
--- Jenkinsfile	(revision fe27d994433aa731e830bef185c1754888fc279b)
+++ Jenkinsfile	(revision 3b56166e2d00085e18256c8d9253b11989107908)
@@ -102,4 +102,9 @@
 
 		echo GitLogMessage()
+
+		// This is a complete hack but it solves problems with automake thinking it needs to regenerate makefiles
+		// We fudged automake/missing to handle that but automake stills bakes prints inside the makefiles
+		// and these cause more problems.
+		sh 'find . -name Makefile.in -exec touch {} +'
 	}
 }
