summaryrefslogtreecommitdiff
path: root/modules/eealloc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2012-05-04 04:23:44 +0200
committerBruno Haible <bruno@clisp.org>2012-05-04 04:23:58 +0200
commit98f7f8fde92f6f3f583cabc1168305a9ce542bbe (patch)
treed6e7eadc1785a1182131e947fabc702828d19bd6 /modules/eealloc
parent158873b079eb6b325742b502a0dd5b55308d3185 (diff)
downloadgnulib-98f7f8fde92f6f3f583cabc1168305a9ce542bbe.tar.gz
*alloc-gnu, eealloc: Avoid "guessing no" when cross-compiling to glibc.
* m4/malloc.m4 (_AC_FUNC_MALLOC_IF): Override in autoconf < 2.70. * m4/realloc.m4 (_AC_FUNC_REALLOC_IF): Override in autoconf < 2.70. * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Require AC_CANONICAL_HOST. When cross-compiling, choose the first alternative on glibc systems. * modules/eealloc (Files): Add m4/malloc.m4, m4/realloc.m4.
Diffstat (limited to 'modules/eealloc')
-rw-r--r--modules/eealloc2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/eealloc b/modules/eealloc
index 437cb4ddf5..7e18d45a99 100644
--- a/modules/eealloc
+++ b/modules/eealloc
@@ -4,6 +4,8 @@ Memory allocation with expensive empty allocations (glibc compatible).
Files:
lib/eealloc.h
m4/eealloc.m4
+m4/malloc.m4
+m4/realloc.m4
Depends-on: