* 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:
Alex Roitman
2003-10-22 04:15:27 +00:00
parent cea588db38
commit 0851348931
4 changed files with 13 additions and 6 deletions

View File

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