Skip to content

Commit 95c7c1b

Browse files
committed
bootstrap: use our config.guess to reconf VLC
1 parent 980c20d commit 95c7c1b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bootstrap

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ if test -d ${VLC_TOOLS}/share/aclocal; then
2929
# https://www.gnu.org/software/automake/manual/html_node/Macro-Search-Path.html
3030
ACLOCAL_ARGS="${ACLOCAL_ARGS} -I ${VLC_TOOLS}/share/aclocal/"
3131
fi
32+
if test -f ${VLC_TOOLS}/share/autoconf-vlc/build-aux/config.guess -a -f ${VLC_TOOLS}/share/autoconf-vlc/build-aux/config.sub; then
33+
export autom4te_buildauxdir="$( cd "${VLC_TOOLS}/share/autoconf-vlc/build-aux" ; pwd -P )"
34+
fi
3235

3336
###
3437
### Get a sane environment, just in case

0 commit comments

Comments
 (0)