From aa2d39c2ca720d9443c2682311945d56ab9a0559 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Mon, 18 May 2015 13:04:07 +0200 Subject: [PATCH] configure: LOCALEDIR needs evaluated value Also fix typo. --- aclocal.m4 | 4 ++-- configure | 2 +- configure.in | 4 ++-- lib/misc/configure.h.in | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/aclocal.m4 b/aclocal.m4 index 2325191a4..05e0ad530 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,6 +1,6 @@ -# generated automatically by aclocal 1.14.1 -*- Autoconf -*- +# generated automatically by aclocal 1.15 -*- Autoconf -*- -# Copyright (C) 1996-2013 Free Software Foundation, Inc. +# Copyright (C) 1996-2014 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, diff --git a/configure b/configure index 3b2b7ba84..9cd225a22 100755 --- a/configure +++ b/configure @@ -12434,7 +12434,7 @@ fi if test "${with_localedir+set}" = set; then : withval=$with_localedir; LOCALEDIR=$withval else - LOCALEDIR='${prefix}/share/locale' + LOCALEDIR="${prefix}/share/locale" fi diff --git a/configure.in b/configure.in index ba0b236df..d31c431b7 100644 --- a/configure.in +++ b/configure.in @@ -1517,9 +1517,9 @@ if test "$INTL" = yes; then AC_ARG_WITH(localedir, AC_HELP_STRING([--with-localedir=DIR], [translation files in DIR [PREFIX/share/locale]]), - LOCALEDIR=$withval, LOCALEDIR='${prefix}/share/locale') + LOCALEDIR=$withval, LOCALEDIR="${prefix}/share/locale") AC_DEFINE_UNQUOTED([INTL_PACKAGE], ["$INTL_PACKAGE"], [Internalization package]) - AC_DEFINE_UNQUOTED([LOCALEDIR], ["$LOCALEDIR"], [Location of transaltion files]) + AC_DEFINE_UNQUOTED([LOCALEDIR], ["$LOCALEDIR"], [Location of translation files]) fi ################################################################################ diff --git a/lib/misc/configure.h.in b/lib/misc/configure.h.in index 2f1719094..986b2bcc4 100644 --- a/lib/misc/configure.h.in +++ b/lib/misc/configure.h.in @@ -507,7 +507,7 @@ /* Internalization package */ #undef INTL_PACKAGE -/* Location of transaltion files */ +/* Location of translation files */ #undef LOCALEDIR /* Define to 1 if `lstat' dereferences a symlink specified with a trailing