Renamed configure.in to configure.ac

This commit is contained in:
Gerhard Rieger 2019-03-12 22:00:46 +01:00
parent bc3723e970
commit ba27f6c3ba
3 changed files with 2030 additions and 2025 deletions

View file

@ -10,7 +10,7 @@ Corrections:
The autoconf mechanism for determining SHIFT_OFFSET did not work when
cross compiling.
Thanks to Max Freisinger from Gentoo for seinding a patch.
Thanks to Max Freisinger from Gentoo for sending a patch.
Socat still depended on obsolete gethostbyname() function, thus
compiling with MUSL libc failed.
@ -80,6 +80,11 @@ Porting:
New versions of OpenSSL preset SSL_MODE_AUTO_RETRY which may hang socat.
Solution: clear SSL_MODE_AUTO_RETRY when it is set.
Renamed configure.in to configure.ac and set an appropriate symlink for
older environments.
Related Gentoo bug 426262: Warning on configure.in
Thanks to Francesco Turco for reporting that warning.
Testing:
test.sh: Show a warning when phase-1 (insecure phase) of a security
test fails

View file

@ -1 +0,0 @@
configure.in

2023
configure.ac Normal file

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

1
configure.in Symbolic link
View file

@ -0,0 +1 @@
configure.ac