]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
update to autoconf-2.60
authorAndre <maan@p133.(none)>
Wed, 28 Jun 2006 12:45:14 +0000 (14:45 +0200)
committerAndre <maan@p133.(none)>
Wed, 28 Jun 2006 12:45:14 +0000 (14:45 +0200)
use "datarootdir" instead of hardcoding /usr/local/share.
This also avoids a warning from the new autoconf about not using
"datarootdir".

Makefile.in
NEWS

index a451e8926021283ef7b8092e1608562ff31fe338..9005d53c23bb9a3337688a2073ad97ab7782c712 100644 (file)
@@ -9,7 +9,7 @@ VARDIR = /var/paraslash
 PKGDATADIR = @datadir@/@PACKAGE_NAME@
 FONTDIR = $(PKGDATADIR)/fonts
 PICDIR = $(PKGDATADIR)/pics
 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@
 
 install_sh = @install_sh@
 SSL_LIBS = @SSL_LIBS@
diff --git a/NEWS b/NEWS
index 0a7189c0399b4f18cea2553cc0dd01e0eb8c7b2f..c4e087b5bb721bf2915853d81b88800eb2b08029 100644 (file)
--- 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
        - 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
        - para_fade: wake time defaults to 8 hours from now
+       - update to autoconf-2.60
 
 
 ------------------------------------------
 
 
 ------------------------------------------