[Xcb] [PATCH libxcb 3/7] autoconf: AC_INIT: add bug url
Josh Triplett
josh at joshtriplett.org
Tue Dec 3 09:05:16 PST 2013
On Tue, Dec 03, 2013 at 11:12:05AM -0500, Gaetan Nadon wrote:
> Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
> ---
> configure.ac | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> index 1c30ff8..107c5b5 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -3,9 +3,9 @@
>
> # Initialize Autoconf
> AC_PREREQ([2.60])
> -AC_INIT([libxcb],
> - 1.9,
> - [xcb at lists.freedesktop.org])
> +AC_INIT([libxcb],[1.9],
> + [https://bugs.freedesktop.org/enter_bug.cgi?product=xcb],
> + [libxcb])
You've got one line indented with spaces here and another with a tab.
configure.ac seems to have wildly inconsistent indentation in general,
but XCB in general always uses spaces. Please use spaces consistently
for both of these lines.
(Perhaps a future patch could nuke the remaining tabs in configure.ac.)
- Josh Triplett
More information about the Xcb
mailing list