Skip to content

autogen.sh should exit with non-zero if one of its commands fails #137

@vivanishin

Description

@vivanishin

Right now, if, say configure fails, autogen.sh would continue execution and exit with the exit code of the last command. (Caught this on a box with missing libreadline.)

This is rarely needed, because distributions normally use tarballs (and thus skip autogen.sh altogether), but it affects the scripting of building from git.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions