Detect missing autoreconf in build.sh #289

Closed
opened 1 year ago by duke · 1 comments
duke commented 1 year ago
Owner

On a new system, if you don't install all dependencies the build goes for a bit and then dies with

./autogen.sh: 56: ./autogen.sh: autoreconf: not found

It would be better to check for autoreconf at the beginning of build.sh like other stuff, and tell the user exactly what to install, because the build has no chance of succeeding without this dependency.

On a new system, if you don't install all dependencies the build goes for a bit and then dies with ` ./autogen.sh: 56: ./autogen.sh: autoreconf: not found ` It would be better to check for `autoreconf` at the beginning of build.sh like other stuff, and tell the user exactly what to install, because the build has no chance of succeeding without this dependency.
duke added the
bug
label 1 year ago
duke commented 1 year ago
Poster
Owner

We now check for autoreconf right after checking for cmake in util/build.sh

We now check for autoreconf right after checking for cmake in util/build.sh
duke closed this issue 1 year ago
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.