Rename gl_FUNC_MMAP to gl_FUNC_MMAP_ANON.
authorBruno Haible <bruno@clisp.org>
Thu, 3 Mar 2005 16:06:03 +0000 (16:06 +0000)
committerBruno Haible <bruno@clisp.org>
Thu, 3 Mar 2005 16:06:03 +0000 (16:06 +0000)
m4/mmap-anon.m4
m4/pagealign_alloc.m4

index 6093567f7885c30034e90792ac1a1b62d8e5241f..3a6e0bf202c7042fceb5a2a9edb4e0cbe44b363e 100644 (file)
@@ -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])
index 2f0cac453761ea5e431f0134bc8853397621de66..02ea3608ede33f52f7aeb7258914baf57990cee6 100644 (file)
@@ -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])