[Turqstat-commits] [SCM] Turquoise SuperStat - http://www.softwolves.pp.se/sw/software/turquoise branch, master, updated. release-3.0-2-7-gf46bea1

Peter Karlsson peter at softwolves.pp.se
Tue Mar 18 13:44:22 UTC 2008


The following commit has been merged in the master branch:
commit d972d6a17ef003c970291290276618ade3dbbe16
Author: Peter Karlsson <peter at softwolves.pp.se>
Date:   Tue Mar 18 14:13:13 2008 +0100

    Added support for @datarootdir at .
    
    This is apparently a new variable with Autoconf 2.60.

diff --git a/ChangeLog b/ChangeLog
index 1525060..c89a859 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-03-18 - Peter Karlsson <peter at softwolves.pp.se>
+  Makefile.in
+  po/Makefile.in
+    Added @datarootdir at .
+
 2008-02-18 - Peter Karlsson <peter at softwolves.pp.se>
   lexer.cpp
   lexer.h
diff --git a/Makefile.in b/Makefile.in
index c60857f..135b09e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,6 +1,7 @@
 # Makefile.in for Turquoise SuperStat
 
 # Variables
+datarootdir=@datarootdir@
 CXXFLAGS=@CXXFLAGS@ -I. -Wall -DDATA=\"@datadir@/turqstat\"
 @QT at QTFLAGS=-I at QTINCLUDE@
 LDFLAGS=@LDFLAGS@
diff --git a/po/Makefile.in b/po/Makefile.in
index b50ddf9..fc23a34 100644
--- a/po/Makefile.in
+++ b/po/Makefile.in
@@ -4,6 +4,7 @@
 # Variables
 QM=sv.qm
 prefix=@prefix@
+datarootdir=@datarootdir@
 
 # Magic targets
 all: @QT@$(QM)

-- 
Turquoise SuperStat - http://www.softwolves.pp.se/sw/software/turquoise



More information about the Turqstat-commits mailing list