Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

configure: Hardcoded am__api_version='1.14' breaks build on systems with autoconf 1.15 #97

@marcusmueller

Description

@marcusmueller

… which should be fairly common these days, considering 1.15 is from 2014.

I suspect

am__api_version=`aclocal --version|head -n1|grep -oE '[0-9]+.[0-9]+$'`

would fix the issue, but I'm not sure glog wouldn't want to check the version to be "high" enough.

Reason of problem:

the configure script appends the am__api_version to the aclocal executable name, and of course, on a system with aclocal-1.15, there's no aclocal-1.14.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions