* configure.in: removal of intl.c/intl22.so

* src/gramps.py: handling of i18n without the use of intl
* src/*.py: switch from intl to gettext


svn: r2016
This commit is contained in:
Don Allingham
2003-08-17 02:12:25 +00:00
parent 8178a7f82e
commit 93add3c449
2 changed files with 9 additions and 14 deletions

View File

@@ -48,14 +48,6 @@ AC_PATH_PROG(ZIP, zip)
AC_PROG_CC
AC_CHECK_HEADER(libintl.h)
AC_CHECK_LIB(c,textdomain,LIBS="",
[ AC_CHECK_LIB(intl,textdomain,
LIBS="-lintl",
AC_MSG_ERROR("Could not find internationalization libraries"))
])
dnl Check for programs
AC_CHECK_PROG(HAVE_PKG_CONFIG, pkg-config, "YES", "NO")
@@ -227,7 +219,6 @@ AC_SUBST(GPREFIX)
AC_SUBST(GNOMEINC)
AC_SUBST(GNOMELIB)
AC_SUBST(INTLLIBS)
AC_CONFIG_FILES([
Makefile