[ostree] autogen: Fetch submodules before running automake



commit 05bf1fed99c7b7f0f9517668853bc71f53599773
Author: Colin Walters <walters verbum org>
Date:   Tue Aug 14 12:52:46 2012 -0400

    autogen: Fetch submodules before running automake
    
    Otherwise automake can't find src/libgsystem.

 autogen.sh |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 4e9fcae..00281da 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -14,8 +14,6 @@ fi
 
 mkdir -p m4
 
-autoreconf --force --install --verbose
-
 # Fetch submodules if needed
 if test ! -f src/libgsystem/README;
 then
@@ -24,6 +22,7 @@ then
 fi
 git submodule update
 
+autoreconf --force --install --verbose
 
 cd $olddir
 test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"



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