From: Daniel P. Berrange Date: Mon, 12 Jul 2010 13:08:36 +0000 (+0100) Subject: Fix build by removing unknown pod2man flag X-Git-Tag: v0.8.3~145 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69bf3535a7fcfdf326b09b7331e99513c5c891d6;p=thirdparty%2Flibvirt.git 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 --- 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 \