Skip to content

Commit

Permalink
doc: Mention autoconf-archive
Browse files Browse the repository at this point in the history
The autoconf-archive package is now required to recreate the `configure`
script.

Signed-off-by: James O. D. Hunt <[email protected]>
  • Loading branch information
jamesodhunt committed Nov 7, 2024
1 parent eca5bf9 commit 1d24b3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,8 @@ $ snapcraft
| Platform | Usage | Required? | Dependency | Rationale |
|-|-|-|-|-|
| common | build | yes | GCC or Clang compiler | For building the code |
| common | build | yes | GNU Autoconf | For configuring the source package |
| common | build | yes | GNU Autoconf | For configuring the source package |
| common | build | yes | GNU Autoconf Archive | For configuring the source package |
| common | build | yes | GNU Automake | For generating makefiles |
| common | build | yes | GNU Make | For building the code |
| common | build | yes | `pkgconf` / `pkg-config` | For configuring build dependencies |
Expand Down

0 comments on commit 1d24b3a

Please sign in to comment.