]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
(stamp-h.in): Use $(AUTOHEADER).
authorNiels Möller <nisse@lysator.liu.se>
Mon, 8 Sep 2008 20:50:14 +0000 (22:50 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Mon, 8 Sep 2008 20:50:14 +0000 (22:50 +0200)
Rev: nettle/ChangeLog:1.15
Rev: nettle/Makefile.in:1.7

ChangeLog
Makefile.in

index 32a2775c469f1e0e8786dff9f8719e84a93a4bd8..38f85c1611e69950175d2910cd123c746a535b71 100644 (file)
--- 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.        
 
index cbf3de1c9e834157d25b81f0062db2e5acde8680..666642952aeb449a591f5cc7b4185e486986af0d 100644 (file)
@@ -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