[Xcb] [PATCH RESEND image 02/12] config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
Josh Triplett
josh at joshtriplett.org
Thu Mar 27 12:12:14 PDT 2014
On Thu, Mar 27, 2014 at 02:37:05PM -0400, Gaetan Nadon wrote:
> Fix Automake warning: AC_OUTPUT should be used without arguments.
> www.gnu.org/software/autoconf/manual/autoconf.html#Configuration-Files
>
> Changed layout to one file per file like other xorg modules.
>
> Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
Reviewed-by: Josh Triplett <josh at joshtriplett.org>
> configure.ac | 9 +++++----
> 1 file changed, 5 insertions(+), 4 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> index 2a4cd00..603f46e 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -15,7 +15,8 @@ PKG_CHECK_MODULES(XCB_SHM, xcb-shm)
> PKG_CHECK_MODULES(XPROTO, xproto >= 7.0.8)
> PKG_CHECK_MODULES(XCB_UTIL, xcb-util)
>
> -AC_OUTPUT([Makefile
> - image/Makefile image/xcb-image.pc
> - xcb_util_intro
> - ])
> +AC_CONFIG_FILES([Makefile
> + image/Makefile
> + image/xcb-image.pc
> + xcb_util_intro])
> +AC_OUTPUT
> --
> 1.7.9.5
>
> _______________________________________________
> Xcb mailing list
> Xcb at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/xcb
More information about the Xcb
mailing list