* src/stamp-h.in: Remove from bzr repository; no longer needed there.
* .bzrignore: Add it.
* autogen.sh: Create it.
+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.
## 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