libmpdclient: Update to 2.14. Use autotools 6578/head
authorTed Hess <thess@kitschensync.net>
Wed, 25 Jul 2018 19:46:00 +0000 (15:46 -0400)
committerTed Hess <thess@kitschensync.net>
Mon, 30 Jul 2018 14:24:06 +0000 (10:24 -0400)
commite67a932bd1b61c98b54b45aabac3f949959b8dfd
treed2408bba1f3226896532f38e777ffb9f94a6e8bd
parent142a6eb031840f4245f9d73cc3952e101a6722ab
libmpdclient: Update to 2.14. Use autotools

Package versions newer than 2.11 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 <thess@kitschensync.net>
libs/libmpdclient/Makefile
libs/libmpdclient/autotools-files/Makefile.am [new file with mode: 0644]
libs/libmpdclient/autotools-files/config.h.in [new file with mode: 0644]
libs/libmpdclient/autotools-files/configure.ac [new file with mode: 0644]
libs/libmpdclient/autotools-files/libmpdclient.pc.in [new file with mode: 0644]
libs/libmpdclient/autotools-files/m4/ax_check_compiler_flags.m4 [new file with mode: 0644]