Index: Jenkinsfile_disabled
===================================================================
--- Jenkinsfile_disabled	(revision 1fcc2f30478f99b76bf195052432c3e7cb2a6b74)
+++ Jenkinsfile_disabled	(revision 9802f4c8da8def9df98bed67faa181aad798cc52)
@@ -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 {} +'
 	}
 }
