diff options
author | Brian Cameron <brian.cameron@sun.com> | 2006-02-13 19:12:26 +0000 |
---|---|---|
committer | Brian Cameron <bcameron@src.gnome.org> | 2006-02-13 19:12:26 +0000 |
commit | 9db396d4a5fa5d4e854f44bcc0b761036c66e2c9 (patch) | |
tree | a2df8fe306b069baabdfc15f8c16db95e3a57e82 /acconfig.h | |
parent | 8632e2a5670d280c153a43b3b0b522f8c5369815 (diff) | |
download | gdm-9db396d4a5fa5d4e854f44bcc0b761036c66e2c9.tar.gz |
Change --with-configdir to --with-defaults-conf and make it work so that
2006-02-13 Brian Cameron <brian.cameron@sun.com>
* acconfig.h, configure.ac, daemon/Makefile.am, daemon/gdmconfig.c,
docs/C/gdm.xml: Change --with-configdir to --with-defaults-conf
and make it work so that the gdm.conf and gdm.conf-custom file
can be installed to different subdirectories. Fixes bug
#330905. Patch provided by Ray Strode.
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,7 +2,8 @@ #undef VERSION #undef AT_BINDIR #undef GETTEXT_PACKAGE -#undef GDM_CONFIGDIR +#undef GDM_DEFAULTS_CONF +#undef GDM_CUSTOM_CONF #undef GDM_USER_PATH #undef HALT_COMMAND #undef REBOOT_COMMAND |