From fef1696ffcfaeb438ebd8c519edd3baf212b76e7 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 21 Aug 1996 01:02:53 +0000 Subject: * aclocal.m4: Include ../bfd/aclocal.m4. * configure.in: Add stdlib.h to AC_CHECK_HEADERS. Call BFD_NEED_DECLARATION on malloc, realloc, and free. * acconfig.h: Add NEED_DECLARATION_MALLOC, NEED_DECLARATION_REALLOC, and NEED_DECLARATION_FREE. * configure, config.in: Rebuild. * defs.h: Include and based on HAVE_*_H rather than __STDC__. Only declare malloc, realloc, and free if NEED_DECLARATION_* is defined. --- gdb/aclocal.m4 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gdb/aclocal.m4') diff --git a/gdb/aclocal.m4 b/gdb/aclocal.m4 index 5cfd7d4..770d148 100644 --- a/gdb/aclocal.m4 +++ b/gdb/aclocal.m4 @@ -1,6 +1,8 @@ dnl written by Rob Savoye for Cygnus Support dnl major rewriting for Tcl 7.5 by Don Libes +sinclude(../bfd/aclocal.m4) + dnl CY_AC_PATH_TCLCONFIG and CY_AC_LOAD_TCLCONFIG should be invoked dnl (in that order) before any other TCL macros. Similarly for TK. -- cgit v1.1