From 9ebe1e7519999eea5f0a51bd6c75bd0f161733d6 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 3 Mar 2005 16:06:03 +0000 Subject: [PATCH] Rename gl_FUNC_MMAP to gl_FUNC_MMAP_ANON. --- m4/mmap-anon.m4 | 2 +- m4/pagealign_alloc.m4 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/m4/mmap-anon.m4 b/m4/mmap-anon.m4 index 6093567f78..3a6e0bf202 100644 --- a/m4/mmap-anon.m4 +++ b/m4/mmap-anon.m4 @@ -4,7 +4,7 @@ dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. -AC_DEFUN([gl_FUNC_MMAP], +AC_DEFUN([gl_FUNC_MMAP_ANON], [ dnl Work around a bug of AC_EGREP_CPP in autoconf-2.57. AC_REQUIRE([AC_PROG_CPP]) diff --git a/m4/pagealign_alloc.m4 b/m4/pagealign_alloc.m4 index 2f0cac4537..02ea3608ed 100644 --- a/m4/pagealign_alloc.m4 +++ b/m4/pagealign_alloc.m4 @@ -17,7 +17,7 @@ AC_DEFUN([gl_PAGEALIGN_ALLOC], # Prerequisites of lib/pagealign_alloc.c. AC_DEFUN([gl_PREREQ_PAGEALIGN_ALLOC], [ - AC_REQUIRE([gl_FUNC_MMAP]) + AC_REQUIRE([gl_FUNC_MMAP_ANON]) AC_REQUIRE([gl_GETPAGESIZE]) AC_CHECK_FUNCS_ONCE([posix_memalign]) AC_CHECK_HEADERS_ONCE([fcntl.h unistd.h]) -- 2.30.2