* configure.in: Detect iconv at configuration time.
* src/po/Makefile.am: Invoke detected iconv in its simplest form. Minor cleanup. * gramps.sh.in: Correct paths for systems with custom datadir. * src/DisplayTrace.py: Check for LANG before including in the message. svn: r2279
This commit is contained in:
@@ -19,6 +19,7 @@ AC_SUBST(VERSIONSTRING)
|
||||
|
||||
AC_PATH_PROG(MSGFMT, msgfmt)
|
||||
AC_PATH_PROG(MSGCONV, msgconv)
|
||||
AC_PATH_PROG(ICONV, iconv)
|
||||
|
||||
LANGUAGES="hu zh_CN cs da_DK de es fr it nl pl pt_BR ro ru sv"
|
||||
AC_SUBST(LANGUAGES)
|
||||
|
Reference in New Issue
Block a user