]> git.ipfire.org Git - thirdparty/sarg.git/commitdiff
Use the directory configured by the user for the files to put in --localedir.
authorFrédéric Marchal <fmarchal@users.sourceforge.net>
Sat, 18 Sep 2010 12:32:48 +0000 (12:32 +0000)
committerFrédéric Marchal <fmarchal@users.sourceforge.net>
Sat, 18 Sep 2010 12:32:48 +0000 (12:32 +0000)
ChangeLog
Makefile.in

index 462a87d14ccb0f12b9c1d9c4859c62530b43d158..e353c9525f4d8a5fec33699ca964cf226037dcae 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,9 @@
 SARG ChangeLog
 
-Jul-12-2010 Version 2.3.1
+Jul-14-2010 Version 2.3.1
                - Remove the distinct printf for the alpha architecture as it doesn't work anymore and is not necessary anyway.
+               - Don't abort if "onload" or "script" is found in the user agent string.
+               - Take the configured locale path into account when installing sarg.
 
 Jun-21-2010 Version 2.3
                - LDAP usertab added. 
index 7b30d5301ceffdd2df6034e44e5f86e1936c28b1..3e2c64a7cc997d3e2172df08ce3798493d85e1fe 100644 (file)
@@ -4,7 +4,6 @@ prefix=@prefix@
 datarootdir=@datarootdir@
 datadir=@datadir@
 exec_prefix=@exec_prefix@
-localedir   = $(datadir)/locale
 PACKAGE_TARNAME=@PACKAGE_TARNAME@
 docdir      = @docdir@
 CC          = @CC@
@@ -19,7 +18,7 @@ ISYSCONFDIR = -DSYSCONFDIR=\"@sysconfdir@\"
 ISARGPHPDIR = -DSARGPHPDIR=\"@SARGPHPDIR@\"
 IFONTDIR    = -DFONTDIR=\"@FONTDIR@\"
 IIMAGEDIR   = -DIMAGEDIR=\"@IMAGEDIR@\"
-ILOCALEDIR  = -DLOCALEDIR=\"$(localedir)\"
+ILOCALEDIR  = -DLOCALEDIR=\"@localedir@\"
 CFLAGS      = @CFLAGS@
 CPPFLAGS    = @CPPFLAGS@
 LDFLAGS     = @LDFLAGS@