]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Added documentation for the --enable-python configure switch
authorJohn (J5) Palmieri <johnp@redhat.com>
Tue, 3 Aug 2004 15:43:30 +0000 (15:43 +0000)
committerJohn (J5) Palmieri <johnp@redhat.com>
Tue, 3 Aug 2004 15:43:30 +0000 (15:43 +0000)
ChangeLog
README

index 8be417146c70a3e79f3af236eb855503871d17f6..9baa48a26e923819752d7afcd7e16ad778a4b6e3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-07-31  John (J5) Palmieri  <johnp@redhat.com>
+
+       * README: added documentation for the --enable-python 
+       configure switch.
+
 2004-07-31  Olivier Andrieu  <oliv__a@users.sourceforge.net>
 
        * bus/config-parser.c (bus_config_parser_new): fix an invalid
diff --git a/README b/README
index 1b543bc6b0afd52df0342e4dc197e7719e51099e..4e39c264e8f05d812163e6ab6945cf948aad06ba 100644 (file)
--- 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