1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-09-02 15:41:25 +03:00
Commit Graph

16 Commits

Author SHA1 Message Date
Bruno Haible
d339512e04 Oops, invert the direction of the test. 2007-09-09 17:10:10 +00:00
Bruno Haible
097a472500 Simplify the malloc/realloc/calloc macrology. 2007-09-09 13:07:55 +00:00
Bruno Haible
23631b7e71 New module 'malloc-posix'. 2007-09-09 13:01:44 +00:00
Jim Meyering
58917bb298 * realloc.m4: Remove file, since now it does no more than
AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
	the `configure.ac' section of module/realloc.
	* malloc.m4: Likewise, but for AC_FUNC_MALLOC.
2004-03-31 07:34:59 +00:00
Bruno Haible
e059c2358a An independent .m4 file for each module. 2002-12-31 13:43:06 +00:00
Jim Meyering
a7d1294b6f (jm_FUNC_MALLOC): Change the `checking ...' message
to be more precise.  Rather than saying we're checking whether the
function `works', say what we're testing.
2002-04-09 17:55:23 +00:00
Jim Meyering
6fe8d74985 Use AC_DEFINE rather than AC_DEFINE_UNQUOTED, whenever the right hand side need not be expanded by the shell. 2001-09-17 21:44:03 +00:00
Jim Meyering
ee76465ad8 Quote the first argument in each use of AC_DEFUN. 2001-08-12 13:26:00 +00:00
Jim Meyering
27ef3b8633 fix typo in last change 2000-07-02 15:14:04 +00:00
Jim Meyering
a965c0038c Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with AC_LIBOBJ([function_name]). 2000-07-02 12:58:27 +00:00
Jim Meyering
2f209fdc6f Use AC_SUBST(LIBOBJS) since we set LIBOBJS. 1999-02-07 05:37:39 +00:00
Jim Meyering
e62d4d88ec Use .$ac_objext, not .o 1999-02-07 05:27:24 +00:00
Jim Meyering
c281d94c46 Use the 3-argument forms of AC_DEFINE* macros. 1999-01-29 05:05:56 +00:00
Jim Meyering
6273d01152 Use the new 3-arg form of AC_DEFINE instead of my gross kludge. 1999-01-10 22:47:01 +00:00
Jim Meyering
c4f6d1bf92 Add insurance: tell xmalloc.c we've done the test. 1997-11-03 15:18:09 +00:00
Jim Meyering
d8e38d07fe . 1997-10-26 03:52:27 +00:00