[Intel-gfx] [PATCH gen4asm 1/3] build: Don't use automake's maintainer mode

Daniel Vetter daniel at ffwll.ch
Fri Jan 11 09:41:05 CET 2013


On Thu, Jan 10, 2013 at 10:23:31PM +0000, Damien Lespiau wrote:
> This is pretty much deprecated and automake includes a better equivalent
> when maintainer's mode is not used.
> 
> Signed-off-by: Damien Lespiau <damien.lespiau at intel.com>

What about moving gen4asm into a subdir of i-g-t? With git filter-branch
we could even retain the entire history ....
-Daniel

> ---
>  autogen.sh   |    2 +-
>  configure.ac |    2 --
>  2 files changed, 1 insertions(+), 3 deletions(-)
> 
> diff --git a/autogen.sh b/autogen.sh
> index 904cd67..354f254 100755
> --- a/autogen.sh
> +++ b/autogen.sh
> @@ -9,4 +9,4 @@ cd $srcdir
>  autoreconf -v --install || exit 1
>  cd $ORIGDIR || exit $?
>  
> -$srcdir/configure --enable-maintainer-mode "$@"
> +$srcdir/configure "$@"
> diff --git a/configure.ac b/configure.ac
> index 0b4427c..a195505 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -10,8 +10,6 @@ AC_INIT([intel-gen4asm],
>  AC_CONFIG_SRCDIR([Makefile.am])
>  AM_INIT_AUTOMAKE([dist-bzip2 foreign])
>  
> -AM_MAINTAINER_MODE
> -
>  # Checks for programs.
>  AC_PROG_CC
>  AM_PROG_LEX
> -- 
> 1.7.7.5
> 
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/intel-gfx

-- 
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch



More information about the Intel-gfx mailing list