summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-05-09 18:20:05 +0000
committerSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-05-09 18:20:05 +0000
commit163d7443ea3776eeb00f85fdebebb53938924fb0 (patch)
tree76db2520365b94c3279c5fb14ef9dfc3ce585d05 /configure.ac
parent61968cefee6fa47e6a2e99ac1277aa7496555d9b (diff)
downloadxorg-proto-printproto-163d7443ea3776eeb00f85fdebebb53938924fb0.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 a89ec19..77e872f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.57])
-AC_INIT([PrintExt], [7.0], [xorg@lists.freedesktop.org])
+AC_INIT([PrintProto], [7.0], [xorg@lists.freedesktop.org])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AC_OUTPUT([Makefile
- printext.pc])
+ printproto.pc])