mbox series

[0/4] Update default build configuration

Message ID 20230629184156.2789945-1-siddhesh@sourceware.org
Headers show
Series Update default build configuration | expand

Message

Siddhesh Poyarekar June 29, 2023, 6:41 p.m. UTC
Change the default build configuration to use the latest autotools
(released in 2021) and to harden the default build.  These options are
used by most distributions, making them more relevant.

Siddhesh Poyarekar (4):
  configure: Use autoconf 2.71
  configure: Default --enable-stack-protector to strong
  Disable lazy binding by default
  configure: Disable building libcrypt by default

 INSTALL             |   27 +-
 NEWS                |   12 +
 aclocal.m4          |    2 +-
 configure           | 4118 ++++++++++++++++++++++++++++---------------
 configure.ac        |   18 +-
 manual/install.texi |   27 +-
 6 files changed, 2728 insertions(+), 1476 deletions(-)