mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-21 07:46:38 +00:00
configure.ac: improve path handling in out-of-tree build
That is, handle the srcdir being given by a relative path as well as an absolute path by using autotools provided absolute path.
This commit is contained in:
parent
b9ff7da938
commit
9b7bd04ad9
1 changed files with 1 additions and 1 deletions
|
@ -379,7 +379,7 @@ else
|
||||||
if test -z "$srcdir" -o "$srcdir" = .; then
|
if test -z "$srcdir" -o "$srcdir" = .; then
|
||||||
confcmd=./configure
|
confcmd=./configure
|
||||||
else
|
else
|
||||||
confcmd="$origdir"/"$ac_top_srcdir"/gst-libs/ext/libav/configure
|
confcmd="$ac_abs_top_srcdir"/gst-libs/ext/libav/configure
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AS_MKDIR_P(["$ac_top_build_prefix"gst-libs/ext/libav])
|
AS_MKDIR_P(["$ac_top_build_prefix"gst-libs/ext/libav])
|
||||||
|
|
Loading…
Reference in a new issue