Re: [PATCH grilo-plugins] autogen.sh: remove the ACLOCAL_FLAGS variable
- From: Víctor M. Jáquez L. <vjaquez igalia com>
- To: grilo-list gnome org
- Subject: Re: [PATCH grilo-plugins] autogen.sh: remove the ACLOCAL_FLAGS variable
- Date: Fri, 6 Aug 2010 13:29:20 +0200
On Fri, Aug 06, 2010 at 01:16:27AM +0200, Víctor M. Jáquez L. wrote:
> The user can set the ACLOCAL environment variable to override
> the location of the <prefix>/share/aclocal. But this variable
> assignation prevents that.
>
> This patch also pass the autogen.sh parameters to gnome-autogen.sh
> and enables its debug messages.
Pushed without the --enable-debug flag because it's not used in our
configure.ac
vmjl
>
> 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 05a6a47..e8238c1 100755
> --- a/autogen.sh
> +++ b/autogen.sh
> @@ -4,8 +4,6 @@
> srcdir=`dirname $0`
> test -z "$srcdir" && srcdir=.
>
> -REQUIRED_AUTOMAKE_VERSION=1.8
> -ACLOCAL_FLAGS="-I m4"
> PKG_NAME="grilo-plugins"
>
> (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.8 \
> +USE_GNOME2_MACROS=1 \
> +USE_COMMON_DOC_BUILD=yes \
> +. gnome-autogen.sh --enable-debug $*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]