[recipes] build: don't run aclocal in autogen.sh



commit 8cc682f7d653d2bf766f5d764875947ecbe840a9
Author: Mohammed Sadiq <sadiq sadiqpk org>
Date:   Sat Feb 25 21:44:25 2017 +0530

    build: don't run aclocal in autogen.sh
    
    autoreconf takes care about running aclocal and other commands
    in the right order.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=779225

 autogen.sh |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index f123328..5519ba5 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -24,7 +24,6 @@ if [ "$#" = 0 -a "x$NOCONFIGURE" = "x" ]; then
        echo "" >&2
 fi
 
-aclocal --install || exit 1
 autoreconf --verbose --force --install || exit 1
 
 cd "$olddir"


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