diff options
| author | Jim Meyering <jim@meyering.net> | 2004-03-31 07:35:28 +0000 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 2004-03-31 07:35:28 +0000 |
| commit | fda642ef9293e016846f81f5e7a0986f55eb5639 (patch) | |
| tree | 0da44a8d4fc99ec2d6d94c399fe1bcddf485553e /modules/realloc | |
| parent | 58917bb2982d84f02258fc8f3e232d369c7f15e4 (diff) | |
| download | gnulib-fda642ef9293e016846f81f5e7a0986f55eb5639.tar.gz | |
* modules/realloc (Files): Remove m4/realloc.m4.
(configure.ac): Depend on AC_FUNC_REALLOC, rather than jm_FUNC_REALLOC.
* modules/malloc (Files): Remove m4/malloc.m4.
(configure.ac): Depend on AC_FUNC_MALLOC, rather than jm_FUNC_MALLOC.
Diffstat (limited to 'modules/realloc')
| -rw-r--r-- | modules/realloc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/realloc b/modules/realloc index e1530b639c..fbdce5e181 100644 --- a/modules/realloc +++ b/modules/realloc @@ -3,12 +3,11 @@ realloc() function that is glibc compatible. Files: lib/realloc.c -m4/realloc.m4 Depends-on: configure.ac: -jm_FUNC_REALLOC +AC_FUNC_REALLOC Makefile.am: @@ -17,4 +16,3 @@ Include: Maintainer: Jim Meyering - |
