summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2015-05-18 13:04:07 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2015-05-18 13:06:34 +0200
commitaa2d39c2ca720d9443c2682311945d56ab9a0559 (patch)
tree06b5d6bfb83495c54e86c9bfa15a773b8da2bef7
parent0cb9df3cec424c7c4e7ea5b198f419f3ef8a8c5d (diff)
downloadlvm2-aa2d39c2ca720d9443c2682311945d56ab9a0559.tar.gz
configure: LOCALEDIR needs evaluated value
Also fix typo.
-rw-r--r--aclocal.m44
-rwxr-xr-xconfigure2
-rw-r--r--configure.in4
-rw-r--r--lib/misc/configure.h.in2
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