summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2010-11-16 12:29:09 -0700
committerEric Blake <eblake@redhat.com>2010-11-17 10:13:12 -0700
commit144c06d4ee4cdf9c2035b9912844ab42bcd4dd9a (patch)
tree8ce9200a58757880e4bc030bb48084fe19b5bb06 /m4
parentmaint: improve i18n on non-Linux (diff)
downloadlibvirt-144c06d4ee4cdf9c2035b9912844ab42bcd4dd9a.tar.gz
libvirt-144c06d4ee4cdf9c2035b9912844ab42bcd4dd9a.tar.bz2
libvirt-144c06d4ee4cdf9c2035b9912844ab42bcd4dd9a.zip
maint: update to latest gnulib
Allows bootstrap to work on FreeBSD, where gzip doesn't have a '.' in its version; and silences false positives in the new 'make syntax-check' rule. * .gnulib: Update to latest. * bootstrap: Synchronize to upstream. * .x-sc_bindtextdomain: New exemptions. * Makefile.am (syntax_check_exceptions): Ship new file. * .gitignore: Regenerate per latest bootstrap, anchor entries that are only in the root directory, and consolidate entries from other generated .gitignore files. * build-aux/.gitignore, m4/.gitignore, po/.gitignore: Remove from version control, since bootstrap generates them.
Diffstat (limited to 'm4')
-rw-r--r--m4/.gitignore37
1 files changed, 0 insertions, 37 deletions
diff --git a/m4/.gitignore b/m4/.gitignore
deleted file mode 100644
index 030be9687..000000000
--- a/m4/.gitignore
+++ /dev/null
@@ -1,37 +0,0 @@
-Makefile
-Makefile.in
-acinclude.m4
-aclocal.m4
-codeset.m4
-gettext.m4
-glibc21.m4
-iconv.m4
-intdiv0.m4
-intmax.m4
-inttypes-pri.m4
-inttypes.m4
-inttypes_h.m4
-isc-posix.m4
-lcmessage.m4
-lib-ld.m4
-lib-link.m4
-lib-prefix.m4
-libtool.m4
-longdouble.m4
-longlong.m4
-ltoptions.m4
-ltsugar.m4
-ltversion.m4
-lt~obsolete.m4
-nls.m4
-po.m4
-printf-posix.m4
-progtest.m4
-signed.m4
-size_max.m4
-stdint_h.m4
-uintmax_t.m4
-ulonglong.m4
-wchar_t.m4
-wint_t.m4
-xsize.m4