summaryrefslogtreecommitdiff
path: root/fontcacheproto/configure.ac
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2010-04-06 14:17:31 -0700
committerKeith Packard <keithp@keithp.com>2010-04-06 14:17:31 -0700
commitc1abf0f4a727ad33621c3d5170bf3087ca496133 (patch)
tree27c9eb5677881dcb1e35cb0fdc114140e04a9570 /fontcacheproto/configure.ac
parent8c2adc43dc368891b6bdd6b3670eec0b413e20ff (diff)
Move fontcacheproto files to their sub-directory
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'fontcacheproto/configure.ac')
-rw-r--r--fontcacheproto/configure.ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/fontcacheproto/configure.ac b/fontcacheproto/configure.ac
new file mode 100644
index 0000000..2c13bd2
--- /dev/null
+++ b/fontcacheproto/configure.ac
@@ -0,0 +1,13 @@
+AC_PREREQ([2.57])
+AC_INIT([FontcacheProto], [0.1.3], [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
+ fontcacheproto.pc])