From 6f7e9419e480d068861a9dc4ff0c8d92c8621774 Mon Sep 17 00:00:00 2001 From: Diego 'Flameeyes' Pettenò Date: Fri, 8 Aug 2008 15:39:37 +0200 Subject: Create m4 directory, and set it up. Make sure the m4 directory is known to autoconf. Also ignore the macro files copied over by libtool, gettext and the other tools. --- m4/.gitignore | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 m4/.gitignore (limited to 'm4') diff --git a/m4/.gitignore b/m4/.gitignore new file mode 100644 index 0000000..4a99ba4 --- /dev/null +++ b/m4/.gitignore @@ -0,0 +1,31 @@ +codeset.m4 +gettext.m4 +glibc2.m4 +glibc21.m4 +iconv.m4 +intdiv0.m4 +intl.m4 +intldir.m4 +intltool.m4 +intmax.m4 +inttypes-pri.m4 +inttypes_h.m4 +lcmessage.m4 +lib-ld.m4 +lib-link.m4 +lib-prefix.m4 +lock.m4 +longdouble.m4 +longlong.m4 +nls.m4 +po.m4 +printf-posix.m4 +progtest.m4 +size_max.m4 +stdint_h.m4 +uintmax_t.m4 +ulonglong.m4 +visibility.m4 +wchar_t.m4 +wint_t.m4 +xsize.m4 -- cgit