mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix locale dir.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2511 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
311a68913d
commit
79f148e8d9
2
configure
vendored
2
configure
vendored
@ -2364,7 +2364,7 @@ if test "${with_locale_dir+set}" = set; then
|
||||
withval="$with_locale_dir"
|
||||
LOCALE_DIR="$with_locale_dir"
|
||||
else
|
||||
LOCALE_DIR="\${localedatadir}/locale"
|
||||
LOCALE_DIR="\${prefix}/share/locale"
|
||||
fi
|
||||
|
||||
|
||||
|
@ -117,7 +117,7 @@ AC_ARG_ENABLE( warnings,
|
||||
AC_ARG_WITH( locale-dir,
|
||||
[ --with-locale-dir=PATH specify where to look for locale-specific information],
|
||||
LOCALE_DIR="$with_locale_dir",
|
||||
LOCALE_DIR="\${localedatadir}/locale")
|
||||
LOCALE_DIR="\${prefix}/share/locale")
|
||||
|
||||
AC_SUBST(LOCALE_DIR)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user