[dasher] Don't rename altered IT_PROG_INTLTOOL macro as gnome-autogen.sh looks for a line beginning with that
- From: Patrick Welche <pwelche src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dasher] Don't rename altered IT_PROG_INTLTOOL macro as gnome-autogen.sh looks for a line beginning with that
- Date: Tue, 16 Feb 2010 12:14:21 +0000 (UTC)
commit b3df69aa2fdd5f939d4dac34617f2673e4108d27
Author: Patrick Welche <prlw1 cam ac uk>
Date: Tue Feb 16 12:13:45 2010 +0000
Don't rename altered IT_PROG_INTLTOOL macro as gnome-autogen.sh
looks for a line beginning with that string.
ChangeLog | 5 +++++
configure.ac | 2 +-
m4/dintltool.m4 | 4 ++--
3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 6aabb2d..3c168a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-02-16 Patrick Welche <prlw1 cam ac uk>
+
+ * Don't rename altered IT_PROG_INTLTOOL macro as gnome-autogen.sh
+ looks for a line beginning with that string.
+
2009-02-08 Alan Lawrence <acl33 inf phy cam ac uk>
* Fix rebuilding of parents and language changing.
diff --git a/configure.ac b/configure.ac
index c98c3f6..02ec211 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@ AM_INIT_AUTOMAKE([1.8 gnu check-news dist-bzip2])
AM_MAINTAINER_MODE
AC_PROG_MAKE_SET
-DIT_PROG_INTLTOOL([0.34.90])
+IT_PROG_INTLTOOL([0.34.90])
dnl IT_PROG_INTLTOOL([0.40.1]) c.f. bug #323968
AC_DISABLE_STATIC
diff --git a/m4/dintltool.m4 b/m4/dintltool.m4
index 001d2d5..c74c8ed 100644
--- a/m4/dintltool.m4
+++ b/m4/dintltool.m4
@@ -25,8 +25,8 @@
dnl THIS IS A MODIFIED VERSION OF intltool.m4
dnl IT_PROG_INTLTOOL([MINIMUM-VERSION], [no-xml])
-# serial 40 DIT_PROG_INTLTOOL
-AC_DEFUN([DIT_PROG_INTLTOOL], [
+# serial 40 IT_PROG_INTLTOOL
+AC_DEFUN([IT_PROG_INTLTOOL], [
AC_PREREQ([2.50])dnl
AC_REQUIRE([AM_NLS])dnl
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]