aboutsummaryrefslogtreecommitdiff
path: root/libiberty/config.in
AgeCommit message (Collapse)AuthorFilesLines
2000-11-29* aclocal.m4 (LIB_AC_PROG_CC): Moved here from configure.in.DJ Delorie1-12/+15
(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.
2000-07-23 * configure.in (AC_CHECK_HEADERS): Add time.h.Jeff Law1-0/+9
(AC_HEADER_TIME): Add check. * configure, config.in: Regenerate. * getruntime.c: Portably #include <sys/time.h> and/or <time.h>.
2000-07-23 * aclocal.m4 (libiberty_AC_DECLARE_ERRNO): New macro.Jeff Law1-0/+4
* configure.in (libiberty_AC_DECLARE_ERRNO): Add check. * configure, config.in: Regenerate. * pexecute.c, strtol.c, strtoul.c: Declare errno if necessary.
2000-06-15Synced with libiberty in the gcc repository.H.J. Lu1-0/+9
2000-02-22merge with libiberty from egcs 2000-02-22Ian Lance Taylor1-0/+12
1999-08-05Revert last patch to xmalloc.c, and instead bring over this patch fromIan Lance Taylor1-0/+9
egcs: Thu Apr 15 23:00:55 1999 Mumit Khan <khan@xraylith.wisc.edu> * configure.in (checkfuncs): Check for sbrk. * config.in: Rebuilt. * configure: Likewise. * xmalloc.c: Use HAVE_SBRK instead of the host specific definitions.
1999-05-0319990502 sourceware importbinu_ss_19990502Richard Henderson1-0/+203