Elektrine lite

← Feed

@thephd@pony.social

Post #1139388

2026-04-14 01:24 UTC

@pinskia@hachyderm.io Idiot noob question about the Makefile.am in libstdc++-v3 -- I edited the Makefile.am in the include/ dir, expecting that a "configure" invocation (from the root dir into a build dir or from libstdc++-v3/ into a different build dir) would rebuild the Makefile.in; but when I look at the Makefile.in in the repo after configure runs, my changes aren't reflected there. Am I just fucking stupid? How do I modify the set of installation headers for libstdc++-v3/include?

Replies (1)

  • @thephd@pony.social 2026-04-14 01:35

    configure.ac:36: error: Please use exactly Autoconf 2.69 instead of 2.72. config/override.m4:12: _GCC_AUTOCONF_VERSION_CHECK is expanded from... configure.ac:36: the top level autom4te: error: /usr/bin/m4 failed with exit status: 1 automake: error: autoconf failed with exit status: 1 Hm. Well. I guess I need to downgrade my stuff.

    Open ##1140011