summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2016-06-02 22:25:55 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2016-06-02 22:25:55 +0100
commit367a93f041337110b36bc49d4efb02a571ef61c2 (patch)
treea2e9c1747cdf80eb47cee46b4c61516242e11a77
parentead3afa53766fba1d53c33fd5f720d398007c2dc (diff)
downloadmobile-broadband-provider-info-367a93f041337110b36bc49d4efb02a571ef61c2.tar.gz
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.
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
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" "$@"