summaryrefslogtreecommitdiff
path: root/config/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2009-09-11Add support for AM_SILENT_RULES for building files with cppAlan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-07-29Set utmp/wtmp paths via configure instead of hardcoding themAlan Coopersmith1-0/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-07-17Add variable DisplayManager.authDir to xdm-config (Fedora bug 388431)Matěj Cepl1-0/+1
Fedora patch xdm-1.1.6-authDir-var-bug388431.patch Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-07-16Remove RCS IdsAlan Coopersmith1-1/+0
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2006-12-21config: quote cpp arguments (bug #9414)Daniel Stone1-5/+6
Quote all arguments given to cpp.
2006-11-06Fill in paths at build time in Xreset & XstartupAlan Coopersmith1-5/+5
Stop hardcoding /usr/X11R6/bin/sessreg and instead fill in paths like other config files from directories passed via configure.
2006-03-18Bug #5898 <https://bugs.freedesktop.org/show_bug.cgi?id=5898> Use mktempAlan Coopersmith1-2/+6
command to create files safely in TMPDIR or /tmp on systems that have it - don't try to create files there if mktemp is not present. Fix based on NetBSD fix from <http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=32805> .
2005-12-11Bugzilla #5055 <https://bugs.freedesktop.org/show_bug.cgi?id=5055> AddAlan Coopersmith1-5/+5
--with-xdmscriptdir to allow builder/packager to decide if scripts should go in config, lib, or data directories.
2005-11-08Changes to match bug #3180 checkin to monolith:Alan Coopersmith1-5/+9
Generate Xsession from Xsession.cpp Add SHELL_CMD to cpp substitutions configure.ac Set SHELL_CMD to /bin/ksh for sco, /bin/sh for all other OS'es.
2005-10-26Allow overriding directories for xdm scripts/modules & configuration filesAlan Coopersmith1-6/+8
via configure options --with-xdmlibdir & --with-xdmconfigdir Add libXt and libX11 to dependencies for libXdmgreet. Document default directories & configure options to change them
2005-10-17Put files in $(prefix)/lib/X11/xdm to match monolith install locationsAlan Coopersmith1-6/+8
2005-09-28Add Xservers.fs.Kristian Høgsberg1-1/+1
2005-08-27Fixes for config files built via cppAlan Coopersmith1-8/+9
2005-08-23Actually generate Xservers.ws from .cpp, and make build objdir != srcdirDaniel Stone1-6/+12
safe.
2005-08-15Install xdm config files & man page Convert many more Imakefile checks intoAlan Coopersmith1-0/+41
autoconf checks for xdm