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:
parent
64e70c99bf
commit
cb6c0c4f50
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user