summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2012-06-27 16:59:21 -0600
committerEric Blake <eblake@redhat.com>2012-06-27 16:59:21 -0600
commit4d78ca217d775efe9e6e78fa16761cc8a530fa49 (patch)
treee15c18eae466d3ded6790bd638386e5dd5184fef /.gitattributes
parente8d3d8bed15262a1da57eea661848cf4e0c462a1 (diff)
downloadautoconf-4d78ca217d775efe9e6e78fa16761cc8a530fa49.tar.gz
maint: don't sync elisp-comp or missing from gnulib
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.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes4
1 files changed, 0 insertions, 4 deletions
diff --git a/.gitattributes b/.gitattributes
index 80c4fdf1..c42b75da 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -5,10 +5,6 @@ ChangeLog merge=merge-changelog
# Exempt upstream files from whitespace rules.
config.guess -whitespace
config.sub -whitespace
-elisp-comp -whitespace
-install-sh -whitespace
-mdate-sh -whitespace
-missing -whitespace
move-if-change -whitespace
texinfo.tex -whitespace
fdl.texi -whitespace