C99 gprof configury
authorAlan Modra <amodra@gmail.com>
Mon, 5 Apr 2021 05:57:02 +0000 (15:27 +0930)
committerAlan Modra <amodra@gmail.com>
Mon, 5 Apr 2021 05:57:02 +0000 (15:27 +0930)
commit5d4d26d14ca3dcf4c2d0745df720a2a5bd1bd6a5
tree6555379b0c6943164d1497c9a9ef11c058b0a586
parent306b445a6d4cc9dbb46ecdf22d9585fe9fc98115
C99 gprof configury

Given C99 we don't need to check for setlocale.  The patch also
adds setitimer checks so that they can be removed from bfd where they
aren't needed.  According to the automake manual AC_ISC_POSIX is
obsolete, so that is removed.  HAVE_SETMODE isn't checked anywhere,
so it is pointless to have a configure test for setmode.

* configure.ac: Check for sys/time.h and setitimer.  Don't invoke
AC_ISC_POSIX.  Don't check for setmode.
* gprof.c: Don't test HAVE_SETLOCALE.
* gprof.h: Include sys/time.h.
* configure: Regenerate.
* gconfig.in: Regenerate.
gprof/ChangeLog
gprof/configure
gprof/configure.ac
gprof/gconfig.in
gprof/gprof.c
gprof/gprof.h
This page took 0.03955 seconds and 4 git commands to generate.