emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r109384: Avoid needless autoheader af


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109384: Avoid needless autoheader after autogen.sh.
Date: Wed, 01 Aug 2012 18:59:19 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109384
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Wed 2012-08-01 18:59:19 -0700
message:
  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.
removed:
  src/stamp-h.in
modified:
  .bzrignore
  ChangeLog
  autogen.sh
=== modified file '.bzrignore'
--- a/.bzrignore        2012-07-28 23:05:32 +0000
+++ b/.bzrignore        2012-08-02 01:59:19 +0000
@@ -143,6 +143,7 @@
 src/gdb.ini
 src/prefix-args*
 src/stamp-oldxmenu
+src/stamp-h.in
 src/temacs
 test/indent/*.new
 +*

=== modified file 'ChangeLog'
--- a/ChangeLog 2012-08-01 15:00:49 +0000
+++ b/ChangeLog 2012-08-02 01:59:19 +0000
@@ -1,3 +1,10 @@
+2012-08-02  Paul Eggert  <address@hidden>
+
+       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  <address@hidden>
 
        * configure.ac (DOS_NT, MSDOS): New system type templates.

=== modified file 'autogen.sh'
--- a/autogen.sh        2012-07-09 04:52:49 +0000
+++ b/autogen.sh        2012-08-02 01:59:19 +0000
@@ -209,6 +209,10 @@
 ## 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

=== removed file 'src/stamp-h.in'
--- a/src/stamp-h.in    2002-04-15 13:14:45 +0000
+++ b/src/stamp-h.in    1970-01-01 00:00:00 +0000
@@ -1,1 +0,0 @@
-timestamp


reply via email to

[Prev in Thread] Current Thread [Next in Thread]