summaryrefslogtreecommitdiff
path: root/fixesproto
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2010-04-07 16:42:25 -0700
committerKeith Packard <keithp@keithp.com>2010-04-07 16:42:25 -0700
commit586a351c31b2b385a5cf3fc696ec26221095253a (patch)
treeccd27baf7d51b776313d0b55ac69f5acf9ad0475 /fixesproto
parentc0c77351aa5fbe84b5a98b4f4fc880ea8428bf1f (diff)
Remove remaining subdirectory configure remains
All of the configure.ac and autogen.sh files are gone now. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'fixesproto')
-rwxr-xr-xfixesproto/autogen.sh12
-rw-r--r--fixesproto/configure.ac37
2 files changed, 0 insertions, 49 deletions
diff --git a/fixesproto/autogen.sh b/fixesproto/autogen.sh
deleted file mode 100755
index 904cd67..0000000
--- a/fixesproto/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/fixesproto/configure.ac b/fixesproto/configure.ac
deleted file mode 100644
index 04a9feb..0000000
--- a/fixesproto/configure.ac
+++ /dev/null
@@ -1,37 +0,0 @@
-dnl
-dnl Copyright © 2003 Keith Packard, Noah Levitt
-dnl
-dnl Permission to use, copy, modify, distribute, and sell this software and its
-dnl documentation for any purpose is hereby granted without fee, provided that
-dnl the above copyright notice appear in all copies and that both that
-dnl copyright notice and this permission notice appear in supporting
-dnl documentation, and that the name of Keith Packard not be used in
-dnl advertising or publicity pertaining to distribution of the software without
-dnl specific, written prior permission. Keith Packard makes no
-dnl representations about the suitability of this software for any purpose. It
-dnl is provided "as is" without express or implied warranty.
-dnl
-dnl KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
-dnl INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
-dnl EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
-dnl CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
-dnl DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
-dnl TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
-dnl PERFORMANCE OF THIS SOFTWARE.
-dnl
-dnl Process this file with autoconf to create configure.
-
-AC_PREREQ([2.60])
-AC_INIT([FixesProto], [4.1.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
-AM_MAINTAINER_MODE
-
-# Require xorg-macros: XORG_DEFAULT_OPTIONS
-m4_ifndef([XORG_MACROS_VERSION],
- [m4_fatal([must install xorg-macros 1.3 or later before running autoconf/autogen])])
-XORG_MACROS_VERSION(1.3)
-XORG_DEFAULT_OPTIONS
-
-AC_OUTPUT([Makefile
- fixesproto.pc])
-