hal ChangeLog,1.915,1.916 configure.in,1.131,1.132
David Zeuthen
david at kemper.freedesktop.org
Mon Jun 5 20:17:29 PDT 2006
Update of /cvs/hal/hal
In directory kemper:/tmp/cvs-serv6797
Modified Files:
ChangeLog configure.in
Log Message:
2006-06-05 David Zeuthen <davidz at redhat.com>
* tools/Makefile.am: Be explicit about DIST_SUBDIRS as otherwise
'make distcheck' breaks.
* configure.in: Disable building docbook by default as it
currently breaks 'make distcheck'.
* doc/spec/Makefile.am: Also dist other XML files
Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.915
retrieving revision 1.916
diff -u -d -r1.915 -r1.916
--- ChangeLog 6 Jun 2006 01:52:07 -0000 1.915
+++ ChangeLog 6 Jun 2006 03:17:27 -0000 1.916
@@ -1,5 +1,15 @@
2006-06-05 David Zeuthen <davidz at redhat.com>
+ * tools/Makefile.am: Be explicit about DIST_SUBDIRS as otherwise
+ 'make distcheck' breaks.
+
+ * configure.in: Disable building docbook by default as it
+ currently breaks 'make distcheck'.
+
+ * doc/spec/Makefile.am: Also dist other XML files
+
+2006-06-05 David Zeuthen <davidz at redhat.com>
+
* configure.in, tools/Makefile.am: Patch from Joe Marcus Clarke
<marcus at freebsd.org> and Danny Kukawka <danny.kukawka at web.de> to
only install the backend we're building for.
Index: configure.in
===================================================================
RCS file: /cvs/hal/hal/configure.in,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- configure.in 6 Jun 2006 01:52:07 -0000 1.131
+++ configure.in 6 Jun 2006 03:17:27 -0000 1.132
@@ -75,7 +75,7 @@
# Taken from dbus
AC_ARG_ENABLE(ansi, [ --enable-ansi enable -ansi -pedantic gcc flags],enable_ansi=$enableval,enable_ansi=no)
AC_ARG_ENABLE(verbose-mode, [ --enable-verbose-mode support verbose debug mode],enable_verbose_mode=$enableval,enable_verbose_mode=$USE_MAINTAINER_MODE)
-AC_ARG_ENABLE(docbook-docs, [ --enable-docbook-docs build documentation (requires xmlto)],enable_docbook_docs=$enableval,enable_docbook_docs=auto)
+AC_ARG_ENABLE(docbook-docs, [ --enable-docbook-docs build documentation (requires xmlto)],enable_docbook_docs=$enableval,enable_docbook_docs=no)
GTK_DOC_CHECK([1.3])
More information about the hal-commit
mailing list