From: Niels Möller Date: Mon, 8 Sep 2008 20:50:14 +0000 (+0200) Subject: (stamp-h.in): Use $(AUTOHEADER). X-Git-Tag: nettle_2.0_release_20090608~76 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c52290dde2ed264ea27afb5a961f69bc8fc70752;p=thirdparty%2Fnettle.git (stamp-h.in): Use $(AUTOHEADER). Rev: nettle/ChangeLog:1.15 Rev: nettle/Makefile.in:1.7 --- diff --git a/ChangeLog b/ChangeLog index 32a2775c..38f85c16 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2008-09-08 Niels Möller + * 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