summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-05-09 18:20:06 +0000
committerSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-05-09 18:20:06 +0000
commitf3c7759e6dc671ab6db160e739d00133e9996296 (patch)
treec25ba05e8c9341e027018ed0097da507605eabff /configure.ac
parent474a31667a8addb29a0f115790df2910400c4081 (diff)
downloadxorg-proto-xextproto-f3c7759e6dc671ab6db160e739d00133e9996296.tar.gz
Change all the protonames from <extension>Ext to <extension>Proto.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index fe24dec..ee70344 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.57])
-AC_INIT([XExtensions], [7.0], [xorg@lists.freedesktop.org])
+AC_INIT([XExtProto], [7.0], [xorg@lists.freedesktop.org])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AC_OUTPUT([Makefile
- xextensions.pc])
+ xextproto.pc])