[grilo] autogen.sh: remove the ACLOCAL_FLAGS variable



commit f6b08a278203875809f44a5ea3e506ad8d2ac386
Author: Víctor Manuel Jáquez Leal <vjaquez igalia com>
Date:   Fri Aug 6 00:58:57 2010 +0200

    autogen.sh: remove the ACLOCAL_FLAGS variable
    
    The user can set the ACLOCAL environment variable to override
    the location of the <prefix>/share/aclocal. But the assignation of
    the variable ACLOCAL_FLAGS prevents the override.
    
    This patch also pass the autogen.sh parameters to gnome-autogen.sh.
    
    Signed-off-by: Víctor Manuel Jáquez Leal <vjaquez igalia com>

 autogen.sh |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 0f00aae..1bdfde4 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -4,8 +4,6 @@
 srcdir=`dirname $0`
 test -z "$srcdir" && srcdir=.
 
-REQUIRED_AUTOMAKE_VERSION=1.10
-ACLOCAL_FLAGS="-I m4"
 PKG_NAME="grilo"
 
 (test -f $srcdir/configure.ac) || {
@@ -19,4 +17,7 @@ which gnome-autogen.sh || {
     exit 1
 }
 
-USE_GNOME2_MACROS=1 USE_COMMON_DOC_BUILD=yes . gnome-autogen.sh
+REQUIRED_AUTOMAKE_VERSION=1.10 \
+USE_GNOME2_MACROS=1 \
+USE_COMMON_DOC_BUILD=yes \
+. gnome-autogen.sh $*



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