diff options
author | Julio M. Merino Vidal <jmmv@NetBSD.org> | 2006-03-28 23:43:24 +0000 |
---|---|---|
committer | Brian Cameron <bcameron@src.gnome.org> | 2006-03-28 23:43:24 +0000 |
commit | 7ad2d48fdf532905a9312d793ec521aa3e0e4212 (patch) | |
tree | 4c1753cba1cece7c1825e017a333841987c78fcb /README.install | |
parent | 8d4974c0087d5b92ce300ab8b6734e3d986bdd41 (diff) | |
download | gdm-7ad2d48fdf532905a9312d793ec521aa3e0e4212.tar.gz |
Removed a C99 local variable definition that breaks the build with gcc
006-03-28 Julio M. Merino Vidal <jmmv@NetBSD.org>
* daemon/xdmcp.c: Removed a C99 local variable definition that
breaks the build with gcc 2.95 (e.g. under NetBSD 1.6). Fixes
bug #336368.
2006-03-28 Julio M. Merino Vidal <jmmv@NetBSD.org>
* daemon/gdmconfig.c, daemon/server.c: Include sys/resource.h,
needed to use setpriority(2) and its associated definitions.
Fixes the build under NetBSD, closing bug #336369.
2006-03-28 Julio M. Merino Vidal <jmmv@NetBSD.org>
* Makefile.am, README.install, acconfig.h, configure.ac,
gdmsetup-security.in, config/Makefile.am, config/Xsession.in,
config/gdm.conf.in, daemon/Makefile.am, daemon/gdm.c, daemon/gdm.h,
daemon/gdm.in, daemon/gdmconfig.c, daemon/misc.c, daemon/server.c,
daemon/slave.c, docs/C/gdm.xml, gui/Makefile.am, gui/gdmphotosetup.c,
gui/gdmsetup.c, gui/gdmsetup.desktop.in, gui/greeter/Makefile.am,
gui/greeter/gdmthemetester.in, gui/greeter/greeter.c,
gui/modules/Makefile.am: Get rid of all EXPANDED_* variables from
the build procedure. Directory-related variables must only be
expanded from the Makefiles so that they can be easily overriden
during the installation phase. Fixes bug #336364.
Diffstat (limited to 'README.install')
-rw-r--r-- | README.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.install b/README.install index 6f9c0cc0..0772bba0 100644 --- a/README.install +++ b/README.install @@ -45,7 +45,7 @@ pam.conf file is located if it is not in the default directory (sysconfdir or /etc). If you want accessibility to work and have AT programs like gok and -gnopernicus installed to a different directory than EXPANDED_BINDIR, +gnopernicus installed to a different directory than bindir, then use the --with-at-bindir configure option. For best a11y support on Linux, it is recommended use the |