From: John (J5) Palmieri Date: Tue, 3 Aug 2004 15:43:30 +0000 (+0000) Subject: Added documentation for the --enable-python configure switch X-Git-Tag: dbus-0.22~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7cb72cf53d8185b6df2b34701b44f4a2fb40224b;p=thirdparty%2Fdbus.git Added documentation for the --enable-python configure switch --- diff --git a/ChangeLog b/ChangeLog index 8be417146..9baa48a26 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-07-31 John (J5) Palmieri + + * README: added documentation for the --enable-python + configure switch. + 2004-07-31 Olivier Andrieu * bus/config-parser.c (bus_config_parser_new): fix an invalid diff --git a/README b/README index 1b543bc6b..4e39c264e 100644 --- a/README +++ b/README @@ -22,6 +22,7 @@ the ./configure program. --enable-checks include sanity checks on public API --enable-docs build documentation (requires Doxygen and jade) --enable-gcov compile with coverage profiling instrumentation (gcc only) + --enable-python build python bindings (reqires Pyrex >= 0.9) --with-xml=libxml/expat XML library to use --with-init-scripts=redhat Style of init scripts to install