From 9b7bd04ad99ccbec35d464891bba35d350e23e9d Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Thu, 27 Jan 2011 22:25:13 +0100 Subject: 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. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6756f0a..ab03994 100644 --- a/configure.ac +++ b/configure.ac @@ -379,7 +379,7 @@ else if test -z "$srcdir" -o "$srcdir" = .; then confcmd=./configure else - confcmd="$origdir"/"$ac_top_srcdir"/gst-libs/ext/libav/configure + confcmd="$ac_abs_top_srcdir"/gst-libs/ext/libav/configure fi AS_MKDIR_P(["$ac_top_build_prefix"gst-libs/ext/libav]) -- cgit v1.2.3