blob: 6e73d450a726275a7e3f7add94973f5631951474 (
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
|
2005-12-03 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
Update package version number for X11R7 RC3 release.
2005-12-02 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
* src/Makefile.am:
Add check and cflags for malloc(0) returning NULL.
2005-11-19 Kevin E. Martin <kem-at-freedesktop-dot-org>
* xt.pc.in:
Update pkgconfig files to separate library build-time dependencies
from application build-time dependencies.
2005-11-09 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
Update package version number for X11R7 RC2 release.
2005-11-01 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
Update pkgcheck dependencies to work with separate build roots.
2005-10-18 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
Update package version number for RC1 release.
2005-10-18 Kevin E. Martin <kem-at-freedesktop-dot-org>
* src/Makefile.am:
Use $(INSTALL) instead of $(install_sh_DATA) for creating
directories.
2005-10-17 Adam Jackson <ajax@freedesktop.org>
* src/Makefile.am:
Split the 'install -d' over multiple lines so certain lame versions
of autotools don't flip out.
2005-10-17 Alan Coopersmith <alan.coopersmith@sun.com>
* src/Makefile.am:
* configure.ac:
Add --with-xfile-search-path=<path> and default setting to match
monolith XFileSearchPathDefault in Imake (including extra directories
used in Debian section of linux.cf.)
2005-10-11 Alan Coopersmith <alan.coopersmith@sun.com>
* man/Makefile.am:
* configure.ac:
Set up cpp pre-processing of man pages
Add shadow man pages for man pages that document multiple functions.
2005-09-20 Alan Coopersmith <alan.coopersmith@sun.com>
* configure.ac:
Add checks for poll & snprintf & define old Imake names if found
Enable XKB usage in Xt unless --disable-xkb is specified
Set STRINGSABIOPTIONS for building StringDefs files on Solaris, SCO,
and SVR4 systems.
2005-08-01 Keith Packard <keithp@keithp.com>
* Makefile.am:
* src/Makefile.am:
Move building of StringDefs files to src and
fix them so that parallel make works right.
2005-07-08 Keith Packard <keithp@keithp.com>
* .cvsignore:
* include/.cvsignore:
* include/X11/.cvsignore:
* man/.cvsignore:
* src/.cvsignore:
* util/.cvsignore:
Add .cvsignore files
2005-06-10 Alexander Gottwald <ago at freedesktop dot org>
* src/Makefile.am:
Add -no-undefined to linker command to build shared library on cygwin too
2005-06-10 Alexander Gottwald <ago at freedesktop dot org>
* Makefile.am:
ensure $(buildir)/src and $(builddir)/include/X11 exist before installing
generated files there
2005-05-24 Alexander Gottwald <ago at freedesktop dot org>
* Makefile.am:
separation of source and build directories
2005-05-22 Alan Coopersmith <alan.coopersmith@sun.com>
* man/Makefile.am: Convert man pages to long file names
2005-05-21 Alan Coopersmith <alan.coopersmith@sun.com>
* configure.ac: Check for <alloca.h> and define INCLUDE_ALLOCA_H
if found, since <Xalloca.h> requires it.
2005-05-21 Alan Coopersmith <alan.coopersmith@sun.com>
* Makefile.am ($(BUILT_FILES)): Use $(install_sh_DATA) instead of
"install" for better portability. Remove duplicate installation lines.
* src/Makefile.am: Add AM_CFLAGS to pass through XT_CFLAGS & X11_CFLAGS
2005-05-18 <ssp@aware-of-vacuity.boston.redhat.com>
* src/Makefile.am (INCLUDES): Also include include/X11
|