summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rwxr-xr-xautogen.sh4
-rw-r--r--src/stamp-h.in1
3 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index df38ec4e421..943d88822db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
+
+ Avoid needless autoheader after autogen.sh.
+ * src/stamp-h.in: Remove from bzr repository; no longer needed there.
+ * .bzrignore: Add it.
+ * autogen.sh: Create it.
+
2012-08-01 Glenn Morris <rgm@gnu.org>
* configure.ac (DOS_NT, MSDOS): New system type templates.
diff --git a/autogen.sh b/autogen.sh
index 0c92047e469..cabaaf014a8 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -209,6 +209,10 @@ echo "Your system has the required tools, running autoreconf..."
## Let autoreconf figure out what, if anything, needs doing.
autoreconf -i -I m4 || exit $?
+## Create a timestamp, so that './autogen.sh; make' doesn't
+## cause 'make' to needlessly run 'autoheader'.
+echo timestamp > src/stamp-h.in || exit
+
echo "You can now run \`./configure'."
exit 0
diff --git a/src/stamp-h.in b/src/stamp-h.in
deleted file mode 100644
index 9788f70238c..00000000000
--- a/src/stamp-h.in
+++ /dev/null
@@ -1 +0,0 @@
-timestamp