OSDN Git Service

configure: fix trace backend list for out-of-tree builds
authorGreg Kurz <groug@kaod.org>
Wed, 26 Apr 2017 13:36:07 +0000 (15:36 +0200)
committerStefan Hajnoczi <stefanha@redhat.com>
Fri, 28 Apr 2017 15:49:41 +0000 (16:49 +0100)
commit64a6047d54c66052bcf35b163fbdcd1f2a27f24f
tree785cb78de63261b302dec70781c802539336c17e
parent7ad691ec988dd0ca1c3674018f6aede8ed18128b
configure: fix trace backend list for out-of-tree builds

Since commit "c53eeaf75a04 configure: eliminate Python dependency for
--help", configure --help fails to produce the list of available trace
backends if invoked out-of-tree. It also spits the following error:

grep: scripts/tracetool/backend/*.py: No such file or directory

This patch simply adds the missing $source_path to fix it.

Signed-off-by: Greg Kurz <groug@kaod.org>
Message-id: 149321376763.7874.12797658801011614451.stgit@bahia
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
configure