OSDN Git Service

* aclocal.m4 (LIB_AC_PROG_CC): Moved here from configure.in.
authordj <dj>
Wed, 29 Nov 2000 19:17:37 +0000 (19:17 +0000)
committerdj <dj>
Wed, 29 Nov 2000 19:17:37 +0000 (19:17 +0000)
commit4445b5d02f70cc4b2b816291cab9eb272ad722da
tree8d9a3d43772a0b45c2ad6585127c12cff93b7691
parent0eaf3b4ca2e48eb959360783e69e1667ed1a6b16
* aclocal.m4 (LIB_AC_PROG_CC): Moved here from configure.in.
(AC_DEFINE_NOAUTOHEADER): New - work around bug in autoheader.
* configure.in: Call AC_C_INLINE and AC_C_CONST.  Use three
argument form of AC_DEFINE in dummy definitions block.  Use
AC_DEFINE_NOAUTOHEADER for real definitions of things defined
in dummy block.  Preload cache variables instead of bypassing
tests, where possible.
* acconfig.h: Removed.
* xmalloc.c (xmalloc_failed): New function, does error
reporting on failed allocation.
(xmalloc, xcalloc, xrealloc): Use it.
libiberty/ChangeLog
libiberty/acconfig.h [deleted file]
libiberty/aclocal.m4
libiberty/configure.in
libiberty/xmalloc.c