diff options
author | Bruno Haible <bruno@clisp.org> | 2005-03-03 16:06:03 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2005-03-03 16:06:03 +0000 |
commit | 9ebe1e7519999eea5f0a51bd6c75bd0f161733d6 (patch) | |
tree | 4378721668f850dab96abec9998e77c6df5074cc /m4 | |
parent | c49424557579cb46914ba4f080720d8b94abab39 (diff) | |
download | gnulib-9ebe1e7519999eea5f0a51bd6c75bd0f161733d6.tar.gz |
Rename gl_FUNC_MMAP to gl_FUNC_MMAP_ANON.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/mmap-anon.m4 | 2 | ||||
-rw-r--r-- | 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]) |