PolicyKit: Branch 'master' - 2 commits

David Zeuthen david at kemper.freedesktop.org
Fri Aug 31 12:54:50 PDT 2007


 Makefile.am  |    3 +++
 configure.in |    2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
diff-tree 1817a0fc0499a79cb37c1610d3970e66d78c150b (from 2b27f63a2b49c57e83a82bc4966fadde02b62f1d)
Author: David Zeuthen <davidz at redhat.com>
Date:   Fri Aug 31 15:48:52 2007 -0400

    bump so name

diff --git a/configure.in b/configure.in
index 19f745e..9fd70b2 100644
--- a/configure.in
+++ b/configure.in
@@ -10,7 +10,7 @@ AM_MAINTAINER_MODE
 #
 # See http://sources.redhat.com/autobook/autobook/autobook_91.html#SEC91 for details
 #
-LT_CURRENT=1
+LT_CURRENT=2
 LT_REVISION=0
 LT_AGE=0
 AC_SUBST(LT_CURRENT)
diff-tree 2b27f63a2b49c57e83a82bc4966fadde02b62f1d (from 6642ec69b4e379897e146a47df25240f4153af2d)
Author: David Zeuthen <davidz at redhat.com>
Date:   Fri Aug 31 15:48:38 2007 -0400

    fix 'make distcheck' by avoiding with man pages on distcheck

diff --git a/Makefile.am b/Makefile.am
index 8a062fa..f925874 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -23,5 +23,8 @@ $(srcdir)/ChangeLog:
 
 EXTRA_DIST = HACKING mkinstalldirs ChangeLog
 
+# xsltproc barfs on 'make distcheck'; disable for now
+DISTCHECK_CONFIGURE_FLAGS=--disable-man-pages
+
 clean-local :
 	rm -f *~


More information about the hal-commit mailing list