changeset 4988:1c861d98d24f

* 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.
author Jim Meyering <jim@meyering.net>
date Wed, 31 Mar 2004 07:35:28 +0000
parents f33498f10f7d
children 87e3af7a44df
files ChangeLog modules/malloc modules/realloc
diffstat 3 files changed, 9 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-03-30  Jim Meyering  <jim@meyering.net>
+
+	* 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.
+
 2004-03-30  Paul Eggert  <eggert@twinsun.com>
 
 	* modules/inttostr: New file.
--- a/modules/malloc
+++ b/modules/malloc
@@ -3,12 +3,11 @@
 
 Files:
 lib/malloc.c
-m4/malloc.m4
 
 Depends-on:
 
 configure.ac:
-jm_FUNC_MALLOC
+AC_FUNC_MALLOC
 
 Makefile.am:
 
@@ -17,4 +16,3 @@
 
 Maintainer:
 Jim Meyering
-
--- a/modules/realloc
+++ b/modules/realloc
@@ -3,12 +3,11 @@
 
 Files:
 lib/realloc.c
-m4/realloc.m4
 
 Depends-on:
 
 configure.ac:
-jm_FUNC_REALLOC
+AC_FUNC_REALLOC
 
 Makefile.am:
 
@@ -17,4 +16,3 @@
 
 Maintainer:
 Jim Meyering
-