summaryrefslogtreecommitdiffstats
path: root/m4
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2001-06-13 08:29:16 +0000
committerThomas Roessler <roessler@does-not-exist.org>2001-06-13 08:29:16 +0000
commitee4f24f4e51b131afe38d714ab2ba938ed2ba51d (patch)
treed3e15edfa018b86c7ba141d0fd5c0b9f41f65c1e /m4
parentc89ad52430cf0986703c2c23e22a1749dbb32a14 (diff)
Avoid more m4 macro collisions.
Diffstat (limited to 'm4')
-rw-r--r--m4/gettext.m42
-rw-r--r--m4/glibc21.m42
2 files changed, 2 insertions, 2 deletions
diff --git a/m4/gettext.m4 b/m4/gettext.m4
index a208ba8a..46306baf 100644
--- a/m4/gettext.m4
+++ b/m4/gettext.m4
@@ -291,7 +291,7 @@ AC_DEFUN([MUTT_AM_GNU_GETTEXT],
AC_REQUIRE([AC_TYPE_SIZE_T])dnl
AC_REQUIRE([AC_FUNC_ALLOCA])dnl
AC_REQUIRE([AC_FUNC_MMAP])dnl
- AC_REQUIRE([jm_GLIBC21])dnl
+ AC_REQUIRE([MUTT_jm_GLIBC21])dnl
AC_CHECK_HEADERS([argz.h limits.h locale.h nl_types.h malloc.h stddef.h \
stdlib.h string.h unistd.h sys/param.h])
diff --git a/m4/glibc21.m4 b/m4/glibc21.m4
index 5b88ef23..caaba764 100644
--- a/m4/glibc21.m4
+++ b/m4/glibc21.m4
@@ -3,7 +3,7 @@
# Test for the GNU C Library, version 2.1 or newer.
# From Bruno Haible.
-AC_DEFUN([jm_GLIBC21],
+AC_DEFUN([MUTT_jm_GLIBC21],
[
AC_CACHE_CHECK(whether we are using the GNU C Library 2.1 or newer,
ac_cv_gnu_library_2_1,