[config] Modernize autotools

Updated AC_OUTPUT to use AC_CONFIG_FILES
Use PACKAGE in install path
Remove automake -Wno-portability, not needed with foreign option
Fixed typo in evrtsp.h path
Autotools commands moved to build-aux directory
Allow CFLAGS and package CFLAGS/LIBS to be updated at build time
This commit is contained in:
Scott Shambarger
2016-12-27 14:51:37 -08:00
parent 1748430c48
commit d7f8dea0ec
5 changed files with 55 additions and 20 deletions

View File

@@ -2,4 +2,4 @@ pkglib_LTLIBRARIES = forked-daapd-sqlext.la
forked_daapd_sqlext_la_SOURCES = sqlext.c
forked_daapd_sqlext_la_LDFLAGS = -avoid-version -module -shared
forked_daapd_sqlext_la_LIBADD = @LIBUNISTRING@
forked_daapd_sqlext_la_LIBADD = $(LIBUNISTRING)