summaryrefslogtreecommitdiff
path: root/inputproto
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 /inputproto
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 'inputproto')
-rwxr-xr-xinputproto/autogen.sh12
-rw-r--r--inputproto/configure.ac13
2 files changed, 0 insertions, 25 deletions
diff --git a/inputproto/autogen.sh b/inputproto/autogen.sh
deleted file mode 100755
index 904cd67..0000000
--- a/inputproto/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/inputproto/configure.ac b/inputproto/configure.ac
deleted file mode 100644
index 7466dc3..0000000
--- a/inputproto/configure.ac
+++ /dev/null
@@ -1,13 +0,0 @@
-AC_PREREQ([2.60])
-AC_INIT([InputProto], [2.0], [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
- inputproto.pc])