summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-05-09 18:20:04 +0000
committerSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-05-09 18:20:04 +0000
commit8daef2b6035761994584be1772f2bd8fc4afe99b (patch)
tree6eb3446fa88ecfedce105202f4aa13ef85ae0315
parentaf91f8a13dd7980d4964afe9f0dabbabe27847d9 (diff)
Change all the protonames from <extension>Ext to <extension>Proto.
-rw-r--r--Makefile.am4
-rw-r--r--configure.ac4
-rw-r--r--glproto.pc.in (renamed from glext.pc.in)2
3 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index dfc7aba..1365d7e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,6 +8,6 @@ gl_HEADERS = \
glxtokens.h
pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = glext.pc
+pkgconfig_DATA = glproto.pc
-EXTRA_DIST = autogen.sh glext.pc.in
+EXTRA_DIST = autogen.sh glproto.pc.in
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])
diff --git a/glext.pc.in b/glproto.pc.in
index 389362f..bd275d8 100644
--- a/glext.pc.in
+++ b/glproto.pc.in
@@ -3,7 +3,7 @@ exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
-Name: GLExt
+Name: GLProto
Description: GL extension headers
Version: @PACKAGE_VERSION@
Cflags: -I${includedir}