diff options
| author | Glenn Morris | 2019-02-01 18:03:16 -0800 |
|---|---|---|
| committer | Glenn Morris | 2019-02-01 18:03:34 -0800 |
| commit | b51ac456e75e5a26ccc6a85e2504565c54aa2d58 (patch) | |
| tree | 9f47ccae20fcbffbbc7ba20989d056ee1963e427 | |
| parent | 9d87ba1e1fd987be465e22712d4bc79225bbc6b3 (diff) | |
| download | emacs-b51ac456e75e5a26ccc6a85e2504565c54aa2d58.tar.gz emacs-b51ac456e75e5a26ccc6a85e2504565c54aa2d58.zip | |
* make-dist: Remove references to src/stamp-h.in.
This file was removed two years ago in 2f89350.
No need to merge to master.
| -rwxr-xr-x | make-dist | 4 |
1 files changed, 0 insertions, 4 deletions
| @@ -327,10 +327,6 @@ if [ $update = yes ]; then | |||
| 327 | echo "Running autoreconf" | 327 | echo "Running autoreconf" |
| 328 | autoreconf -i -I m4 || { x=$?; echo Autoreconf FAILED! >&2; exit $x; } | 328 | autoreconf -i -I m4 || { x=$?; echo Autoreconf FAILED! >&2; exit $x; } |
| 329 | 329 | ||
| 330 | ## Make sure src/stamp-h.in is newer than configure.ac. | ||
| 331 | rm -f src/stamp-h.in | ||
| 332 | echo timestamp > src/stamp-h.in | ||
| 333 | |||
| 334 | echo "Updating Info files" | 330 | echo "Updating Info files" |
| 335 | make info | 331 | make info |
| 336 | 332 | ||