mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-18 11:50:38 -08:00
* make-dist: Remove references to src/stamp-h.in.
This file was removed two years ago in 2f89350.
No need to merge to master.
This commit is contained in:
parent
9d87ba1e1f
commit
b51ac456e7
1 changed files with 0 additions and 4 deletions
|
|
@ -327,10 +327,6 @@ if [ $update = yes ]; then
|
||||||
echo "Running autoreconf"
|
echo "Running autoreconf"
|
||||||
autoreconf -i -I m4 || { x=$?; echo Autoreconf FAILED! >&2; exit $x; }
|
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"
|
echo "Updating Info files"
|
||||||
make info
|
make info
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue