summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-05-09 18:20:06 +0000
committerSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-05-09 18:20:06 +0000
commitf3c7759e6dc671ab6db160e739d00133e9996296 (patch)
treec25ba05e8c9341e027018ed0097da507605eabff
parent474a31667a8addb29a0f115790df2910400c4081 (diff)
downloadxorg-proto-xextproto-f3c7759e6dc671ab6db160e739d00133e9996296.tar.gz
Change all the protonames from <extension>Ext to <extension>Proto.
-rw-r--r--Makefile.am4
-rw-r--r--configure.ac4
-rw-r--r--xextproto.pc.in (renamed from xextensions.pc.in)2
3 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index 77d6ddc..7ce6d66 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -38,6 +38,6 @@ xext_HEADERS = \
xteststr.h
pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = xextensions.pc
+pkgconfig_DATA = xextproto.pc
-EXTRA_DIST = autogen.sh xextensions.pc.in
+EXTRA_DIST = autogen.sh xextproto.pc.in
diff --git a/configure.ac b/configure.ac
index fe24dec..ee70344 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.57])
-AC_INIT([XExtensions], [7.0], [xorg@lists.freedesktop.org])
+AC_INIT([XExtProto], [7.0], [xorg@lists.freedesktop.org])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AC_OUTPUT([Makefile
- xextensions.pc])
+ xextproto.pc])
diff --git a/xextensions.pc.in b/xextproto.pc.in
index 07d9ae2..e85200f 100644
--- a/xextensions.pc.in
+++ b/xextproto.pc.in
@@ -3,7 +3,7 @@ exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
-Name: XExtensions
+Name: XExtProto
Description: XExt extension headers
Version: @PACKAGE_VERSION@
Cflags: -I${includedir}