From 9f9835c828a2d8d51c099a829f7819a83f8a6f85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Mon, 9 May 2005 18:20:07 +0000 Subject: Change all the protonames from Ext to Proto. --- Makefile.am | 4 ++-- configure.ac | 4 ++-- xf86bigfontext.pc.in | 9 --------- xf86bigfontproto.pc.in | 9 +++++++++ 4 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 xf86bigfontext.pc.in create mode 100644 xf86bigfontproto.pc.in diff --git a/Makefile.am b/Makefile.am index d576eb5..1d07e50 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,6 +4,6 @@ xf86bigfont_HEADERS = \ xf86bigfstr.h pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = xf86bigfontext.pc +pkgconfig_DATA = xf86bigfontproto.pc -EXTRA_DIST = autogen.sh xf86bigfontext.pc.in +EXTRA_DIST = autogen.sh xf86bigfontproto.pc.in diff --git a/configure.ac b/configure.ac index 0187358..3d4ffb4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.57]) -AC_INIT([XF86BigFontExt], [7.0], [xorg@lists.freedesktop.org]) +AC_INIT([XF86BigFontProto], [7.0], [xorg@lists.freedesktop.org]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AC_OUTPUT([Makefile - xf86bigfontext.pc]) + xf86bigfontproto.pc]) diff --git a/xf86bigfontext.pc.in b/xf86bigfontext.pc.in deleted file mode 100644 index b2b1f54..0000000 --- a/xf86bigfontext.pc.in +++ /dev/null @@ -1,9 +0,0 @@ -prefix=@prefix@ -exec_prefix=@exec_prefix@ -libdir=@libdir@ -includedir=@includedir@ - -Name: XF86BigFontExt -Description: XF86BigFont extension headers -Version: @PACKAGE_VERSION@ -Cflags: -I${includedir} diff --git a/xf86bigfontproto.pc.in b/xf86bigfontproto.pc.in new file mode 100644 index 0000000..0db8c18 --- /dev/null +++ b/xf86bigfontproto.pc.in @@ -0,0 +1,9 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: XF86BigFontProto +Description: XF86BigFont extension headers +Version: @PACKAGE_VERSION@ +Cflags: -I${includedir} -- cgit v1.2.1