[Xcb] [PATCH RESEND image 01/12] config: add bug URL to AC_INIT
Josh Triplett
josh at joshtriplett.org
Thu Mar 27 12:10:22 PDT 2014
On Thu, Mar 27, 2014 at 02:37:04PM -0400, Gaetan Nadon wrote:
> Use same layout as libxcb.
>
> Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
Reviewed-by: Josh Triplett <josh at joshtriplett.org>
> configure.ac | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/configure.ac b/configure.ac
> index 63a32e5..2a4cd00 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -1,5 +1,7 @@
> AC_PREREQ(2.59c)
> -AC_INIT([xcb-util-image],0.3.9,[xcb at lists.freedesktop.org])
> +AC_INIT([xcb-util-image],[0.3.9],
> + [https://bugs.freedesktop.org/enter_bug.cgi?product=xcb&component=Utils],
> + [xcb-util-image])
> AC_CONFIG_SRCDIR([Makefile.am])
> AC_CONFIG_MACRO_DIR([m4])
> AM_INIT_AUTOMAKE([foreign dist-bzip2])
> --
> 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