summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-05-09 18:20:04 +0000
committerSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-05-09 18:20:04 +0000
commit32157c7dc40ecf148db657ee8e6c01cf4e23ebb4 (patch)
tree15ca0528e48f43a9f55a7263865cda094c2ce747
parent4653ec6e4e4f1917eb374c5ca8211993c76e643d (diff)
Change all the protonames from <extension>Ext to <extension>Proto.
-rw-r--r--Makefile.am4
-rw-r--r--configure.ac4
-rw-r--r--fontcacheproto.pc.in (renamed from fontcacheext.pc.in)2
3 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index d88aa84..77328db 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,6 +5,6 @@ fontcache_HEADERS = \
fontcachstr.h
pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = fontcacheext.pc
+pkgconfig_DATA = fontcacheproto.pc
-EXTRA_DIST = autogen.sh fontcacheext.pc.in
+EXTRA_DIST = autogen.sh fontcacheproto.pc.in
diff --git a/configure.ac b/configure.ac
index b51d1f3..72af5c7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.57])
-AC_INIT([FontcacheExt], [7.0], [xorg@lists.freedesktop.org])
+AC_INIT([FontcacheProto], [7.0], [xorg@lists.freedesktop.org])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AC_OUTPUT([Makefile
- fontcacheext.pc])
+ fontcacheproto.pc])
diff --git a/fontcacheext.pc.in b/fontcacheproto.pc.in
index 4442087..afb2127 100644
--- a/fontcacheext.pc.in
+++ b/fontcacheproto.pc.in
@@ -3,7 +3,7 @@ exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
-Name: FontcacheExt
+Name: FontcacheProto
Description: Fontcache extension headers
Version: @PACKAGE_VERSION@
Cflags: -I${includedir}