From: Bruno Haible Date: Thu, 3 Mar 2005 16:06:03 +0000 (+0000) Subject: Rename gl_FUNC_MMAP to gl_FUNC_MMAP_ANON. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ebe1e7519999eea5f0a51bd6c75bd0f161733d6;p=pspp Rename gl_FUNC_MMAP to gl_FUNC_MMAP_ANON. --- 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])