Mercurial > hg > octave-jordi > gnulib-hg
changeset 5674:8799b424105a
Rename gl_FUNC_MMAP to gl_FUNC_MMAP_ANON.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Thu, 03 Mar 2005 16:06:03 +0000 |
parents | dbfd56933568 |
children | 9fb0004d9fa6 |
files | m4/mmap-anon.m4 m4/pagealign_alloc.m4 |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/m4/mmap-anon.m4 +++ b/m4/mmap-anon.m4 @@ -4,7 +4,7 @@ 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])
--- a/m4/pagealign_alloc.m4 +++ b/m4/pagealign_alloc.m4 @@ -17,7 +17,7 @@ # 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])