From 9f1501a9c8ede82c0bf4e85d7c4dc5c404fec865 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Mon, 9 May 2005 18:20:06 +0000 Subject: [PATCH] Change all the protonames from Ext to Proto. --- Makefile.am | 4 ++-- configure.ac | 4 ++-- renderext.pc.in => renderproto.pc.in | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) rename renderext.pc.in => renderproto.pc.in (90%) diff --git a/Makefile.am b/Makefile.am index d72610d..0c896eb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,6 +4,6 @@ render_HEADERS = \ renderproto.h pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = renderext.pc +pkgconfig_DATA = renderproto.pc -EXTRA_DIST = autogen.sh renderext.pc.in +EXTRA_DIST = autogen.sh renderproto.pc.in diff --git a/configure.ac b/configure.ac index 5b08d68..7e3cc36 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.57]) -AC_INIT([RenderExt], [7.0], [xorg@lists.freedesktop.org]) +AC_INIT([RenderProto], [7.0], [xorg@lists.freedesktop.org]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AC_OUTPUT([Makefile - renderext.pc]) + renderproto.pc]) diff --git a/renderext.pc.in b/renderproto.pc.in similarity index 90% rename from renderext.pc.in rename to renderproto.pc.in index 210316d..17331e9 100644 --- a/renderext.pc.in +++ b/renderproto.pc.in @@ -3,7 +3,7 @@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ -Name: RenderExt +Name: RenderProto Description: Render extension headers Version: @PACKAGE_VERSION@ Cflags: -I${includedir}