From 69bf3535a7fcfdf326b09b7331e99513c5c891d6 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Mon, 12 Jul 2010 14:08:36 +0100 Subject: [PATCH] Fix build by removing unknown pod2man flag Some versions of pod2man do not support the -u flag, so this can't be used * daemon/Makefile.am: Remove -u flag from pod2man --- daemon/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 54012886af..cf7951d86e 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -54,7 +54,7 @@ augeastestsdir = $(datadir)/augeas/lenses/tests augeastests_DATA = test_libvirtd.aug POD2MAN = pod2man -c "Virtualization Support" \ - -r "$(PACKAGE)-$(VERSION)" -s 8 -u + -r "$(PACKAGE)-$(VERSION)" -s 8 libvirtd.pod: libvirtd.pod.in sed \ -- GitLab