From: Francesco Paolo Lovergine <frankie@debian.org>
Date: Sat, 1 Mar 2025 11:59:24 +0000
Subject: Do not touch config.h.in and stamp-h.in

Forwarded: not needed
---
 Makefile.in | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index 6929976..52a6243 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -233,10 +233,10 @@ dist: depend distclean spec
 	chmod a+x configure config.sub install-sh modules/glue.sh
 
 # autoheader might not change config.h.in, so touch a stamp file.
-${srcdir}/config.h.in: stamp-h.in
-${srcdir}/stamp-h.in: configure.in acconfig.h
-	cd ${srcdir} && autoheader
-	echo timestamp > ${srcdir}/stamp-h.in
+#${srcdir}/config.h.in: stamp-h.in
+#${srcdir}/stamp-h.in: configure.in acconfig.h
+#	cd ${srcdir} && autoheader
+#	echo timestamp > ${srcdir}/stamp-h.in
 
 config.h: stamp-h
 stamp-h: config.h.in config.status
