Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-17 | configure: Use autoconf 2.71 | Siddhesh Poyarekar | |
Bump autoconf requirement to 2.71 to allow regenerating configure on more recent distributions. autoconf 2.71 has been in Fedora since F36 and is the current version in Debian stable (bookworm). It appears to be current in Gentoo as well. All sysdeps configure and preconfigure scripts have also been regenerated; all changes are trivial transformations that do not affect functionality. Signed-off-by: Siddhesh Poyarekar <siddhesh@sourceware.org> Reviewed-by: Carlos O'Donell <carlos@redhat.com> | |||
2017-04-19 | Assume that accept4 is always available and works | Florian Weimer | |
Simplify the Linux accept4 implementation based on the assumption that it is available in some way. __ASSUME_ACCEPT4_SOCKETCALL was previously unused, so remove it. For ia64, the accept4 system call (and socket call) were backported in kernel version 3.2.18. Reflect this in the installation instructions. | |||
2014-02-16 | ia64: relocate out of ports/ subdir | Mike Frysinger | |