Avoid needless autoheader after autogen.sh.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 2 Aug 2012 01:59:19 +0000 (18:59 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 2 Aug 2012 01:59:19 +0000 (18:59 -0700)
* src/stamp-h.in: Remove from bzr repository; no longer needed there.
* .bzrignore: Add it.
* autogen.sh: Create it.

ChangeLog
autogen.sh
src/stamp-h.in [deleted file]

index df38ec4..943d888 100644 (file)
--- 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.
index 0c92047..cabaaf0 100755 (executable)
@@ -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 (file)
index 9788f70..0000000
+++ /dev/null
@@ -1 +0,0 @@
-timestamp