Adjusted for use with new AC_CHECK_ macros.
Showing
2 changed files
with
5 additions
and
6 deletions
... | @@ -48,12 +48,12 @@ void free (); | ... | @@ -48,12 +48,12 @@ void free (); |
48 | # define EXIT_FAILURE 1 | 48 | # define EXIT_FAILURE 1 |
49 | #endif | 49 | #endif |
50 | 50 | ||
51 | #ifndef HAVE_DONE_WORKING_MALLOC_CHECK | 51 | #ifndef HAVE_MALLOC |
52 | you must run the autoconf test for a properly working malloc -- see malloc.m4 | 52 | # error "you must run the autoconf test for a properly working malloc -- see malloc.m4" |
53 | #endif | 53 | #endif |
54 | 54 | ||
55 | #ifndef HAVE_DONE_WORKING_REALLOC_CHECK | 55 | #ifndef HAVE_REALLOC |
56 | you must run the autoconf test for a properly working realloc -- see realloc.m4 | 56 | # error "you must run the autoconf test for a properly working realloc -- see realloc.m4" |
57 | #endif | 57 | #endif |
58 | 58 | ||
59 | /* Exit value when the requested amount of memory is not available. | 59 | /* Exit value when the requested amount of memory is not available. | ... | ... |
... | @@ -23,9 +23,8 @@ EXTRA_DIST = \ | ... | @@ -23,9 +23,8 @@ EXTRA_DIST = \ |
23 | enable.m4 \ | 23 | enable.m4 \ |
24 | gssapi.m4 \ | 24 | gssapi.m4 \ |
25 | guile.m4 \ | 25 | guile.m4 \ |
26 | malloc.m4 \ | 26 | lib.m4 \ |
27 | mu_libobj.m4 \ | 27 | mu_libobj.m4 \ |
28 | realloc.m4 \ | ||
29 | regex.m4 \ | 28 | regex.m4 \ |
30 | utmp.m4 \ | 29 | utmp.m4 \ |
31 | tls.m4 \ | 30 | tls.m4 \ | ... | ... |
-
Please register or sign in to post a comment