[nautilus] autogen.sh: don't run aclocal



commit 753e9d812cc33b5477418152abaa03795b9059c8
Author: Mohammed Sadiq <sadiq sadiqpk org>
Date:   Sun Feb 26 16:49:28 2017 +0530

    autogen.sh: don't run aclocal
    
    autoreconf takes care of running aclocal and other commands
    in the right order.
    
    Also, removing aclocal saves around 40 seconds (Thanks to
    Ernestas Kulik for testing) when running autogen.sh
    
    https://bugzilla.gnome.org/show_bug.cgi?id=779248

 autogen.sh |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 5717914..e4154f6 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -24,7 +24,8 @@ if [ "$#" = 0 -a "x$NOCONFIGURE" = "x" ]; then
         echo "" >&2
 fi
 
-aclocal --install || exit 1
+mkdir -p m4
+
 gtkdocize --copy || exit 1
 autoreconf --verbose --force --install || exit 1
 


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