use "datarootdir" instead of hardcoding /usr/local/share.
This also avoids a warning from the new autoconf about not using
"datarootdir".
PKGDATADIR = @datadir@/@PACKAGE_NAME@
FONTDIR = $(PKGDATADIR)/fonts
PICDIR = $(PKGDATADIR)/pics
-MANDIR = @prefix@/share/man/man1
+MANDIR = @datarootdir@/man/man1
install_sh = @install_sh@
SSL_LIBS = @SSL_LIBS@
- para_client is integrated in para_audiod
- random/playlist selector: improved info strings
- new audiod commands: tasks, kill
- - update to libortp-0.10.0
+ - update to libortp-0.10.1
- para_fade: wake time defaults to 8 hours from now
+ - update to autoconf-2.60
------------------------------------------