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



commit 4a012b88fa4706d4a701fb3ad8dfc0ef6c299d46
Author: Mohammed Sadiq <sadiq sadiqpk org>
Date:   Sat Feb 25 21:00:06 2017 +0530

    templates: don't run aclocal in autogen.sh
    
    autoreconf already runs the required commands (including aclocal)
    in the right order.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=779221

 .../autotools_templates/resources/autogen.sh       |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/plugins/autotools-templates/autotools_templates/resources/autogen.sh 
b/plugins/autotools-templates/autotools_templates/resources/autogen.sh
index d7a2ddd..8f3189e 100644
--- a/plugins/autotools-templates/autotools_templates/resources/autogen.sh
+++ b/plugins/autotools-templates/autotools_templates/resources/autogen.sh
@@ -22,7 +22,6 @@ if [ "$#" = 0 -a "x$NOCONFIGURE" = "x" ]; then
        echo "" >&2
 fi
 
-aclocal --install || exit 1
 {{if enable_gtk_doc}}
 gtkdocize || exit 1
 {{end}}


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