mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-02 01:18:26 +03:00
configure: LOCALEDIR needs evaluated value
Also fix typo.
This commit is contained in:
parent
0cb9df3cec
commit
aa2d39c2ca
4
aclocal.m4
vendored
4
aclocal.m4
vendored
@ -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,
|
||||
|
2
configure
vendored
2
configure
vendored
@ -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
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
||||
################################################################################
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user