Skip to content

Commit f8c8658

Browse files
committed
bootstrap: update libtool to 2.4.6
1 parent d8a88be commit f8c8658

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

bootstrap.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ if [ "$automake_sub_version" -lt "15" ]; then
9393

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

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

130130
# build libtool
131131
echo "### building libtool ###"
132-
pushd libtool-2.4.2
132+
pushd libtool-2.4.6
133133
./configure --build=$sys_name --prefix=$INSTALL_DIR
134134
make
135135
make install
@@ -138,7 +138,7 @@ if [ "$automake_sub_version" -lt "15" ]; then
138138
# build pkg-config
139139
echo "### building pkg-config ###"
140140
pushd pkg-config-0.27.1
141-
./configure --build=$sys_name --prefix=$INSTALL_DIR
141+
./configure --build=$sys_name --prefix=$INSTALL_DIR --with-internal-glib
142142
make
143143
make install
144144
popd
@@ -147,7 +147,6 @@ else
147147
echo "### skipping autotools build ###"
148148
fi
149149

150-
151150
echo "### building GOTCHA ###"
152151
cd GOTCHA
153152
git checkout 1.0.3

0 commit comments

Comments
 (0)