From: Jim Meyering Date: Wed, 31 Mar 2004 07:35:28 +0000 (+0000) Subject: * modules/realloc (Files): Remove m4/realloc.m4. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fda642ef9293e016846f81f5e7a0986f55eb5639;p=pspp * 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. --- diff --git a/ChangeLog b/ChangeLog index 0984c5c2ba..24a8561939 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2004-03-30 Jim Meyering + + * 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 * modules/inttostr: New file. diff --git a/modules/malloc b/modules/malloc index dce5391d5c..20292863eb 100644 --- a/modules/malloc +++ b/modules/malloc @@ -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 - 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 -