Change human-readable name from "XCBProto" to "XCB Proto"; this changes the
authorJosh Triplett <josh@freedesktop.org>
Sun, 16 Apr 2006 02:39:39 +0000 (19:39 -0700)
committerJosh Triplett <josh@freedesktop.org>
Sun, 16 Apr 2006 02:39:39 +0000 (19:39 -0700)
tarname to "xcb-proto", which matches the Debian package and looks better than
"xcbproto".

configure.ac
xcb-proto.pc.in

index 737422a..5c1044d 100644 (file)
@@ -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])
index 1e2e8f6..9e9d23d 100644 (file)
@@ -2,6 +2,6 @@ prefix=@prefix@
 includedir=@includedir@
 xcbincludedir=@xcbincludedir@
 
-Name: XCBProto
+Name: XCB Proto
 Description: X protocol descriptions for XCB
 Version: @PACKAGE_VERSION@