summaryrefslogtreecommitdiff
path: root/dev-build/autoconf/files
AgeCommit message (Collapse)Author
11 daysdev-build/autoconf: backport patch for C++20 vs C++17 compiler testSam James
slyfox mentioned that autoconf gets confused and downgrades to -std=gnu++11 from -std=gnu++17 (which autoconf defaults to) because the test is built using -std=gnu++20 (new default) and it's invalid there. Digging into that, it looks like it got fixed already a little while ago by Paul, so just backport the patch. Reported-by: Sergei Trofimovich <slyich@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
2025-10-05dev-build/autoconf: update autoreconf patch for >=gettext-0.24Sam James
I think at this point.. 1) sys-devel/gettext is ready in terms of any changes needed to that package; 2) autotools.eclass's eautoreconf needs updating to match the autoreconf patches from Bruno which we're applying here; 3) autotools.eclass should seriously consider using autoreconf instead, not reinventing it Also, stable for remaining arches to make it easier to update the patch in-place. Bug: https://bugs.gentoo.org/957583 Closes: https://bugs.gentoo.org/962269 Signed-off-by: Sam James <sam@gentoo.org>
2025-07-08dev-build/autoconf: add patches for gettext-0.25Sam James
See https://lists.gnu.org/archive/html/bug-gettext/2025-07/msg00006.html. Bruno Haible pointed out (thank you!) that we need these in addition to the changes I mentioned in ed7c4d9dd8c684444b529370944d1991bb50cb7e. Bug: https://bugs.gentoo.org/957583 Signed-off-by: Sam James <sam@gentoo.org>
2024-01-22dev-build/autoconf: skip AC_FUNC_GETLOADAVG test for 2.13Sam James
The macro itself is broken in autoconf-2.13 but this is caused by newer kernels etc rather than anything else. Very, very few packages use autoconf-2.13, let alone AC_FUNC_GETLOADAVG, so not going to worry about it much. Do as Fedora and Debian do and skip the test for it. Closes: https://bugs.gentoo.org/406723 Closes: https://bugs.gentoo.org/677926 Signed-off-by: Sam James <sam@gentoo.org>
2024-01-15Move {sys-devel → dev-build}/autoconfMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>