Skip to content

Commit

Permalink
build autoconf 2.70
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 authored Nov 22, 2024
1 parent e245536 commit 3dafb03
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions scripts/build_solaris.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,22 @@ export PKG_CONFIG_PATH="${DEPSDIR}/lib/pkgconfig:${DEPSDIR}/share/pkgconfig"
export AL_OPTS="-I/usr/local/share/aclocal -I${DEPSDIR}/share/aclocal"
mkdir -p ${DEPSDIR}/share/aclocal

# for new autoconf
export PATH="/usr/local/bin:${PATH}"

############
# autoconf #
############
echo "::group::autoconf"
cd ${BUILDDIR}

wget https://ftp.gnu.org/gnu/autoconf/autoconf-2.70.tar.gz
gtar xf autoconf-2.70.tar.gz
cd autoconf*
./configure
gmake -j4
gmake install

########
# zlib #
########
Expand Down

0 comments on commit 3dafb03

Please sign in to comment.