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