From 9dc2b4d4ab16b6164796f1e7eb5c419209ec4ff2 Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Sat, 15 Apr 2006 19:39:39 -0700 Subject: [PATCH] Change human-readable name from "XCBProto" to "XCB Proto"; this changes the tarname to "xcb-proto", which matches the Debian package and looks better than "xcbproto". --- configure.ac | 2 +- xcb-proto.pc.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 737422a..5c1044d 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT([XCBProto], +AC_INIT([XCB Proto], 0.9, [xcb@lists.freedesktop.org]) AC_CONFIG_SRCDIR([xcb-proto.pc.in]) diff --git a/xcb-proto.pc.in b/xcb-proto.pc.in index 1e2e8f6..9e9d23d 100644 --- a/xcb-proto.pc.in +++ b/xcb-proto.pc.in @@ -2,6 +2,6 @@ prefix=@prefix@ includedir=@includedir@ xcbincludedir=@xcbincludedir@ -Name: XCBProto +Name: XCB Proto Description: X protocol descriptions for XCB Version: @PACKAGE_VERSION@ -- 2.34.1