Browse Source

bootstrap: use our config.guess to reconf VLC

pull/163/head
Steve Lhomme 2 years ago
parent
commit
95c7c1b574
  1. 3
      bootstrap

3
bootstrap

@ -29,6 +29,9 @@ if test -d ${VLC_TOOLS}/share/aclocal; then
# https://www.gnu.org/software/automake/manual/html_node/Macro-Search-Path.html
ACLOCAL_ARGS="${ACLOCAL_ARGS} -I ${VLC_TOOLS}/share/aclocal/"
fi
if test -f ${VLC_TOOLS}/share/autoconf-vlc/build-aux/config.guess -a -f ${VLC_TOOLS}/share/autoconf-vlc/build-aux/config.sub; then
export autom4te_buildauxdir="$( cd "${VLC_TOOLS}/share/autoconf-vlc/build-aux" ; pwd -P )"
fi
###
### Get a sane environment, just in case

Loading…
Cancel
Save