1
0
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:
hniksic 2005-04-07 16:11:46 -07:00
parent 2219d47ba3
commit 2ba46fa2dd
2 changed files with 6 additions and 1 deletions

View File

@ -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.

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
-cd $(srcdir) && autoheader
true; # running autoheader here breaks: cd $(srcdir) && autoheader
echo timestamp > $(srcdir)/stamp-h.in
src/config.h: stamp-h