diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2011-03-15 15:43:48 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2011-03-16 13:02:32 -0400 |
commit | 0ac450f47c55fb2bac394f6377f1aabde1ab8429 (patch) | |
tree | ecb4d6948a6a3ba3c7b67203caaba87497071f13 /configure.ac | |
parent | f21f00bd9b8e641d639d70d086df1b14faa34e38 (diff) |
specs: convert XI2proto.txt to html using asciidoc
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 39e4df9..bd5f046 100644 --- a/configure.ac +++ b/configure.ac @@ -3,11 +3,14 @@ AC_INIT([InputProto], [2.0.1], [https://bugs.freedesktop.org/enter_bug.cgi?produ AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE -# Require xorg-macros: XORG_DEFAULT_OPTIONS +# Require xorg-macros: XORG_WITH_ASCIIDOC m4_ifndef([XORG_MACROS_VERSION], - [m4_fatal([must install xorg-macros 1.3 or later before running autoconf/autogen])]) -XORG_MACROS_VERSION(1.3) + [m4_fatal([must install xorg-macros 1.10 or later before running autoconf/autogen])]) +XORG_MACROS_VERSION(1.10) XORG_DEFAULT_OPTIONS +XORG_ENABLE_SPECS +XORG_WITH_ASCIIDOC(8.4.5) AC_OUTPUT([Makefile + specs/Makefile inputproto.pc]) |