summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-08-18 23:38:58 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-08-18 23:38:58 +0000
commit3a5c49ccf73bdd2c922ef268d5321c4be3646dc8 (patch)
treecc2c8dcf30eca9461bb440e12b91f15f17d4c6d3
parent15a1ef9ee61151496ec36abdedd4c85b9f1af4f6 (diff)
Xinerama protocol module should be named Xinerama, not Panoramix
-rw-r--r--COPYING45
-rw-r--r--Makefile.am10
-rwxr-xr-xautogen.sh12
-rw-r--r--configure.ac8
-rw-r--r--panoramixproto.pc.in9
5 files changed, 0 insertions, 84 deletions
diff --git a/COPYING b/COPYING
deleted file mode 100644
index 54284fc..0000000
--- a/COPYING
+++ /dev/null
@@ -1,45 +0,0 @@
-Copyright 2003 The Open Group
-
-Permission to use, copy, modify, distribute, and sell this software and its
-documentation for any purpose is hereby granted without fee, provided that
-the above copyright notice appear in all copies and that both that
-copyright notice and this permission notice appear in supporting
-documentation.
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
-AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Except as contained in this notice, the name of The Open Group shall not be
-used in advertising or otherwise to promote the sale, use or other dealings
-in this Software without prior written authorization from The Open Group.
-
-
-Copyright (c) 1991, 1997 Digital Equipment Corporation, Maynard, Massachusetts.
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software.
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
-DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING,
-BUT NOT LIMITED TO CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY,
-WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
-IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Except as contained in this notice, the name of Digital Equipment Corporation
-shall not be used in advertising or otherwise to promote the sale, use or other
-dealings in this Software without prior written authorization from Digital
-Equipment Corporation.
diff --git a/Makefile.am b/Makefile.am
deleted file mode 100644
index 7c2950f..0000000
--- a/Makefile.am
+++ /dev/null
@@ -1,10 +0,0 @@
-panoramixdir = $(includedir)/X11/extensions
-panoramix_HEADERS = \
- panoramiXext.h \
- panoramiXproto.h \
- Xinerama.h
-
-pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = panoramixproto.pc
-
-EXTRA_DIST = autogen.sh panoramixproto.pc.in
diff --git a/autogen.sh b/autogen.sh
deleted file mode 100755
index 904cd67..0000000
--- a/autogen.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#! /bin/sh
-
-srcdir=`dirname $0`
-test -z "$srcdir" && srcdir=.
-
-ORIGDIR=`pwd`
-cd $srcdir
-
-autoreconf -v --install || exit 1
-cd $ORIGDIR || exit $?
-
-$srcdir/configure --enable-maintainer-mode "$@"
diff --git a/configure.ac b/configure.ac
deleted file mode 100644
index aa1b46e..0000000
--- a/configure.ac
+++ /dev/null
@@ -1,8 +0,0 @@
-AC_PREREQ([2.57])
-AC_INIT([PanoramixProto], [1.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
-
-XORG_RELEASE_VERSION
-
-AC_OUTPUT([Makefile
- panoramixproto.pc])
diff --git a/panoramixproto.pc.in b/panoramixproto.pc.in
deleted file mode 100644
index ed67e99..0000000
--- a/panoramixproto.pc.in
+++ /dev/null
@@ -1,9 +0,0 @@
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-libdir=@libdir@
-includedir=@includedir@
-
-Name: PanoramixProto
-Description: Panoramix extension headers
-Version: @PACKAGE_VERSION@
-Cflags: -I${includedir}