diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-08-21 01:02:53 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-08-21 01:02:53 +0000 |
commit | fef1696ffcfaeb438ebd8c519edd3baf212b76e7 (patch) | |
tree | e16e4e7a49cef8a194aea6c7828b359beeed04c4 /gdb/aclocal.m4 | |
parent | dbc4eefc3dcccd9f8759540505e3fb9c466c7d62 (diff) | |
download | gdb-fef1696ffcfaeb438ebd8c519edd3baf212b76e7.zip gdb-fef1696ffcfaeb438ebd8c519edd3baf212b76e7.tar.gz gdb-fef1696ffcfaeb438ebd8c519edd3baf212b76e7.tar.bz2 |
* 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 <stddef.h> and <stdlib.h> based on HAVE_*_H
rather than __STDC__. Only declare malloc, realloc, and free if
NEED_DECLARATION_* is defined.
Diffstat (limited to 'gdb/aclocal.m4')
-rw-r--r-- | gdb/aclocal.m4 | 2 |
1 files changed, 2 insertions, 0 deletions
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 <rob@cygnus.com> for Cygnus Support dnl major rewriting for Tcl 7.5 by Don Libes <libes@nist.gov> +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. |