diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2020-02-21 17:01:15 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2020-02-21 17:01:15 +0200 |
commit | 59e6eb4840b9f52fa3a61544974017279b448216 (patch) | |
tree | c2fdc426cfbf8090df5d8c5e903345ed64b4ba3a /m4/.gitignore | |
parent | xz: Silence a warning when sig_atomic_t is long int. (diff) | |
download | xz-59e6eb4840b9f52fa3a61544974017279b448216.tar.xz |
Build: Add visibility.m4 from gnulib.
Appears that this file used to get included as a side effect of
gettext. After the change to gettext version requirements this file
no longer got copied to the package and so the build was broken.
Diffstat (limited to 'm4/.gitignore')
-rw-r--r-- | m4/.gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/m4/.gitignore b/m4/.gitignore index 18d4a4f2..815e14ce 100644 --- a/m4/.gitignore +++ b/m4/.gitignore @@ -33,7 +33,6 @@ stdint_h.m4 threadlib.m4 uintmax_t.m4 ulonglong.m4 -visibility.m4 wchar_t.m4 wint_t.m4 xsize.m4 |