mirror of
git://git.sv.gnu.org/autoconf
synced 2024-11-21 01:01:48 +08:00
4d78ca217d
Automake 1.13 will be changing the semantics of 'missing'; maintaining our own copy in version control risks problems if our version does not match automake's expectations. As a result, gnulib no longer mirrors 'missing'. Furthermore, gnulib originally added the 'elisp-comp' module with the explanation that autoconf uses it, but we don't use it anywhere other than the manner in which automake will byte-compile our .el files; since we don't document the script, we should be just fine using the version that was installed by automake. See more discussion in the thread starting here: https://lists.gnu.org/archive/html/automake-patches/2012-06/msg00154.html * cfg.mk (gnulib-update): Drop files installed by automake and no longer present in gnulib. * .gitattributes: Delete references to files not in git.
16 lines
417 B
Plaintext
16 lines
417 B
Plaintext
# See README-hacking for ideas on making these settings useful.
|
|
*.texi* diff=texinfo
|
|
ChangeLog merge=merge-changelog
|
|
|
|
# Exempt upstream files from whitespace rules.
|
|
config.guess -whitespace
|
|
config.sub -whitespace
|
|
move-if-change -whitespace
|
|
texinfo.tex -whitespace
|
|
fdl.texi -whitespace
|
|
fdl-1.3.texi -whitespace
|
|
make-stds.texi -whitespace
|
|
standards.texi -whitespace
|
|
gendocs.sh -whitespace
|
|
gendocs_template -whitespace
|