From c52290dde2ed264ea27afb5a961f69bc8fc70752 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Mon, 8 Sep 2008 22:50:14 +0200
Subject: [PATCH] (stamp-h.in): Use $(AUTOHEADER).

Rev: nettle/ChangeLog:1.15
Rev: nettle/Makefile.in:1.7
---
 ChangeLog   | 2 ++
 Makefile.in | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 32a2775c..38f85c16 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2008-09-08  Niels M�ller  <nisse@lysator.liu.se>
 
+	* Makefile.in (stamp-h.in): Use $(AUTOHEADER).
+
 	* x86_64/sha1-compress.asm: New x86_64 assembler, based on the x86
 	version.	
 
diff --git a/Makefile.in b/Makefile.in
index cbf3de1c..66664295 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -226,7 +226,7 @@ configure: configure.ac aclocal.m4
 # autoheader might not change config.h.in, so touch a stamp file.
 config.h.in: stamp-h.in
 stamp-h.in: configure.ac aclocal.m4
-	cd $(srcdir) && autoheader
+	cd $(srcdir) && $(AUTOHEADER)
 	echo timestamp > $(srcdir)/stamp-h.in
 
 config.status: configure
-- 
GitLab