Remove reference to automake which is not required

This commit is contained in:
Albrecht Schlosser 2024-02-24 18:10:35 +01:00
parent f288aea10a
commit 37c8c051ba
1 changed files with 1 additions and 1 deletions

View File

@ -358,7 +358,7 @@ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/
After a few minutes, we can now build and install all other tools from one simple command:
```bash
brew install autoconf automake
brew install autoconf
```
Alternatively, _autoconf_ can be installed without _brew_ as follows :