diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-10-10 12:11:51 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-10-10 12:11:51 +0100 |
commit | e29dc8e47e77c99bc8227bea05e2630d071b4084 (patch) | |
tree | 0b66903b88e42287c8ee5df7f60e672b5ec91c84 | |
parent | 95cfe5f8eea0d4b24f7947bb9d50a9b2eee793e7 (diff) | |
download | xine-lib-e29dc8e47e77c99bc8227bea05e2630d071b4084.tar.gz xine-lib-e29dc8e47e77c99bc8227bea05e2630d071b4084.tar.bz2 |
Distribute whatever m4 files are present; update .hgignore for new m4 files.
-rw-r--r-- | .hgignore | 1 | ||||
-rw-r--r-- | m4/Makefile.am | 27 |
2 files changed, 2 insertions, 26 deletions
@@ -71,6 +71,7 @@ m4/stdint_h.m4 m4/ulonglong.m4 m4/intl.m4 m4/intldir.m4 +m4/intlmacosx.m4 m4/lock.m4 m4/visibility.m4 m4/libtool.m4 diff --git a/m4/Makefile.am b/m4/Makefile.am index bcaa78a49..0149ed648 100644 --- a/m4/Makefile.am +++ b/m4/Makefile.am @@ -8,29 +8,4 @@ endif m4data_DATA = xine.m4 -EXTRA_DIST = glibc2.m4 intdiv0.m4 intmax.m4 inttypes.m4 inttypes_h.m4 inttypes-pri.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 longdouble.m4 longlong.m4 nls.m4 po.m4 printf-posix.m4 signed.m4 size_max.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4 wchar_t.m4 wint_t.m4 xsize.m4 \ - aa.m4 \ - arts.m4 \ - attributes.m4 \ - codeset.m4 \ - directx.m4 \ - dl.m4 \ - dvdnav.m4 \ - gettext.m4 \ - glibc21.m4 \ - iconv.m4 \ - irixal.m4 \ - isc-posix.m4 \ - lcmessage.m4 \ - libFLAC.m4 \ - libfame.m4 \ - misc.m4 \ - opengl.m4 \ - optimizations.m4 \ - pkg.m4 \ - progtest.m4 \ - xine.m4 \ - _xine.m4 \ - xv.m4 \ - pthreads.m4 \ - gas.m4 +EXTRA_DIST = $(wildcard *.m4) |