aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2011-08-24 10:45:32 -0700
committerBen Pfaff <blp@nicira.com>2011-08-24 12:42:52 -0700
commit0027492deeae5ed1c51458ae1970064be2089df9 (patch)
treebb192451c4a6fc5288b7681b064045d1aae52eb3 /configure.ac
parent5d943800c1681d572411f9883e45dfb9a9e33909 (diff)
docs: Add Makefile rule to check syntax of manpages.
This should catch future nroff syntax errors immediately, instead of much later.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 492c7bcf..e03946aa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -67,6 +67,7 @@ OVS_CHECK_VALGRIND
OVS_CHECK_SOCKET_LIBS
OVS_CHECK_LINKER_SECTIONS
OVS_CHECK_XENSERVER_VERSION
+OVS_CHECK_GROFF
OVS_ENABLE_OPTION([-Wall])
OVS_ENABLE_OPTION([-Wno-sign-compare])