From 8daef2b6035761994584be1772f2bd8fc4afe99b Mon Sep 17 00:00:00 2001 From: Søren Sandmann Pedersen Date: Mon, 9 May 2005 18:20:04 +0000 Subject: Change all the protonames from Ext to Proto. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index bacfca6..340ad35 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.57]) -AC_INIT([GLExt], [7.0], [xorg@lists.freedesktop.org]) +AC_INIT([GLProto], [7.0], [xorg@lists.freedesktop.org]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AC_OUTPUT([Makefile - glext.pc]) + glproto.pc]) -- cgit v1.2.3