When trying to build the project locally on the latest version of macOS Big Sur, we need autoconf in order to successfully run ./autogen.sh.
Below is when I first saw the error when trying to build Bitcoin Core locally:
bitcoin % ./autogen.sh
configuration failed, please install autoconf first
This is a nonfunctional change; only updated the build-osx.md file that way all the dependencies are acquired in the first place.