~seb128/unity-settings-daemon/battery-info-key

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Matthias Clasen
  • Date: 2012-08-08 01:59:37 UTC
  • Revision ID: git-v1:fe46c6253471854e09b2e07fd3569d5c1814c226
Add a man page

The main purpose of this man page is to document how
gnome-settings-daemon gets started and to give some hints
about debugging problems with it.

https://bugzilla.gnome.org/show_bug.cgi?id=680600

Show diffs side-by-side

added added

removed removed

Lines of Context:
415
415
PLUGIN_CFLAGS="-DG_LOG_DOMAIN=\"\\\"\$(plugin_name)-plugin\\\"\" -DPLUGIN_NAME=\"\\\"\$(plugin_name)\\\"\" "
416
416
AC_SUBST(PLUGIN_CFLAGS)
417
417
 
 
418
AC_PATH_PROG([XSLTPROC], [xsltproc])
 
419
 
418
420
dnl ---------------------------------------------------------------------------
419
421
dnl - Finish
420
422
dnl ---------------------------------------------------------------------------
523
525
data/org.gnome.settings-daemon.peripherals.wacom.gschema.xml.in
524
526
data/org.gnome.settings-daemon.plugins.print-notifications.gschema.xml.in
525
527
po/Makefile.in
 
528
man/Makefile
526
529
])
527
530
 
528
531
dnl ---------------------------------------------------------------------------