(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 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.
Files:
lib/malloc.c
-m4/malloc.m4
Depends-on:
configure.ac:
-jm_FUNC_MALLOC
+AC_FUNC_MALLOC
Makefile.am:
Maintainer:
Jim Meyering
-
Files:
lib/realloc.c
-m4/realloc.m4
Depends-on:
configure.ac:
-jm_FUNC_REALLOC
+AC_FUNC_REALLOC
Makefile.am:
Maintainer:
Jim Meyering
-