From 0793658c09a8f33581dae6dfbe2483ea279e72b1 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Mon, 4 Jul 2022 09:47:24 -0400 Subject: 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. --- bootstrap.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bootstrap.conf') diff --git a/bootstrap.conf b/bootstrap.conf index af397c54..74c87b27 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -18,6 +18,9 @@ # Allow bootstrap to know that this is not a package checkout_only_file=README.git +# Always copy files rather than symlink +copy=true + # Additional xgettext options to use. Use "\\\newline" to break lines. # Ensure that all our magical output macros are correctly marked as # C (printf) format strings. -- cgit v1.2.1