[gnome-builder] build: don't run aclocal in autogen.sh



commit 99983a18ea33ab0a8aeb55814feda7cab6b437b2
Author: Mohammed Sadiq <sadiq sadiqpk org>
Date:   Sat Feb 25 21:13:47 2017 +0530

    build: don't run aclocal in autogen.sh
    
    autoreconf already handles running aclocal and other
    required commands in the right order.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=779222

 autogen.sh |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index a5349b1..4340fa0 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -17,8 +17,7 @@ cd $srcdir
 touch ChangeLog
 touch INSTALL
 
-aclocal --install -I build/autotools || exit 1
-autoreconf --force --install -Wno-portability || exit 1
+autoreconf --force --install -Wno-portability -I build/autotools || exit 1
 
 cd $olddir
 


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