[mobile-broadband-provider-info] build: Run configure from the builddir



commit 367a93f041337110b36bc49d4efb02a571ef61c2
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Thu Jun 2 22:25:55 2016 +0100

    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 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" "$@"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]