ltrace: Run autogen.sh in source directory

The autogen.sh script needs to be run in and from the source
directory.  The configuration step can still be run from
out-of-tree.

Signed-off-by: Ash Charles <ashcharles@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Ash Charles
2014-05-26 13:34:00 -07:00
committed by Martin Jansa
parent bd44e54246
commit 1c2147485f

View File

@@ -21,5 +21,5 @@ S = "${WORKDIR}/git"
inherit autotools
do_configure_prepend () {
./autogen.sh
( cd ${S}; ./autogen.sh )
}