Skip to content

Commit

Permalink
bootstrap: update libtool to 2.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
adammoody committed Mar 29, 2021
1 parent d8a88be commit f8c8658
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ if [ "$automake_sub_version" -lt "15" ]; then

autotools_repos=(http://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.gz
http://ftp.gnu.org/gnu/automake/automake-1.15.tar.gz
http://mirror.team-cymru.org/gnu/libtool/libtool-2.4.2.tar.gz
http://mirror.team-cymru.org/gnu/libtool/libtool-2.4.6.tar.gz
https://pkg-config.freedesktop.org/releases/pkg-config-0.27.1.tar.gz
)

Expand Down Expand Up @@ -129,7 +129,7 @@ if [ "$automake_sub_version" -lt "15" ]; then

# build libtool
echo "### building libtool ###"
pushd libtool-2.4.2
pushd libtool-2.4.6
./configure --build=$sys_name --prefix=$INSTALL_DIR
make
make install
Expand All @@ -138,7 +138,7 @@ if [ "$automake_sub_version" -lt "15" ]; then
# build pkg-config
echo "### building pkg-config ###"
pushd pkg-config-0.27.1
./configure --build=$sys_name --prefix=$INSTALL_DIR
./configure --build=$sys_name --prefix=$INSTALL_DIR --with-internal-glib
make
make install
popd
Expand All @@ -147,7 +147,6 @@ else
echo "### skipping autotools build ###"
fi


echo "### building GOTCHA ###"
cd GOTCHA
git checkout 1.0.3
Expand Down

0 comments on commit f8c8658

Please sign in to comment.