summaryrefslogtreecommitdiff
path: root/libiberty/aclocal.m4
Commit message (Collapse)AuthorAgeFilesLines
* merge from gccDJ Delorie2002-01-011-0/+3
|
* merge from gccDJ Delorie2001-03-061-0/+52
|
* * aclocal.m4 (LIB_AC_PROG_CC): Moved here from configure.in.DJ Delorie2000-11-291-0/+51
| | | | | | | | | | | | | (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.
* * aclocal.m4 (libiberty_AC_DECLARE_ERRNO): New macro.Jeff Law2000-07-231-0/+14
| | | | | | * configure.in (libiberty_AC_DECLARE_ERRNO): Add check. * configure, config.in: Regenerate. * pexecute.c, strtol.c, strtoul.c: Declare errno if necessary.
* Synced with libiberty in the gcc repository.H.J. Lu2000-06-151-0/+71