blob: 911629e4d4e3ff8ea0a575934e5ed85c0137166c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
|
2005-11-12 Alan Coopersmith <alan.coopersmith@sun.com>
* Makefile.am:
Install xdm man page using APP_MAN_SUFFIX instead of forcing .1
2005-11-09 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
Update package version number for X11R7 RC2 release.
2005-11-07 Alan Coopersmith <alan.coopersmith@sun.com>
Changes to match bug #3180 checkin to monolith:
* config/Makefile.am:
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-11-01 Alan Coopersmith <alan.coopersmith@sun.com>
* configure.ac:
Add AC_DEFINE_DIR calls for the path #defines previously set in
RES_DEFINES section of xdm Imakefile. (Some should probably
be made settable via configure --with-* flags, but at least they
correctly set defaults to match the directories specified to configure
now.)
2005-11-01 Kevin E. Martin <kem-at-freedesktop-dot-org>
* Makefile.am:
* configure.ac:
Update pkgcheck depedencies to work with separate build roots.
2005-10-28 Alan Coopersmith <alan.coopersmith@sun.com>
* configure.ac:
Add -DGREET_LIB to GREETER_CFLAGS on Solaris & SVR4 (was in #if SVR4
in Imake)
Add --with-random-device and checks for /dev/urandom & /dev/random
for source of random data for key generation
Link libXdmgreet with Xinerama & XPM libraries when using those
features.
2005-10-25 Alan Coopersmith <alan.coopersmith@sun.com>
* configure.ac:
* Makefile.am:
* config/Makefile.am:
* greeter/Makefile.am:
Allow overriding directories for xdm scripts/modules & configuration
files via configure options --with-xdmlibdir & --with-xdmconfigdir
Add libXt and libX11 to dependencies for libXdmgreet.
* README:
Document default directories & configure options to change them
2005-10-25 Shawn Starr <shawn.starr@rogers.com>
* configure.ac:
* Makefile.am:
* greeter/Makefile.am:
We forgot to build the Xdm greeter library. Add it to build and cleanup
hardcoded values to find it.
2005-10-18 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
Update package version number for RC1 release.
2005-10-14 Donnie Berkholz <spyderous@gentoo.org>
* configure.ac: Add another set of brackets around DEFAULTVT's empty default
setting so it isn't treated as a command.
2005-10-05 Kevin E. Martin <kem-at-freedesktop-dot-org>
* Makefile.am: Use CLEANFILES for all generated files
2005-09-28 Kristian Høgsberg <krh@redhat.com>
* config/Makefile.am (EXTRA_DIST): Add Xservers.fs.
2005-08-17 Adam Jackson <ajax@freedesktop.org>
* configure.ac:
* Makefile.am:
Fix EXTRA_DIST to point to a real variable. Bump to 0.99.1.
|