diff options
-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} |