]> git.deb.at Git - pkg/abook.git/blobdiff - configure.in
* Fixed localedir not being expanded correctly with autoconf > 2.59
[pkg/abook.git] / configure.in
index f5f18b983a62085209593d60f1e41b2b60229807..8345ae69810c171e9b5a9ffd4745cf67cf70e32c 100644 (file)
@@ -17,8 +17,8 @@ AC_DEFUN([ABOOK_EXPAND_PREFIX], [
                eval echo \""[$]$1"\"   )`
 ])
 
-ABOOK_EXPAND_PREFIX(abook_localedir, "$datadir/locale")
-localedir="\$(datadir)/locale"
+ABOOK_EXPAND_PREFIX(abook_localedir, "$datarootdir/locale")
+localedir="\$(datarootdir)/locale"
 
 AC_ARG_WITH(localedir,
        [  --with-localedir=PATH      Where the locale files are installed ])