sawfish r4451 - in branches/sawfish-1.3: . man



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

Log:
don't ignore datarootdir setting

Modified:
   branches/sawfish-1.3/ChangeLog
   branches/sawfish-1.3/Makedefs.in
   branches/sawfish-1.3/configure.in
   branches/sawfish-1.3/man/news.texi

Modified: branches/sawfish-1.3/Makedefs.in
==============================================================================
--- branches/sawfish-1.3/Makedefs.in	(original)
+++ branches/sawfish-1.3/Makedefs.in	Fri Mar  6 07:13:39 2009
@@ -35,6 +35,7 @@
 localstatedir= localstatedir@
 mandir= mandir@
 sharedstatedir= sharedstatedir@
+datarootdir= datarootdir@
 
 sawfishdir= sawfishdir@
 lispdir= lispdir@

Modified: branches/sawfish-1.3/configure.in
==============================================================================
--- branches/sawfish-1.3/configure.in	(original)
+++ branches/sawfish-1.3/configure.in	Fri Mar  6 07:13:39 2009
@@ -26,6 +26,8 @@
 AM_PROG_LIBTOOL
 AC_CONFIG_MACRO_DIR([m4])
 
+AC_SUBST(datarootdir)
+
 dnl Release versioning info
 version="1.3.5.3"
 subversion=""

Modified: branches/sawfish-1.3/man/news.texi
==============================================================================
--- branches/sawfish-1.3/man/news.texi	(original)
+++ branches/sawfish-1.3/man/news.texi	Fri Mar  6 07:13:39 2009
@@ -14,14 +14,16 @@
 @itemize @minus
 
 @item make comilation with imlib instead of gdk-pixbuf possible again [Michal Jaegermann]
+
+ item don't ignore datarootdir setting [Christohper Bratusek]
 @end itemize
 
 @item Other Changes:
 @itemize @minus
 
- item don't shipp config.sub/config.guess/install-sh in etc/ subdir
+ item don't shipp config.sub/config.guess/install-sh in etc/ subdir [Christohper Bratusek]
 
- item dropped libgnome|gnomeui|gnomecanvas related widgets, use pure-gtk instead
+ item dropped libgnome|gnomeui|gnomecanvas related widgets, use pure-gtk instead [Christohper Bratusek]
 @end itemize
 @end itemize
 
@@ -40,15 +42,15 @@
 @item Fixes:
 @itemize @minus
 
- item allow compilation with librep 0.17.3
+ item allow compilation with librep 0.17.3 [Christohper Bratusek]
 
- item fix templates in configure.in (fixes autoheader issue)
+ item fix templates in configure.in (fixes autoheader issue) [Christohper Bratusek]
 
- item add AC_CONFIG_MACRO_DIR([m4]) to shut up libtool
+ item add AC_CONFIG_MACRO_DIR([m4]) to shut up libtool [Christohper Bratusek]
 
- item add AM_PROG_LIBTOOL for autogen.sh to run libtoolize
+ item add AM_PROG_LIBTOOL for autogen.sh to run libtoolize [Christohper Bratusek]
 
- item new autogen.sh (take from upstream svn) to solve libtool 1.5/2.2 issues
+ item new autogen.sh (take from upstream svn) to solve libtool 1.5/2.2 issues [Christohper Bratusek]
 @end itemize
 @end itemize
 



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