Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • anjuta anjuta
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 19
    • Issues 19
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Archive
  • anjutaanjuta
  • Merge requests
  • !13

configure.ac: Remove AC_LANG(...) calls

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Matt Turner requested to merge mattst88/anjuta:autoconf-2.70 into master Apr 03, 2022
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 1

It seems that these influence how subsequent tests are performed, and some interaction with a change in autoconf-2.70 caused the test for shm_open() to fail. See the announcement [0] and the "Setting CC to a C++ compiler is no longer supported." section specifically.

These were added in commit 909511c8 ("build: Run autoupdate on configure.ac to remove some obsolete autotools crap"). Running autoupdate-2.71 on configure.ac today with the AC_LANG(...) calls removed does not restore them.

[0] https://lists.gnu.org/archive/html/autoconf/2020-12/msg00002.html

Bug: https://bugs.gentoo.org/817017 Closes: https://gitlab.gnome.org/GNOME/anjuta/-/issues/30

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: autoconf-2.70