]> sjero.net Git - wget/commitdiff
[svn] Don't automatically run autoheader.
authorhniksic <devnull@localhost>
Thu, 7 Apr 2005 23:11:46 +0000 (16:11 -0700)
committerhniksic <devnull@localhost>
Thu, 7 Apr 2005 23:11:46 +0000 (16:11 -0700)
ChangeLog
Makefile.in

index ebb947539541658141a8f1fecf050c31ee9a5928..1e1f5fe0e8eb4f958e8437903094b168a443f195 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 3d1a69fad64b123c4088f7cfeade429003ca96c5..bcf2ec099870fa8373c79a073dfd34698ad3748f 100644 (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