From 95c7c1b5747ca4021cc8a40bdce968e47984ef88 Mon Sep 17 00:00:00 2001 From: Steve Lhomme Date: Fri, 21 Jun 2024 13:54:35 +0200 Subject: [PATCH] bootstrap: use our config.guess to reconf VLC --- bootstrap | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bootstrap b/bootstrap index 67fd8226b8..95a96afcd9 100755 --- a/bootstrap +++ b/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