[PATCH app-xdm 00/11] Review xdm configuration

Gaetan Nadon memsize at videotron.ca
Sun Aug 29 06:24:41 PDT 2010


Man pages: fix omission and incorrect layout and replace cpp with sed
Greeter: no need to build it statically with xdm exe.

Gaetan Nadon (11):
  Fix whitespace issues as reported by git diff				(No function change)
  config: upgrade to util-macros 1.8 for additional man page support	(Reviewed in other modules)
  man: conditionally include DisplayManager.randomFile resource
  man: build man page using sed rather than the C preprocessor
  config: remove copying Chooser.ad to Chooser				(No function change)
  greeter: only build the shared library version			Important
  greeter: transfer -DGREET_LIB from configure.ac to Makefile.am	(No function change)
  config: remove AC_PROG_INSTALL provided by XORG_DEFAULTS		(Reviewed in other modules)
  config: remove AC_PROG_CC as it overrides AC_PROG_C_C99		(Reviewed in other modules)
  remove AC_C_INLINE as all compilers support inline keyword.
  config: remove AC_LIBTOOL_WIN32_DLL

 Makefile.am             |   73 ++++++++---------------------------
 access.c                |   98 +++++++++++++++++++++++-----------------------
 app-defaults/.gitignore |    2 -
 app-defaults/Chooser    |   51 ++++++++++++++++++++++++
 app-defaults/Chooser.ad |   51 ------------------------
 auth.c                  |   42 ++++++++++----------
 choose.c                |   19 ++++-----
 chooser.c               |   63 +++++++++++++++---------------
 configure.ac            |   73 +++++++++--------------------------
 dm.c                    |   14 +++---
 file.c                  |   10 ++--
 greeter/Makefile.am     |    6 +-
 greeter/greet.c         |    5 --
 policy.c                |    4 +-
 server.c                |   18 ++++----
 session.c               |   18 ++-------
 util.c                  |    4 +-
 xdm.man.cpp             |   28 +++++++------
 xdmcp.c                 |   44 ++++++++++----------
 xdmshell.c              |    1 -
 20 files changed, 265 insertions(+), 359 deletions(-)
 delete mode 100644 app-defaults/.gitignore
 create mode 100644 app-defaults/Chooser
 delete mode 100644 app-defaults/Chooser.ad



More information about the xorg-devel mailing list