From 98ccd05da3e4306e049d40a4c6114087c26c7635 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Thu, 12 Dec 2002 18:59:54 +0000 Subject: [PATCH] AC_PREREQ(2.53) here; convinces Debian's wrappers to use the right Thu Dec 12 13:52:58 2002 Owen Taylor * m4macros/glib-gettext.m4: AC_PREREQ(2.53) here; convinces Debian's wrappers to use the right autoconf for atk, etc. (Reported by Jody Goldberg) --- ChangeLog | 6 ++++++ ChangeLog.pre-2-10 | 6 ++++++ ChangeLog.pre-2-12 | 6 ++++++ ChangeLog.pre-2-2 | 6 ++++++ ChangeLog.pre-2-4 | 6 ++++++ ChangeLog.pre-2-6 | 6 ++++++ ChangeLog.pre-2-8 | 6 ++++++ m4macros/glib-gettext.m4 | 6 ++++++ 8 files changed, 48 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5f9f122d..2e020ab5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Thu Dec 12 13:52:58 2002 Owen Taylor + + * m4macros/glib-gettext.m4: AC_PREREQ(2.53) here; convinces + Debian's wrappers to use the right autoconf for atk, etc. + (Reported by Jody Goldberg) + 2002-12-11 Tor Lillqvist * glib/gtimer.c (g_timer_elapsed): Fix off-by-one error. (#100853) diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 5f9f122d..2e020ab5 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,9 @@ +Thu Dec 12 13:52:58 2002 Owen Taylor + + * m4macros/glib-gettext.m4: AC_PREREQ(2.53) here; convinces + Debian's wrappers to use the right autoconf for atk, etc. + (Reported by Jody Goldberg) + 2002-12-11 Tor Lillqvist * glib/gtimer.c (g_timer_elapsed): Fix off-by-one error. (#100853) diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 5f9f122d..2e020ab5 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,9 @@ +Thu Dec 12 13:52:58 2002 Owen Taylor + + * m4macros/glib-gettext.m4: AC_PREREQ(2.53) here; convinces + Debian's wrappers to use the right autoconf for atk, etc. + (Reported by Jody Goldberg) + 2002-12-11 Tor Lillqvist * glib/gtimer.c (g_timer_elapsed): Fix off-by-one error. (#100853) diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 5f9f122d..2e020ab5 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,9 @@ +Thu Dec 12 13:52:58 2002 Owen Taylor + + * m4macros/glib-gettext.m4: AC_PREREQ(2.53) here; convinces + Debian's wrappers to use the right autoconf for atk, etc. + (Reported by Jody Goldberg) + 2002-12-11 Tor Lillqvist * glib/gtimer.c (g_timer_elapsed): Fix off-by-one error. (#100853) diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 5f9f122d..2e020ab5 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,9 @@ +Thu Dec 12 13:52:58 2002 Owen Taylor + + * m4macros/glib-gettext.m4: AC_PREREQ(2.53) here; convinces + Debian's wrappers to use the right autoconf for atk, etc. + (Reported by Jody Goldberg) + 2002-12-11 Tor Lillqvist * glib/gtimer.c (g_timer_elapsed): Fix off-by-one error. (#100853) diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 5f9f122d..2e020ab5 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,9 @@ +Thu Dec 12 13:52:58 2002 Owen Taylor + + * m4macros/glib-gettext.m4: AC_PREREQ(2.53) here; convinces + Debian's wrappers to use the right autoconf for atk, etc. + (Reported by Jody Goldberg) + 2002-12-11 Tor Lillqvist * glib/gtimer.c (g_timer_elapsed): Fix off-by-one error. (#100853) diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 5f9f122d..2e020ab5 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,9 @@ +Thu Dec 12 13:52:58 2002 Owen Taylor + + * m4macros/glib-gettext.m4: AC_PREREQ(2.53) here; convinces + Debian's wrappers to use the right autoconf for atk, etc. + (Reported by Jody Goldberg) + 2002-12-11 Tor Lillqvist * glib/gtimer.c (g_timer_elapsed): Fix off-by-one error. (#100853) diff --git a/m4macros/glib-gettext.m4 b/m4macros/glib-gettext.m4 index c8b4b989..5792e99d 100644 --- a/m4macros/glib-gettext.m4 +++ b/m4macros/glib-gettext.m4 @@ -12,6 +12,12 @@ # but which still want to provide support for the GNU gettext functionality. # +# +# We need this here as well, since someone might use autoconf-2.5x +# to configure GLib then an older version to configure a package +# using AM_GLIB_GNU_GETTEXT +AC_PREREQ(2.53) + dnl dnl We go to great lengths to make sure that aclocal won't dnl try to pull in the installed version of these macros -- 2.34.1