Update
svn: r6146
This commit is contained in:
15
configure.in
15
configure.in
@@ -48,25 +48,12 @@ if test x$ICONV = xno; then
|
||||
fi
|
||||
|
||||
dnl Add the languages which your application supports here.
|
||||
ALL_LINGUAS="hu zh_CN cs da de es fr it nb nl no pl pt_BR ro ru sv eo fi lt"
|
||||
ALL_LINGUAS="hu zh_CN cs da de es fr it nb nl no pl pt_BR ro ru sv eo fi lt sk"
|
||||
GETTEXT_PACKAGE=gramps
|
||||
AC_SUBST(GETTEXT_PACKAGE)
|
||||
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Define to the Gettext package name.])
|
||||
AM_GLIB_GNU_GETTEXT
|
||||
|
||||
dnl LANGUAGES="hu zh_CN cs da de es fr it nb nl no pl pt_BR ro ru sv eo fi lt"
|
||||
dnl AC_SUBST(LANGUAGES)
|
||||
dnl
|
||||
dnl DISTLANGS=
|
||||
dnl POFILES=
|
||||
dnl MOFILES=
|
||||
dnl for lang in $LANGUAGES; do
|
||||
dnl POFILES="$POFILES $lang.po"
|
||||
dnl MOFILES="$MOFILES $lang.mo"
|
||||
dnl done
|
||||
dnl AC_SUBST(POFILES)
|
||||
dnl AC_SUBST(MOFILES)
|
||||
|
||||
dnl Checks for programs.
|
||||
dnl We first only check for python >= 2.3
|
||||
|
||||
|
Reference in New Issue
Block a user