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

Peter Hutterer peter.hutterer at who-t.net
Tue Oct 29 04:43:11 CET 2013


On Mon, Oct 28, 2013 at 06:32:36PM -0400, 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>
> ---
merged, thanks.

Cheers,
   Peter


>  configure.ac |    3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/configure.ac b/configure.ac
> index 7b4e70f..e6ffe21 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -2238,7 +2238,7 @@ if test "x$CONFIG_HAL" = xno && test "x$CONFIG_UDEV" = xno; then
>               ***********************************************])
>  fi
>  
> -AC_OUTPUT([
> +AC_CONFIG_FILES([
>  Makefile
>  glx/Makefile
>  include/Makefile
> @@ -2339,3 +2339,4 @@ test/xi2/Makefile
>  xserver.ent
>  xorg-server.pc
>  ])
> +AC_OUTPUT
> -- 
> 1.7.9.5
> 
> _______________________________________________
> xorg-devel at lists.x.org: X.Org development
> Archives: http://lists.x.org/archives/xorg-devel
> Info: http://lists.x.org/mailman/listinfo/xorg-devel
> 


More information about the xorg-devel mailing list