From 7a08cc923ec903837ed23c2045b8227600fe3343 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Mon, 9 May 2005 18:20:03 +0000 Subject: [PATCH] Change all the protonames from Ext to Proto. --- Makefile.am | 4 ++-- bigreqsext.pc.in => bigreqsproto.pc.in | 2 +- configure.ac | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) rename bigreqsext.pc.in => bigreqsproto.pc.in (90%) diff --git a/Makefile.am b/Makefile.am index 8705e9a..c070e05 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,6 +3,6 @@ bigreqs_HEADERS = \ bigreqstr.h pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = bigreqsext.pc +pkgconfig_DATA = bigreqsproto.pc -EXTRA_DIST = autogen.sh bigreqsext.pc.in +EXTRA_DIST = autogen.sh bigreqsproto.pc.in diff --git a/bigreqsext.pc.in b/bigreqsproto.pc.in similarity index 90% rename from bigreqsext.pc.in rename to bigreqsproto.pc.in index e7d01dd..e3adbfd 100644 --- a/bigreqsext.pc.in +++ b/bigreqsproto.pc.in @@ -3,7 +3,7 @@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ -Name: BigReqsExt +Name: BigReqsProto Description: BigReqs extension headers Version: @PACKAGE_VERSION@ Cflags: -I${includedir} diff --git a/configure.ac b/configure.ac index 01ee2ae..851da63 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.57]) -AC_INIT([BigReqsExt], [7.0], [xorg@lists.freedesktop.org]) +AC_INIT([BigReqsProto], [7.0], [xorg@lists.freedesktop.org]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AC_OUTPUT([Makefile - bigreqsext.pc]) + bigreqsproto.pc])