emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master f31c83c: * make-dist: Remove references to src/stam


From: Glenn Morris
Subject: [Emacs-diffs] master f31c83c: * make-dist: Remove references to src/stamp-h.in.
Date: Fri, 1 Feb 2019 20:51:09 -0500 (EST)

branch: master
commit f31c83cba790cb58699e894f0c8ad46d314ff868
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * make-dist: Remove references to src/stamp-h.in.
    
    This file was removed two years ago in 2f89350.
---
 make-dist | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/make-dist b/make-dist
index a56b734..d5373be 100755
--- a/make-dist
+++ b/make-dist
@@ -339,10 +339,6 @@ if [ $update = yes ]; then
   echo "Running autoreconf"
   autoreconf -i -I m4 || { x=$?; echo Autoreconf FAILED! >&2; exit $x; }
 
-  ## Make sure src/stamp-h.in is newer than configure.ac.
-  rm -f src/stamp-h.in
-  echo timestamp > src/stamp-h.in
-
   if [ "$make_info" = yes ] ; then
     echo "Updating Info files"
     make info
@@ -371,7 +367,7 @@ possibly_non_vc_files="
   MANIFEST aclocal.m4 configure
   admin/charsets/jisx2131-filter
   src/config.in src/dmpstruct.h src/emacs-module.h
-  src/fingerprint.c src/stamp-h.in
+  src/fingerprint.c
 "$(
   find admin doc etc lisp \
     \( -name '*.el' -o -name '*.elc' -o -name '*.map' -o -name '*.stamp' \



reply via email to

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