SXEmacs, meet Dbus. Dbus, meet SXEmacs
authorSteve Youngs <steve@sxemacs.org>
Sun, 17 Jun 2012 23:19:22 +0000 (09:19 +1000)
committerSteve Youngs <steve@sxemacs.org>
Sun, 17 Jun 2012 23:19:22 +0000 (09:19 +1000)
* dbus:
  Warning fixes -- dbusbind.
  Whitespace cleanup in modules/dbus
  Fix more warnings in dbusbind.c
  Cosmetic changes to file header/licence
  Port GNU/Emacs dbusbind.c to SXEmacs -- Warning fixes
  Port GNU/Emacs dbusbind.c to SXEmacs -- Fix most errors.
  Port GNU/Emacs dbusbind.c to SXEmacs -- Style changes
  Improve D-Bus detection.
  Fix dbus build.
  True to add files to dbus module makefile
  Add D-Bus module as option for with-modules
  Add DESCEND clause for dbus module
  Initial commit of D-Bus support imported from Emacs trunk revno=106693

1  2 
configure.ac
src/elhash.c

diff --cc configure.ac
@@@ -344,8 -345,12 +345,9 @@@ OG_MULTIARG_WITH([static-modules], [dn
        [none], [NONE], [dnl
        OG_MULTIARG_ITEM([ase], [ase], [algebraic structures])
        OG_MULTIARG_ITEM([cl], [cl], [fast Common Lisp implementation])
+       OG_MULTIARG_ITEM([dbus], [dbus], [D-BUS bindings])
  ])
  
 -dnl _OG_MULTIARG_ITEM([ent], [int], [int], [native integer arithmetics])
 -dnl _OG_MULTIARG_ITEM([ent], [fpfloat], [fpfloat], [native fixed precision floats])
 -dnl _OG_MULTIARG_ITEM([ent], [indef], [indef], [abstract indefinites])
  OG_MULTIARG_WITH([ent], [dnl
        AS_HELP_STRING([--with-ent], [
                Compile in support for enhanced number types,
diff --cc src/elhash.c
Simple merge