* configure.in: Call AC_HEADER_SYS_WAIT.
authorIan Lance Taylor <ian@airs.com>
Mon, 25 Sep 1995 16:22:43 +0000 (16:22 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 25 Sep 1995 16:22:43 +0000 (16:22 +0000)
commit27fca56f9885bd3c2364c3698475038954e26725
tree0fcf9bb6122292d7e5c99cb6691a2c33d6d6959c
parent81449d47c5400f7ea20543d20c416be210caa4ac
* configure.in: Call AC_HEADER_SYS_WAIT.
* configure: Rebuild.
* config.in: Rebuild.
* dlltool.c: Include "libiberty.h" and "bucomm.h".  Don't include
<stdio.h>, <stdlib.h>, or <string.h>.  Don't include <wait.h>.
Include <sys/types.h>.  Use HAVE_SYS_WAIT_H to control whether to
include <sys/wait.h> or define the wait macros by hand.  Don't
declare xmalloc.
(gen_lib_file): Don't assume that sprintf returns the number of
characters; use strlen instead.
binutils/ChangeLog
binutils/configure
binutils/dlltool.c