resetting manifest requested domain to floor
[platform/upstream/man-db.git] / m4 / man-po4a.m4
1 # man-po4a.m4 serial 2
2 dnl MAN_PO4A
3 dnl Detect the presence of po4a.
4
5 AC_DEFUN([MAN_PO4A],
6 [AC_CHECK_PROGS([PO4A], [po4a])
7  AC_SUBST([PO4A])
8  AM_CONDITIONAL([PO4A], [test -n "$PO4A"])
9 ]) # MAN_PO4A