diff options
| author | Stephen M. Webb <stephen.webb@canonical.com> | 2011-02-14 09:57:02 +0100 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2011-02-14 09:59:15 +0100 |
| commit | 49797f6d4bd5c622b0ab3e9c111a8f09ff35f35c (patch) | |
| tree | 6a8d19a4d3f9f99217e6ead121700119adade9ae /configure.ac | |
| parent | f0aba58c91933a4702a7cc74f7daf4192868f570 (diff) | |
Changes required for uploading into Ubuntu
Signed-off-by: Stephen M. Webb <stephen.webb@canonical.com>w
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 0ff758f..980a044 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -25,6 +25,11 @@ AC_PROG_INSTALL | |||
| 25 | PKG_CHECK_MODULES([MTDEV], [mtdev >= 1.1]) | 25 | PKG_CHECK_MODULES([MTDEV], [mtdev >= 1.1]) |
| 26 | PKG_CHECK_MODULES([EVEMU], [utouch-evemu >= 1.0]) | 26 | PKG_CHECK_MODULES([EVEMU], [utouch-evemu >= 1.0]) |
| 27 | 27 | ||
| 28 | AC_CHECK_PROG([ASCIIDOC], [a2x], [a2x]) | ||
| 29 | AM_CONDITIONAL([HAVE_DOCTOOLS], [test "x$ASCIIDOC" != "x"]) | ||
| 30 | AS_IF([test "x$ASCIIDOC" = "x"], | ||
| 31 | [AC_MSG_WARN([asciidoc not installed, man pages will not be created])]) | ||
| 32 | |||
| 28 | AC_CONFIG_FILES([Makefile | 33 | AC_CONFIG_FILES([Makefile |
| 29 | src/Makefile | 34 | src/Makefile |
| 30 | test/Makefile | 35 | test/Makefile |
