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:
Dave Peticolas 2000-06-26 05:05:13 +00:00
parent 311a68913d
commit 79f148e8d9
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -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

View File

@ -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)