From 367a93f041337110b36bc49d4efb02a571ef61c2 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Thu, 2 Jun 2016 22:25:55 +0100 Subject: build: Run configure from the builddir While we need to run the autoreconf tool in the srcdir, if we're building with a different builddir we need to run the configure script from that location. --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 152ae1a..90d1621 100755 --- a/autogen.sh +++ b/autogen.sh @@ -16,6 +16,6 @@ PKG_NAME=mobile-broadband-provider-info (cd $srcdir; autoreconf --force --install --verbose - test -n "$NOCONFIGURE" || ./configure "$@" ) +test -n "$NOCONFIGURE" || "$srcdir/configure" "$@" -- cgit v1.2.1