summaryrefslogtreecommitdiff
path: root/acinclude.m4
Commit message (Collapse)AuthorAgeFilesLines
* Fix up the handling of dependencies. Make the daemon only depend on x11,William Jon McCann2007-10-041-0/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-10-04 William Jon McCann <mccann@jhu.edu> * acinclude.m4: * common/Makefile.am: * configure.ac: * daemon/Makefile.am: * daemon/gdm-factory-slave.c: (run_greeter), (idle_connect_to_display): * daemon/gdm-product-slave.c: (setup_server), (idle_connect_to_display): * daemon/gdm-simple-slave.c: (run_greeter), (idle_connect_to_display): * daemon/gdm-slave.c: (gdm_slave_set_busy_cursor), (set_local_auth), (gdm_slave_connect_to_x11_display): * daemon/gdm-slave.h: * gui/Makefile.am: * gui/modules/.cvsignore: * gui/modules/AccessDwellMouseEvents.in: * gui/modules/AccessKeyMouseEvents.in: * gui/modules/Makefile.am: * gui/modules/dwellmouselistener.c: * gui/modules/keymouselistener.c: * gui/simple-chooser/Makefile.am: * gui/simple-greeter/Makefile.am: * gui/simple-greeter/libnotificationarea/Makefile.am: * libgreeter/Makefile.am: Fix up the handling of dependencies. Make the daemon only depend on x11, glib, gobject, dbus. Move some things from the slaves to the base class. Remove the unused modules for now. svn path=/branches/mccann-gobject/; revision=5338
* Some Solaris build fixes. Patch from Brian Cameron <brian.cameron@sun.com>William Jon McCann2007-08-211-0/+245
| | | | | | | | | | | | | | | | | | | | | | 2007-08-21 William Jon McCann <mccann@jhu.edu> * acconfig.h: * acinclude.m4: * common/gdm-address.c: * configure.ac: * daemon/Makefile.am: * daemon/factory-slave-main.c: * daemon/gdm-server.c: (server_child_setup): * daemon/main.c: (main): * daemon/product-slave-main.c: * daemon/session-worker-main.c: * daemon/simple-slave-main.c: * daemon/test-session.c: (on_secret_info_query): Some Solaris build fixes. Patch from Brian Cameron <brian.cameron@sun.com> svn path=/branches/mccann-gobject/; revision=5174
* Make sure that we expand the LOCALSTATEDIR before using it to find the PIDWilliam Jon McCann2007-03-271-0/+43
| | | | | | | | | | | | 2007-03-27 William Jon McCann <mccann@jhu.edu> * acinclude.m4: * configure.ac: Make sure that we expand the LOCALSTATEDIR before using it to find the PID file location. For #162849. svn path=/trunk/; revision=4732
* Removed this - it contained out of date gettext stuff that was screwing upIan McKellar2001-04-161-389/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * acinclude.m4: Removed this - it contained out of date gettext stuff that was screwing up my build. * config/Default.debian: * config/Makefile.am: * configure.in: * debian/.cvsignore: * debian/README.Debian: * debian/changelog.in: * debian/changelog.old: * debian/control: * debian/copyright: * debian/dirs: * debian/docs: * debian/ex.doc-base.package: * debian/gdm.pod: * debian/gdmchooser.pod: * debian/gdmlogin.pod: * debian/init: * debian/postinst: * debian/postrm: * debian/rules: Added Debian build stuff and default config. It shouldn't break builds on other platforms, but it might.
* Initial revisionMartin Peterson1999-04-181-0/+389