mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 12:53:00 -05:00
[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:
@@ -8,5 +8,5 @@ SUBDIRS = sqlext src
|
||||
man_MANS = forked-daapd.8
|
||||
|
||||
install-data-hook:
|
||||
$(MKDIR_P) $(DESTDIR)$(localstatedir)/cache/forked-daapd/libspotify
|
||||
$(MKDIR_P) "$(DESTDIR)$(localstatedir)/cache/$(PACKAGE)/libspotify"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user