summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2004-01-07 01:16:47 +0000
committerGeorge Lebl <jirka@src.gnome.org>2004-01-07 01:16:47 +0000
commit8ce71261fdf04967d2045a153542e16887030998 (patch)
tree56a24c7e895510ece3b79feb2e0a520ac5659506
parent4ba1864eee18987cdf16ce9e79d5e4fbd4983d90 (diff)
downloadgdm-8ce71261fdf04967d2045a153542e16887030998.tar.gz
fix INTLTOOL test
Tue Jan 06 17:16:40 2004 George Lebl <jirka@5z.com> * confiogure.in: fix INTLTOOL test
-rw-r--r--ChangeLog4
-rw-r--r--configure.in8
2 files changed, 6 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 5735083e..c12941cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Jan 06 17:16:40 2004 George Lebl <jirka@5z.com>
+
+ * confiogure.in: fix INTLTOOL test
+
Tue Jan 06 17:06:42 2004 George Lebl <jirka@5z.com>
* gui/greeter/themes/*/*: remove the xml.in files and readd the .xml
diff --git a/configure.in b/configure.in
index acdbd694..ec806a34 100644
--- a/configure.in
+++ b/configure.in
@@ -1,16 +1,12 @@
AC_PREREQ(2.52)
AC_INIT(daemon/gdm.h)
-dnl
-dnl Due to the sed scripts being split on 90 line
-dnl blocks, this macro needs to be right at the beggining.
-dnl
-AC_PROG_INTLTOOL([0.21])
-
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(gdm,2.5.90.0)
AM_MAINTAINER_MODE
+AC_PROG_INTLTOOL([0.28])
+
GTK_REQUIRED=2.3.0
LIBGLADE_REQUIRED=1.99.2
LIBGNOME_REQUIRED=1.96.0