summaryrefslogtreecommitdiff
path: root/m4macros
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-12-12 18:59:54 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-12-12 18:59:54 +0000
commit98ccd05da3e4306e049d40a4c6114087c26c7635 (patch)
treea189b94f1e901283537f370361c024e6634fa8ae /m4macros
parent88fffa1610c318260e7b282f913e08b8b6c59458 (diff)
AC_PREREQ(2.53) here; convinces Debian's wrappers to use the right
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)
Diffstat (limited to 'm4macros')
-rw-r--r--m4macros/glib-gettext.m46
1 files changed, 6 insertions, 0 deletions
diff --git a/m4macros/glib-gettext.m4 b/m4macros/glib-gettext.m4
index c8b4b989a..5792e99de 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