5e262d19fa
New features: * Support Ogg Speex, Ogg FLAC, Ogg Midi * Intro file support * On-demand relays * Improved mount-level settings * URL listener authenticator * Authentication for on-demand files * Updated admin/web interface * Various reliability bug fixes Port changes: * Ogg Theora streaming is now enabled * Revamped README.OpenBSD file, tightened DESCR * <fileserve> directive not disabled any longer in icecast.xml.dist
21 lines
838 B
Plaintext
21 lines
838 B
Plaintext
$OpenBSD: patch-conf_Makefile_in,v 1.3 2005/10/21 15:59:54 naddy Exp $
|
|
--- conf/Makefile.in.orig Tue Aug 23 11:30:19 2005
|
|
+++ conf/Makefile.in Tue Aug 23 11:31:07 2005
|
|
@@ -130,7 +130,7 @@ AUTOMAKE_OPTIONS = foreign
|
|
EXTRA_DIST = icecast.xml.in icecast_minimal.xml.in icecast_shoutcast_compat.xml.in icecast_urlauth.xml.in
|
|
DISTCLEANFILES = icecast.xml.dist icecast_minimal.xml.dist icecast_shoutcast_compat.xml.dist icecast_urlauth.xml.dist
|
|
|
|
-docdir = $(datadir)/$(PACKAGE)/doc
|
|
+docdir = $(datadir)/examples/$(PACKAGE)
|
|
doc_DATA = icecast.xml.dist icecast_minimal.xml.dist icecast_shoutcast_compat.xml.dist icecast_urlauth.xml.dist
|
|
|
|
edit = sed -e 's,@pkgdatadir\@,$(pkgdatadir),g' \
|
|
@@ -260,7 +260,6 @@ info-am:
|
|
|
|
install-data-am: install-docDATA
|
|
@$(NORMAL_INSTALL)
|
|
- $(MAKE) $(AM_MAKEFLAGS) install-data-hook
|
|
|
|
install-exec-am:
|
|
|