We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 980c20d commit 95c7c1bCopy full SHA for 95c7c1b
bootstrap
@@ -29,6 +29,9 @@ if test -d ${VLC_TOOLS}/share/aclocal; then
29
# https://www.gnu.org/software/automake/manual/html_node/Macro-Search-Path.html
30
ACLOCAL_ARGS="${ACLOCAL_ARGS} -I ${VLC_TOOLS}/share/aclocal/"
31
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
35
36
###
37
### Get a sane environment, just in case
0 commit comments