AC_PREREQ(2.53) here; convinces Debian's wrappers to use the right
authorOwen Taylor <otaylor@redhat.com>
Thu, 12 Dec 2002 18:59:54 +0000 (18:59 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Thu, 12 Dec 2002 18:59:54 +0000 (18:59 +0000)
Thu Dec 12 13:52:58 2002  Owen Taylor  <otaylor@redhat.com>

        * 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
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
m4macros/glib-gettext.m4

index 5f9f122..2e020ab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Thu Dec 12 13:52:58 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * 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  <tml@iki.fi>
 
        * glib/gtimer.c (g_timer_elapsed): Fix off-by-one error. (#100853)
index 5f9f122..2e020ab 100644 (file)
@@ -1,3 +1,9 @@
+Thu Dec 12 13:52:58 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * 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  <tml@iki.fi>
 
        * glib/gtimer.c (g_timer_elapsed): Fix off-by-one error. (#100853)
index 5f9f122..2e020ab 100644 (file)
@@ -1,3 +1,9 @@
+Thu Dec 12 13:52:58 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * 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  <tml@iki.fi>
 
        * glib/gtimer.c (g_timer_elapsed): Fix off-by-one error. (#100853)
index 5f9f122..2e020ab 100644 (file)
@@ -1,3 +1,9 @@
+Thu Dec 12 13:52:58 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * 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  <tml@iki.fi>
 
        * glib/gtimer.c (g_timer_elapsed): Fix off-by-one error. (#100853)
index 5f9f122..2e020ab 100644 (file)
@@ -1,3 +1,9 @@
+Thu Dec 12 13:52:58 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * 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  <tml@iki.fi>
 
        * glib/gtimer.c (g_timer_elapsed): Fix off-by-one error. (#100853)
index 5f9f122..2e020ab 100644 (file)
@@ -1,3 +1,9 @@
+Thu Dec 12 13:52:58 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * 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  <tml@iki.fi>
 
        * glib/gtimer.c (g_timer_elapsed): Fix off-by-one error. (#100853)
index 5f9f122..2e020ab 100644 (file)
@@ -1,3 +1,9 @@
+Thu Dec 12 13:52:58 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * 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  <tml@iki.fi>
 
        * glib/gtimer.c (g_timer_elapsed): Fix off-by-one error. (#100853)
index c8b4b98..5792e99 100644 (file)
 # 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