* modules/realloc (Files): Remove m4/realloc.m4.
authorJim Meyering <jim@meyering.net>
Wed, 31 Mar 2004 07:35:28 +0000 (07:35 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 31 Mar 2004 07:35:28 +0000 (07:35 +0000)
(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.

ChangeLog
modules/malloc
modules/realloc

index 0984c5c2ba9d3b7bb46519219385c4dd3e543dda..24a85619399a5d5cc02c9ecd99a325d48e1314c4 100644 (file)
--- 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.
index dce5391d5cb1b14914347f4e31df01ca47df5b31..20292863eb9cc957360a9eaa66c0e0cb02a46280 100644 (file)
@@ -3,12 +3,11 @@ malloc() function that is glibc compatible.
 
 Files:
 lib/malloc.c
-m4/malloc.m4
 
 Depends-on:
 
 configure.ac:
-jm_FUNC_MALLOC
+AC_FUNC_MALLOC
 
 Makefile.am:
 
@@ -17,4 +16,3 @@ Include:
 
 Maintainer:
 Jim Meyering
-
index e1530b639c21d0d023c5be7acbe1501b4af6d0eb..fbdce5e181e6e1ee4df9c8047a01545a8391e679 100644 (file)
@@ -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
-