sawfish r4450 - in trunk: . man



Author: chrisb
Date: Fri Mar  6 07:09:08 2009
New Revision: 4450
URL: http://svn.gnome.org/viewvc/sawfish?rev=4450&view=rev

Log:
don't ignore datarootdir setting

Modified:
   trunk/ChangeLog
   trunk/Makedefs.in
   trunk/configure.in
   trunk/man/news.texi

Modified: trunk/Makedefs.in
==============================================================================
--- trunk/Makedefs.in	(original)
+++ trunk/Makedefs.in	Fri Mar  6 07:09:08 2009
@@ -35,6 +35,7 @@
 localstatedir= localstatedir@
 mandir= mandir@
 sharedstatedir= sharedstatedir@
+datarootdir= datarootdir@
 
 sawfishdir= sawfishdir@
 lispdir= lispdir@

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Fri Mar  6 07:09:08 2009
@@ -33,6 +33,8 @@
 SUBDIRS="src lisp scripts themes sounds man po"
 AC_SUBST(SUBDIRS)
 
+AC_SUBST(datarootdir)
+
 dnl Remove trailing slash in $prefix if necessary
 dnl /usr// is the same than /usr/ ... so why would we need this?
 case "${prefix}" in

Modified: trunk/man/news.texi
==============================================================================
--- trunk/man/news.texi	(original)
+++ trunk/man/news.texi	Fri Mar  6 07:09:08 2009
@@ -38,6 +38,8 @@
 @item First create $data/applications, then install the desktop file [Christopher Bratusek]
 
 @item Fixed default animation outline coordinates [Christopher Bratusek]
+
+ item Don't ignore datarootdir setting [Christopher Bratusek]
 @end itemize
 
 @item New features:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]