[build] cleanup autotools references (#9242)

This commit is contained in:
Jonathan Hui
2023-06-30 15:14:13 -07:00
committed by GitHub
parent bad7994c28
commit de5afd0e36
9 changed files with 2 additions and 669 deletions
+2 -2
View File
@@ -56,7 +56,7 @@ install_packages_apt()
# apt-get update and install dependencies
sudo apt-get update
sudo apt-get --no-install-recommends install -y automake g++ libtool lsb-release make cmake ninja-build shellcheck
sudo apt-get --no-install-recommends install -y g++ lsb-release cmake ninja-build shellcheck
echo 'Installing GNU Arm Embedded Toolchain...'
@@ -94,7 +94,7 @@ install_packages_brew()
echo 'Installing toolchain dependencies...'
# add build tools
brew install automake libtool cmake ninja shfmt shellcheck
brew install cmake ninja shfmt shellcheck
echo 'Installing GNU Arm Embedded Toolchain...'