From: Andre Date: Wed, 28 Jun 2006 12:45:14 +0000 (+0200) Subject: update to autoconf-2.60 X-Git-Tag: v0.2.14~59^2~20 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=320f46d8da8eb90f3c50a7bd43f64ae26d3d2671;ds=sidebyside update to autoconf-2.60 use "datarootdir" instead of hardcoding /usr/local/share. This also avoids a warning from the new autoconf about not using "datarootdir". --- diff --git a/Makefile.in b/Makefile.in index a451e892..9005d53c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -9,7 +9,7 @@ VARDIR = /var/paraslash 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@ diff --git a/NEWS b/NEWS index 0a7189c0..c4e087b5 100644 --- a/NEWS +++ b/NEWS @@ -18,8 +18,9 @@ A bunch of new features and core changes. - 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 ------------------------------------------