[Glamor] [PATCH] config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES

Zhigang Gong zhigang.gong at linux.intel.com
Mon Nov 18 23:21:25 PST 2013


LGTM, pushed, thanks.

On Wed, Nov 13, 2013 at 09:57:23AM -0500, Gaetan Nadon wrote:
> Fix Automake warning: AC_OUTPUT should be used without arguments.
> www.gnu.org/software/autoconf/manual/autoconf.html#Configuration-Files
> 
> Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
> ---
>  configure.ac |    3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/configure.ac b/configure.ac
> index 2983394..b7b25d0 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -187,8 +187,9 @@ fi
>  AC_SUBST([GLX_DEFINES])
>  AC_SUBST([GLX_SYS_LIBS])
>  
> -AC_OUTPUT([Makefile
> +AC_CONFIG_FILES([Makefile
>             glamor-egl.pc
>             glamor.pc
>             src/Makefile
>  	   conf/Makefile])
> +AC_OUTPUT
> -- 
> 1.7.9.5
> 
> _______________________________________________
> Glamor mailing list
> Glamor at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/glamor


More information about the Glamor mailing list