Changelog for
autoconf-el-2.72-80.d_t_b.3.noarch.rpm :
* Thu May 02 2024 Valentin Lefebvre
- Fix AC_SYS_LARGEFILE doesn\'t honor AC_LANG setting and undo the removing of the largefile test. (bsc#1219035) + Port-AC_SYS_LARGEFILE-to-C.patch - remove-largefile-test.patch
* Tue Feb 20 2024 Dominique Leuenberger - Use %patch -P N instead of deprecated %patchN.
* Tue Feb 13 2024 Valentin Lefebvre - Re-add patch (bsc#1219035)
* [autoreconf-ltdl.diff]- Remove test with macro LARGEFILE and YEAR2038, broken for i586 arch. see https://git.savannah.gnu.org/cgit/autoconf.git/tree/NEWS#n194 (bsc#1219035)
* [remove-largefile-test.patch]
* Sun Dec 24 2023 Martin Pluskal - Use autosetup
* Sat Dec 23 2023 Christoph G - update to version 2.72
* Support for ensuring time_t is Y2038-safe configure can now ensure that time_t can represent moments in time after 18 January 2038, i.e. 2
*
*31 - 1 seconds after the Unix epoch. On most 64-bit systems this is true by default; the new feature is detection of systems where time_t is a 32-bit signed integer by default,
*and
* there is an alternative mode in which it is larger, in which case that mode will be enabled.
* AC_USE_SYSTEM_EXTENSIONS now enables C23 Annex F extensions by defining __STDC_WANT_IEC_60559_EXT__.
* Configure scripts no longer support pre-1989 C compilers.
* Autoconf developers now need Perl 5.10 (2007) or later.
* Autoconf users now need GNU M4 1.4.8 (2006) or later.
* Some m4sh diversions have been renumbered.
* AC_FUNC_GETGROUPS and AC_TYPE_GETGROUPS no longer run test programs.
* All internal uses of AC_EGREP_CPP and AC_EGREP_HEADER have been removed.- Update dependencies as recommendd to m4 1.4.16, Perl 5.10- Drop patch autoreconf-ltdl.diff as similar code is part of upstream- Drop patch fix-testsuite-failures-with-bash-5.2.patch, it is part of upstream
* Thu Oct 27 2022 Valentin Lefebvre - fix testsuite failure by bash 5.2 update
* [fix-testsuite-failures-with-bash-5.2.patch]
* Mon Mar 28 2022 Dirk Müller - convert to use _multibuild- fix keyring gpg validation
* Fri Mar 12 2021 Dirk Müller - use https urls
* Sat Jan 30 2021 Andreas Stieger - autoconf 2.71:
* Compilers that support C99 but not C2011 are detected correctly
* Compatibility improved with clang and Oracle C++
* Compatibility restored with automake\'s rules for regenerating configure
* Compatibility restored with old versions of std-gnu11.m4- dropped upstream patches:
* prog-c99-fix-typo.patch
* restore-compatibility-gnu11.patch
* autom4te-always-update-output-file.patch
* handle-gettext-alone.patch
* Sat Jan 16 2021 Dirk Müller - add autom4te-always-update-output-file.patch to fix testsuite failures- handle-gettext-alone.patch: support GNU_GETTEXT alone being called again- add prog-c99-fix-typo.patch: fix typo in C99 detection- add restore-compatibility-gnu11.patch: restore compatibility in GNU11 mode