1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] Don't print the line with the comment about running autoheader.

This commit is contained in:
hniksic 2005-05-06 08:30:35 -07:00
parent 64e70c99bf
commit cb6c0c4f50
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-05-06 Hrvoje Niksic <hniksic@xemacs.org>
* Makefile.in ($(srcdir)/stamp-h.in): Don't print the line with
the comment about running autoheader.
2005-05-06 Hrvoje Niksic <hniksic@xemacs.org>
* configure.in: Set MAKEINFO to "true" so build doesn't fail for

View File

@ -182,7 +182,7 @@ $(srcdir)/configure: configure.in aclocal.m4
# autoheader might not change config.h.in, so touch a stamp file.
$(srcdir)/src/config.h.in: stamp-h.in
$(srcdir)/stamp-h.in: configure.in aclocal.m4
true; # running autoheader here breaks: cd $(srcdir) && autoheader
@true; # running autoheader here breaks: cd $(srcdir) && autoheader
echo timestamp > $(srcdir)/stamp-h.in
src/config.h: stamp-h