diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-11-04 23:33:39 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-11-04 23:33:39 +0800 |
commit | 0dbf7761a96c523d9437fb4399ece7c9679ce752 (patch) | |
tree | 7d0fddda928a9faeedd5349496b485f0bb455180 /configure.in | |
parent | f26171af1ec299ee43a6734775875c8e62a54993 (diff) | |
download | gsoc2013-evolution-0dbf7761a96c523d9437fb4399ece7c9679ce752.tar.gz gsoc2013-evolution-0dbf7761a96c523d9437fb4399ece7c9679ce752.tar.zst gsoc2013-evolution-0dbf7761a96c523d9437fb4399ece7c9679ce752.zip |
Add an AM_GLIB_GNU_GETTEXT.
svn path=/trunk/; revision=18527
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 4810b2db7f..88cb549986 100644 --- a/configure.in +++ b/configure.in @@ -54,8 +54,9 @@ fi AM_CONDITIONAL(HAVE_JW, test "x$HAVE_JW" = "xyes") AC_SUBST(HAVE_JW) -dnl Initialize xml-i18n-tools +dnl I18N stuff AC_PROG_INTLTOOL +AM_GLIB_GNU_GETTEXT dnl Initialize libtool AM_PROG_LIBTOOL |