From 2ba46fa2dd3b9c4d60fe584c3f584b497ba8e8fe Mon Sep 17 00:00:00 2001
From: hniksic <devnull@localhost>
Date: Thu, 7 Apr 2005 16:11:46 -0700
Subject: [PATCH] [svn] Don't automatically run autoheader.

---
 ChangeLog   | 5 +++++
 Makefile.in | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index ebb94753..1e1f5fe0 100644
--- 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.
diff --git a/Makefile.in b/Makefile.in
index 3d1a69fa..bcf2ec09 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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