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.
This commit is contained in:
Paul Eggert 2012-08-01 18:59:19 -07:00
parent e098de975f
commit 3f750e43e8
3 changed files with 11 additions and 1 deletions

View file

@ -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.

View file

@ -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

View file

@ -1 +0,0 @@
timestamp