diff options
author | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-05-09 18:20:04 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-05-09 18:20:04 +0000 |
commit | f875959fca0981f17522c6325e072391582090de (patch) | |
tree | fcf4a0535aa65a210e5c9f677d05228d574bd809 | |
parent | 79c89e7f8bd4a291cc58bc18727503ab853764db (diff) |
Change all the protonames from <extension>Ext to <extension>Proto.
-rw-r--r-- | Makefile.am | 4 | ||||
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | fontsproto.pc.in (renamed from fontsext.pc.in) | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index 3b367e0..671be72 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,6 +8,6 @@ fonts_HEADERS = \ FSproto.h pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = fontsext.pc +pkgconfig_DATA = fontsproto.pc -EXTRA_DIST = autogen.sh fontsext.pc.in +EXTRA_DIST = autogen.sh fontsproto.pc.in diff --git a/configure.ac b/configure.ac index 9e1273d..929664e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.57]) -AC_INIT([FontsExt], [7.0], [xorg@lists.freedesktop.org]) +AC_INIT([FontsProto], [7.0], [xorg@lists.freedesktop.org]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AC_OUTPUT([Makefile - fontsext.pc]) + fontsproto.pc]) diff --git a/fontsext.pc.in b/fontsproto.pc.in index 4335cd5..b7db169 100644 --- a/fontsext.pc.in +++ b/fontsproto.pc.in @@ -3,7 +3,7 @@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ -Name: FontsExt +Name: FontsProto Description: Fonts extension headers Version: @PACKAGE_VERSION@ Cflags: -I${includedir} |