File: a2x.m4

package info (click to toggle)
authselect 1.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,384 kB
  • sloc: ansic: 7,757; sh: 477; makefile: 352; python: 164; xml: 24
file content (8 lines) | stat: -rw-r--r-- 226 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
dnl Checks for tools needed to generate manual pages
AC_DEFUN([CHECK_ASCIIDOC_TOOLS],
[
  AC_PATH_PROG([A2X], [a2x])
  if test x"$A2X" = "x"; then
    AC_MSG_WARN([Could not find a2x, man pages will not be generated])
  fi
])