mpc: Update to 0.30. Use autotools
authorTed Hess <redacted>
Wed, 25 Jul 2018 20:39:29 +0000 (16:39 -0400)
committerTed Hess <redacted>
Mon, 30 Jul 2018 14:22:54 +0000 (10:22 -0400)
commit36ff5a1769dc6c2f8fcd9bfdeea80a6439ec4c6c
treefb1dd3a5e5e191a5ff1720a97bb9b5f46f3c4ae5
parent142a6eb031840f4245f9d73cc3952e101a6722ab
mpc: Update to 0.30. Use autotools

Package versions newer than 0.28 require meson/ninja which OpenWrt does not
    support in its build environment. These files provide the minimum autotool
    configuration necessary to build later versions.

Signed-off-by: Ted Hess <redacted>
sound/mpc/Makefile
sound/mpc/autotools-files/Makefile.am [new file with mode: 0644]
sound/mpc/autotools-files/config.h.in [new file with mode: 0644]
sound/mpc/autotools-files/configure.ac [new file with mode: 0644]
sound/mpc/autotools-files/m4/ax_append_compile_flags.m4 [new file with mode: 0644]
sound/mpc/autotools-files/m4/ax_append_flag.m4 [new file with mode: 0644]
sound/mpc/autotools-files/m4/ax_append_link_flags.m4 [new file with mode: 0644]
sound/mpc/autotools-files/m4/ax_check_compile_flag.m4 [new file with mode: 0644]
sound/mpc/autotools-files/m4/ax_check_link_flag.m4 [new file with mode: 0644]
sound/mpc/autotools-files/m4/ax_require_defined.m4 [new file with mode: 0644]
sound/mpc/autotools-files/m4/check.m4 [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT