summaryrefslogtreecommitdiffhomepage
path: root/configure.in
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2004-07-10 11:07:56 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2004-07-10 11:07:56 +0000
commita65ebcc572bb13c136dad33a1bb80bd63b94f004 (patch)
tree69f0b0d981bfa71f95c0adc99efa230dc9044ed8 /configure.in
parent3766a94976d0c78ed37c31a4c3d3ce54c62c0794 (diff)
downloadmdk-a65ebcc572bb13c136dad33a1bb80bd63b94f004.tar.gz
mdk-a65ebcc572bb13c136dad33a1bb80bd63b94f004.tar.bz2
use intltool to allow glade file string translations.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 2c6ffc2..95ac72a 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
# Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
#
-# $Id: configure.in,v 1.32 2004/06/23 10:40:50 jao Exp $
+# $Id: configure.in,v 1.33 2004/07/10 11:07:56 jao Exp $
#
# This file is free software; as a special exception the author gives
# unlimited permission to copy and/or distribute it, with or without
@@ -27,6 +27,7 @@ AC_PROG_RANLIB
dnl i18n stuff
AM_GNU_GETTEXT_VERSION(0.11.5)
AM_GNU_GETTEXT
+AC_PROG_INTLTOOL(0.30)
test "x$prefix" = xNONE && prefix=$ac_default_prefix