projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d87ba1
)
* make-dist: Remove references to src/stamp-h.in.
author
Glenn Morris
<rgm@gnu.org>
Sat, 2 Feb 2019 02:03:16 +0000
(18:03 -0800)
committer
Glenn Morris
<rgm@gnu.org>
Sat, 2 Feb 2019 02:03:34 +0000
(18:03 -0800)
This file was removed two years ago in
2f89350
.
No need to merge to master.
make-dist
patch
|
blob
|
history
diff --git
a/make-dist
b/make-dist
index dc5bbfc78be21fa44b5a0997b9104012309e4237..e8aca55334344237059a9b797948826415d3d745 100755
(executable)
--- a/
make-dist
+++ b/
make-dist
@@
-327,10
+327,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
-
echo "Updating Info files"
make info