mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Don't automatically run autoheader.
This commit is contained in:
parent
2219d47ba3
commit
2ba46fa2dd
@ -1,3 +1,8 @@
|
||||
2005-04-08 Hrvoje Niksic <hniksic@xemacs.org>
|
||||
|
||||
* Makefile.in ($(srcdir)/stamp-h.in): Don't attempt to run
|
||||
autoheader automatically; it breaks things with fresh CVS builds.
|
||||
|
||||
2005-04-06 Hrvoje Niksic <hniksic@xemacs.org>
|
||||
|
||||
* configure.in: Allow the user to disable NTLM authorization.
|
||||
|
@ -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
|
||||
-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