]> git.eshelyaron.com Git - emacs.git/commit
Fix autogen.sh’s spurious ‘git diff’ output
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 21 Jan 2024 00:26:45 +0000 (16:26 -0800)
committerEshel Yaron <me@eshelyaron.com>
Sun, 21 Jan 2024 07:31:03 +0000 (08:31 +0100)
commit4c14220294acb133bafa2effab2dd49e45f639d3
tree984930c228790c977d946a5738c22d387e99d6bc
parent6b5682069e98baf3ca97f0a6d0580646314ca479
Fix autogen.sh’s spurious ‘git diff’ output

Problem reported by Gerd Möllmann (Bug#68464).
* .gitignore: Ignore files in exec that are now copied from build-aux.
* admin/merge-gnulib (avoided_flags): Instead of clearing
autom4te.cache here ...
* autogen.sh (do_git): ... clear it here.
Use config.guess, config.sub and install-sh from
the Emacs repository, as they are more likely to be up to date.
This avoids unnecessary differences among different builders,
and avoids unnecessary ‘git diff’ output after autogen.sh.
Also, copy these files from build-aux to exec since there
should be no difference between the two copies.
* exec/config.guess, exec/config.sub, exec/install-sh:
Remove from repository, as autogen.sh now copies them from build-aux.

(cherry picked from commit afc9cd1721c586f960af5e324a61418775ac4543)
.gitignore
admin/merge-gnulib
autogen.sh
exec/config.guess [deleted file]
exec/config.sub [deleted file]
exec/install-sh [deleted file]