Skip to content

Commit

Permalink
build: mention autoreconf instead of buildconf
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Jul 19, 2023
1 parent b6524dc commit 21474e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ fragile and probably requires slightly more attention to detail.

If you build curl from a git checkout, you need to generate some files
yourself before you can build. On Linux and Unix-like systems, do this by
running `./buildconf` and on Windows, run `buildconf.bat`.
running `autoreconf -fi` and on Windows, run `buildconf.bat`.

## On Linux and Unix-like systems

Expand Down
2 changes: 1 addition & 1 deletion source/layout.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ release scripts.

Some of the more notable ones include:

- `buildconf`: used to build configure and more when
- `buildconf`: (deprecated) script used to build configure and more when
building curl from source out of the git repository.
- `buildconf.bat`: the Windows version of buildconf. Run this after having
checked out the full source code from git.
Expand Down

0 comments on commit 21474e8

Please sign in to comment.