summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorGlynn Foster <glynn.foster@sun.com>2004-01-05 23:56:32 +0000
committerGlynn Foster <gman@src.gnome.org>2004-01-05 23:56:32 +0000
commit37095efce8279bedd1094b716afc0f97cad8160e (patch)
tree548a248897b51445971a9735c61b66b35fbffb4c /configure.in
parentAdded "fa" (Persian) to ALL_LINGUAS. Added Persian translation. (diff)
downloadzenity-37095efce8279bedd1094b716afc0f97cad8160e.tar.gz
zenity-37095efce8279bedd1094b716afc0f97cad8160e.tar.bz2
zenity-37095efce8279bedd1094b716afc0f97cad8160e.zip
Back out the intltool stuff. Require 0.29
2004-01-06 Glynn Foster <glynn.foster@sun.com> * Makefile.am: Back out the intltool stuff. * configure.in: Require 0.29
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index a29011b2..2d4a2996 100644
--- a/configure.in
+++ b/configure.in
@@ -5,7 +5,7 @@ AM_INIT_AUTOMAKE(zenity, 2.5.1)
AM_MAINTAINER_MODE
-AC_PROG_INTLTOOL([0.21])
+AC_PROG_INTLTOOL([0.29])
AC_PROG_CC
bgstack15