]> git.ipfire.org Git - thirdparty/make.git/commit
Run autoupdate and clean up autoconf usage
authorPaul Smith <psmith@gnu.org>
Mon, 4 Jul 2022 13:47:24 +0000 (09:47 -0400)
committerPaul Smith <psmith@gnu.org>
Sat, 9 Jul 2022 14:46:47 +0000 (10:46 -0400)
commit0793658c09a8f33581dae6dfbe2483ea279e72b1
tree21389fb0bfd0666054f980a3db4c95a838b6c927
parent98da874c43035a490cdca81331724f233a3d0c9a
Run autoupdate and clean up autoconf usage

We can assume that the return type of a signal handler is void.
We can assume that, if sys/time.h exists, it can be included
with time.h.

* bootstrap: Get the latest version
* configure.ac: Require a newer version of autoconf.
Remove unnecessary AC_PROG_CC_C99 (already have AC_PROC_CC).
Remove unnecessary AC_AIX, AC_ISC_POSIX, AC_MINIX.
Remove unnecessary AC_HEADER_STDC, AC_HEADER_TIME, AC_TYPE_SIGNAL.
Use strerror to search for the cposix library.
* src/commands.c (fatal_error_signal): Assume return type is void.
* src/commands.h: Ditto.
* src/job.c: Ditto.
* src/job.h: Ditto.
* src/main.c: Ditto.
* src/makeint.h: Ditto.
Don't bother with TIME_WITH_SYS_TIME.
* src/remote-cstms.c: Check HAVE_SYS_TIME_H.
* src/config.ami.template: Remove RETSIGTYPE.
* src/config.h-vms.template: Ditto.
* src/config.h.W32.template: Ditto.
Remove TIME_WITH_SYS_TIME.
14 files changed:
bootstrap
bootstrap.conf
configure.ac
src/commands.c
src/commands.h
src/config.ami.template
src/config.h-vms.template
src/config.h.W32.template
src/job.c
src/job.h
src/main.c
src/makeint.h
src/posixos.c
src/remote-cstms.c