summaryrefslogtreecommitdiff
path: root/trapproto
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2018-01-30 11:50:59 -0500
committerAdam Jackson <ajax@redhat.com>2018-01-30 11:53:42 -0500
commit23dfde49cc87f144013721905f8b7bf559ce8e54 (patch)
treec03e19b1a1825596a6d60a9cc4f4c4d4498d1610 /trapproto
parentf8d79a05e5e6a5b49c7b64aa10b1213959cd9801 (diff)
git rm -f */configure.ac
Note that the AC_ARG_ENABLE bits from x11proto might still matter... Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'trapproto')
-rw-r--r--trapproto/configure.ac12
1 files changed, 0 insertions, 12 deletions
diff --git a/trapproto/configure.ac b/trapproto/configure.ac
deleted file mode 100644
index 6b9b582..0000000
--- a/trapproto/configure.ac
+++ /dev/null
@@ -1,12 +0,0 @@
-AC_PREREQ([2.57])
-AC_INIT([TrapProto], [3.4.3], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
-
-# Require xorg-macros: XORG_CHANGELOG
-m4_ifndef([XORG_MACROS_VERSION], [AC_FATAL([must install xorg-macros 1.2 or later before running autoconf/autogen])])
-XORG_MACROS_VERSION(1.2)
-XORG_RELEASE_VERSION
-XORG_CHANGELOG
-
-AC_OUTPUT([Makefile
- trapproto.pc])