Added AM_GLIB_GNU_GETTEXT and setting of GETTEXT_PACKAGE. Change from

Fri Nov 30 15:35:39 2001  Owen Taylor  <otaylor@redhat.com>
        * configure.in: Added AM_GLIB_GNU_GETTEXT and
        setting of GETTEXT_PACKAGE.
        * Makefile.am: Change from xml-i18n-extract (etc.)
        to intltool-extract (etc.)
This commit is contained in:
Owen Taylor 2001-11-30 20:37:27 +00:00 committed by Owen Taylor
parent 3aa0f3ae93
commit 6e7aa88032
3 changed files with 16 additions and 3 deletions

View file

@ -1,3 +1,11 @@
Fri Nov 30 15:35:39 2001 Owen Taylor <otaylor@redhat.com>
* configure.in: Added AM_GLIB_GNU_GETTEXT and
setting of GETTEXT_PACKAGE.
* Makefile.am: Change from xml-i18n-extract (etc.)
to intltool-extract (etc.)
2001-11-29 Miles Lane <miles@megapathdsl.net>
* configure.in: Removed intl/Makefile from AC_OUTPUT

View file

@ -15,8 +15,8 @@ dist-hook: control-center.spec
EXTRA_DIST = \
control-center.spec.in \
xml-i18n-extract.in \
xml-i18n-merge.in \
xml-i18n-update.in \
intltool-extract.in \
intltool-merge.in \
intltool-update.in \
control-center.png

View file

@ -14,8 +14,13 @@ AC_PROG_CC
AC_STDC_HEADERS
AM_PROG_LIBTOOL
# Internationalization support
GETTEXT_PACKAGE=control-center
AC_SUBST(GETTEXT_PACKAGE)
ALL_LINGUAS="az ca cs da de el en_GB es et fi fr ga gl hr hu it ja ko lt lv nl nn no pl pt pt_BR ro ru sk sl sv tr uk wa zh_CN zh_TW"
AM_GLIB_GNU_GETTEXT
AC_PROG_INTLTOOL
AC_CHECK_FUNCS(usleep)