aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2009-07-08 11:51:59 +0200
committerJim Meyering <meyering@redhat.com>2009-07-08 16:15:46 +0200
commitb731d7830e91388342e6a9d2a72eb4c2b5b8f651 (patch)
tree2ee566a4df27dfb57befec261c7b8db601689f75 /Makefile.am
parentfix another failing "make distcheck" (qemuhelptest) (diff)
downloadlibvirt-b731d7830e91388342e6a9d2a72eb4c2b5b8f651.tar.gz
libvirt-b731d7830e91388342e6a9d2a72eb4c2b5b8f651.tar.bz2
libvirt-b731d7830e91388342e6a9d2a72eb4c2b5b8f651.zip
use automake-1.11's silent-rules option, when possible
Don't use mylibtool, (subsumed by automake's silent rules) Its use was causing a non-srcdir build to fail. * Makefile.am (EXTRA_DIST): Remove mylibtool. * configure.in: Don't use mylibtool. * configure.in: Use AM_SILENT_RULES([yes]), but only if that m4 macro is defined. Thus, it works even on systems that lack automake-1.11. Daniel Berrange suggested adding the conditional, so that we don't have a hard requirement on 1.11, e.g., for RHEL5.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 681034a33..7a3438eda 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,8 +19,7 @@ EXTRA_DIST = \
.x-sc_require_config_h \
.x-sc_prohibit_nonreentrant \
Makefile.nonreentrant \
- autogen.sh \
- mylibtool
+ autogen.sh
man_MANS = virsh.1