From 46fff69a6fd6c930838ace5c7b0c651cb29d6273 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: Change all the protonames from Ext to Proto. --- Makefile.am | 4 ++-- configure.ac | 4 ++-- xcmiscext.pc.in | 9 --------- xcmiscproto.pc.in | 9 +++++++++ 4 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 xcmiscext.pc.in create mode 100644 xcmiscproto.pc.in diff --git a/Makefile.am b/Makefile.am index d57e2a4..c96bbf8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,6 +3,6 @@ xcmisc_HEADERS = \ xcmiscstr.h pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = xcmiscext.pc +pkgconfig_DATA = xcmiscproto.pc -EXTRA_DIST = autogen.sh xcmiscext.pc.in +EXTRA_DIST = autogen.sh xcmiscproto.pc.in diff --git a/configure.ac b/configure.ac index 08418bd..f6d8968 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.57]) -AC_INIT([XCMiscExt], [7.0], [xorg@lists.freedesktop.org]) +AC_INIT([XCMiscProto], [7.0], [xorg@lists.freedesktop.org]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AC_OUTPUT([Makefile - xcmiscext.pc]) + xcmiscproto.pc]) diff --git a/xcmiscext.pc.in b/xcmiscext.pc.in deleted file mode 100644 index 4e11878..0000000 --- a/xcmiscext.pc.in +++ /dev/null @@ -1,9 +0,0 @@ -prefix=@prefix@ -exec_prefix=@exec_prefix@ -libdir=@libdir@ -includedir=@includedir@ - -Name: XCMiscExt -Description: XCMisc extension headers -Version: @PACKAGE_VERSION@ -Cflags: -I${includedir} diff --git a/xcmiscproto.pc.in b/xcmiscproto.pc.in new file mode 100644 index 0000000..86b030a --- /dev/null +++ b/xcmiscproto.pc.in @@ -0,0 +1,9 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: XCMiscProto +Description: XCMisc extension headers +Version: @PACKAGE_VERSION@ +Cflags: -I${includedir} -- cgit v1.2.1