ChangeLog revision 45aa2fbf
1commit b8766308d2f78bc572abe5198007cf7aeec9b761
2Author: Matt Turner <mattst88@gmail.com>
3Date:   Sun Jan 24 09:41:00 2021 -0500
4
5    Version bump: 1.19.3
6    
7    Signed-off-by: Matt Turner <mattst88@gmail.com>
8
9commit 334c9750017426a12b5018ec27201758c1b83a7f
10Author: Alan Coopersmith <alan.coopersmith@oracle.com>
11Date:   Fri Dec 7 20:34:07 2018 -0800
12
13    Update configure.ac bug URL for gitlab migration
14    
15    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
16
17commit 0883f6fa6e0dd40ddcec7c0675b0bd0d660f5ed6
18Author: Alan Coopersmith <alan.coopersmith@oracle.com>
19Date:   Mon Nov 19 23:37:25 2018 -0800
20
21    Update README for gitlab migration
22    
23    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
24
25commit bd66ce3ba4a9d1d1490cb5775a2fdd0b408879b6
26Author: Marvin Schmidt <marv@exherbo.org>
27Date:   Fri May 27 15:13:56 2016 +0200
28
29    XORG_PROG_RAWCPP: Use AC_PATH_TOOL to find preprocessor
30    
31    On some distributions tools like cpp are prefixed with the host-triple,
32    to check for this prefixed version first AC_PATH_TOOL should be used. If
33    no prefixed cpp, it will fallback to the unprefixed name.
34    
35    https://bugs.freedesktop.org/show_bug.cgi?id=96257
36    
37    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
38
39commit 771b773b50717884b37f6b2473166b4be4670076
40Author: Alan Coopersmith <alan.coopersmith@oracle.com>
41Date:   Sun Mar 4 17:40:10 2018 -0800
42
43    Version bump: 1.19.2
44    
45    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
46
47commit 6694c973c8c2b5fae5934a49578f69d2817ab49c
48Author: Alan Coopersmith <alan.coopersmith@oracle.com>
49Date:   Sat Nov 4 17:29:24 2017 -0700
50
51    Update check for manpage section numbers to not rely on Solaris version
52    
53    Check for a specific file instead of a specific set of versions from
54    uname, to cope with manpage section alignment coming to 11.4 instead
55    of 12.0.
56    
57    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
58    Reviewed-by: Matthieu Herrb <matthieu@herrb.eu>
59
60commit 39f07f7db58ebbf3dcb64a2bf9098ed5cf3d1223
61Author: Emil Velikov <emil.veliko@collabora.com>
62Date:   Tue Feb 14 11:38:21 2017 +0000
63
64    Rework INSTALL_CMD to touch/echo >&2 only as needed
65    
66    Analogous to previous commit.
67    
68    With this commit we no longer get the following erroneous messages
69    during `make distcheck'.
70    
71    "
72    failed to copy INSTALL from util-macros: installing possibly empty INSTALL.
73    ...
74    failed to copy INSTALL from util-macros: installing possibly empty INSTALL.
75    "
76    
77    Cc: Gaetan Nadon <memsize@videotron.ca>
78    Cc: Peter Hutterer <peter.hutterer@who-t.net>
79    Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
80    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
81
82commit 4fc573e2f3cbbed7baa5e05fb798c2e4f4236f7d
83Author: Emil Velikov <emil.velikov@collabora.com>
84Date:   Tue Feb 14 11:38:20 2017 +0000
85
86    Rework CHANGELOG_CMD to touch/echo >&2 only as needed
87    
88    Currently CHANGELOG_CMD issues a
89    
90      touch ChangeLog; echo "Scary message" >&2
91    
92    even if the file is already present. For example, when running `make
93    distcheck' the following is observed:
94    
95    "
96    /bin/sh: ../../.changelog.tmp: Permission denied
97    git directory not found: installing possibly empty changelog.
98    ...
99    /bin/sh: ../../.changelog.tmp: Permission denied
100    git directory not found: installing possibly empty changelog.
101    "
102    
103    That in itself happens since srcdir is RO, thus shell redirection [to
104    srcddir/.changelog.tmp] fails. At the same time the latter message is
105    wrong and misleading since the file is already there, with the correct
106    contents.
107    
108    Silence the permissing warning (/dev/null is our friend), and add
109    a simple `test -e .../ChangeLog || (...' prior to the touch/echo combo.
110    
111    As we're here also update the message to be more generic, since there
112    are multiple other reasons why things can fail.
113    
114    Cc: Gaetan Nadon <memsize@videotron.ca>
115    Cc: Peter Hutterer <peter.hutterer@who-t.net>
116    Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
117    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
118
119commit 4b6b1dfea16214b5104b5373341dc8bc7016d0b5
120Author: Matt Turner <mattst88@gmail.com>
121Date:   Sun Jan 29 11:23:47 2017 -0800
122
123    Version bump: 1.19.1
124    
125    Signed-off-by: Matt Turner <mattst88@gmail.com>
126
127commit 65cb10c33477c4c3f140058dddbb28269c62e1a6
128Author: Mihail Konev <k.mvc@ya.ru>
129Date:   Thu Jan 26 13:52:48 2017 +1000
130
131    autogen: add default patch prefix
132    
133    Signed-off-by: Mihail Konev <k.mvc@ya.ru>
134
135commit 9353e122654a89217051310b5a13654c97313282
136Author: Emil Velikov <emil.l.velikov@gmail.com>
137Date:   Mon Mar 9 12:00:52 2015 +0000
138
139    autogen.sh: use quoted string variables
140    
141    Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent
142    fall-outs, when they contain space.
143    
144    Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
145    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
146    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
147
148commit c02080b28503dfd33a2172906dfc1a58278d0c42
149Author: Peter Hutterer <peter.hutterer@who-t.net>
150Date:   Tue Jan 24 10:32:07 2017 +1000
151
152    autogen.sh: use exec instead of waiting for configure to finish
153    
154    Syncs the invocation of configure with the one from the server.
155    
156    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
157    Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
158
159commit d7acec2d3a3abe79814ceb72e2c0d4d95ed31d37
160Author: Andreas Boll <andreas.boll.dev@gmail.com>
161Date:   Tue Jan 12 13:59:40 2016 +0100
162
163    Fix XORG_WITH_XMLTO to work with xmlto >= 0.0.27
164    
165    Starting with xmlto version 0.0.27 the return code of
166      xmlto --skip-validation txt conftest.xml
167    is non-zero if conftest.xml is an empty file.
168    
169    As a consequence the macro XORG_WITH_XMLTO returns
170      "xmlto cannot generate text format, this format skipped"
171    and therefore libraries like libxi, libxdmcp and others won't convert
172    docbook XML to text format.
173    
174    This changed behavior was introduced with the following change in xmlto:
175      xmlto.in: use correctly exit code from xsltproc
176    See also: https://fedorahosted.org/xmlto/changeset/77
177    
178    This patch fixes this by additionally testing xmlto with a non-empty XML
179    file.
180    
181    More details can be found at:
182    https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=613674
183    
184    Thanks to Peter Pearse, Helmut Grohne and Gaetan Nadon.
185    
186    v2: To maintain compatibility with older xorg tarballs don't replace
187        the original test with the empty XML file but instead add a fallback
188        to additionally test with a non-empty XML file if the original test fails.
189        Use the alternate solution with <x></x> to skip compatibility issues
190        with different docbook versions.
191    
192    Signed-off-by: Andreas Boll <andreas.boll.dev@gmail.com>
193    Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
194    Signed-off-by: Julien Cristau <jcristau@debian.org>
195
196commit 8b92f46ab371ec51dac2b73c768173cd63126402
197Author: Alan Coopersmith <alan.coopersmith@oracle.com>
198Date:   Tue Oct 27 16:19:51 2015 -0700
199
200    XORG_MANPAGE_SECTIONS: limit SysV man page sections to Solaris 2.0-11
201    
202    All others (including other SunOS/Solaris releases) use the
203    traditional Bell Labs / BSD / Linux section numbering.
204    
205    (The [[01]] is an m4-quoted shell character set of "[01]" to make sure
206     autoconf doesn't lose the [] when generating the configure script.)
207    
208    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
209    Reviewed-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
210
211commit 9a54b858601bd305de2737b06e609084a2a114c2
212Author: Gaetan Nadon <memsize@videotron.ca>
213Date:   Thu Mar 27 09:10:01 2014 -0400
214
215    Version bump: 1.19.0
216    
217    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
218
219commit 0677da7ed48f74a54f9bfd12afea7f0d578d7d38
220Author: Hans de Goede <hdegoede@redhat.com>
221Date:   Thu Mar 27 12:45:43 2014 +0100
222
223    XORG_PROG_RAWCPP: Add TRADITIONALCPPFLAGS
224    
225    In some cases we may want to have -traditional for proper whitespace preserving
226    without -undef, as we actually want the system definitions to be in place
227    so we can #ifdef on them. IE in xinit various .cpp files contain things like
228     #ifdef __APPLE__ and #ifdef __linux__
229    
230    So this patch adds a TRADITIONALCPPFLAGS variable which contains just
231    -traditional where applicable without the other RAWCPPFLAGS for unsetting
232    the system definitions.
233    
234    Signed-off-by: Hans de Goede <hdegoede@redhat.com>
235    Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
236
237commit 6768f12b4db660bb691337c6d238a32aae0475ff
238Author: Gaetan Nadon <memsize@videotron.ca>
239Date:   Thu Mar 27 08:21:51 2014 -0400
240
241    Provide the automake INSTALL file at level 1.11
242    
243    Now that the minimum level for automake is 1.11, replace the current
244    INSTALL with the one from automake 1.11.
245    
246    Recall that the file in this package is installed in $pkgdatadir
247    and is copied by each xorg module through the make 'dist' target.
248    
249    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
250
251commit 7acde944f40dad08fa8c43bc2548205e343afcd1
252Author: Arnaud Fontaine <arnau@debian.org>
253Date:   Sat Feb 8 10:31:39 2014 -0500
254
255    Add XORG_WITH_M4 macro
256    
257    Originally from XCB, this macro checks for the presence of m4 or gm4
258    which supports -I dir.
259    
260    The AC_PATH_PROGS_FEATURE_CHECK autoconf macro requires autoconf 2.62.
261    
262    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
263
264commit a5092b6a9931c8a60813f4f8a038cc5d9771d212
265Author: Gaetan Nadon <memsize@videotron.ca>
266Date:   Thu Feb 6 17:47:20 2014 -0500
267
268    Bump minimum Autoconf required version to 2.62
269    
270    The main motivation is to catch-up with the development reality and
271    allow use of features in Autoconf 2.62 as well as Automake 1.11.
272    
273    As usual this means no features found only in versions above those
274    specified are allowed.
275    
276    This is implementing the policy change which is described in:
277    http://www.x.org/wiki/Building_the_X_Window_System/?updated#index2h3
278    
279    Discussion on xorg minimum autotools requirements:
280    http://lists.x.org/archives/xorg-devel/2013-October/038325.html
281    
282    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
283
284commit 72b211419977a211c871232d66e1a668e3cf702f
285Author: Alan Coopersmith <alan.coopersmith@oracle.com>
286Date:   Mon Dec 2 16:41:45 2013 -0800
287
288    XORG_COMPILER_FLAGS: Add -Wlogical-op to default warning set
289    
290    We've fixed several bugs it uncovered already, only one warning left that
291    it adds in a default build.
292    
293    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
294    Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
295
296commit 9bc8e154e53ee0ff8d09cc621ba762486f3e93fa
297Author: Gaetan Nadon <memsize@videotron.ca>
298Date:   Mon Dec 2 18:43:36 2013 -0500
299
300    Version bump: 1.18.0
301    
302    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
303
304commit fae36763f91f38dc9c4c388f267532889bb428ff
305Author: Gaetan Nadon <memsize@videotron.ca>
306Date:   Mon Dec 2 18:12:39 2013 -0500
307
308    XORG_TESTSET_CFLAG: add -fd which is the SUNCC -Wold-style-definition
309    
310    Seen in the XCB configuration and found missing in xorg.
311    
312    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
313    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
314
315commit 71dc85d04b67dc9579de47ec9e51c3ae6dde91ce
316Author: Gaetan Nadon <memsize@videotron.ca>
317Date:   Sun Dec 1 17:05:47 2013 -0500
318
319    XORG_WITH_DOXYGEN: check for the dot graphics utility
320    
321    It is part of the graphviz package and it may be used by doxygen if
322    the HAVE_DOT is set to "yes" in the doxygen configuration file.
323    
324    The calling module handles if the tool is mandatory or not.
325    Doxygen will work fine without it, but no fancy graphics.
326    
327    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
328
329commit 4846869cce5aafb0d2d2980f508ae320b599ac92
330Author: Gaetan Nadon <memsize@videotron.ca>
331Date:   Sun Dec 1 10:07:50 2013 -0500
332
333    CWARNFLAGS: comment out -Wcast-qual
334    
335    On a full X build, this warning accounts for the 5,888 warnings on a total
336    of 12,042. The line is moved to the "noisy" section of warnings.
337    
338    There is a discussion about the pros and cons here:
339    http://lists.x.org/archives/xorg-devel/2013-November/039069.html
340    
341    Reviewed-by: Keith Packard <keithp@keithp.com>
342    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
343
344commit 72fdc868b56fe2b7bdc9a69872651baeca728fb6
345Author: Ross Burton <ross.burton@intel.com>
346Date:   Thu Oct 10 17:23:04 2013 +0100
347
348    xorg-macros.m4.in: use the autoconf cache for XORG_CHECK_MALLOC_ZERO
349    
350    Improve configure speed by checking the autoconf cache before compiling and
351    running the test.
352    
353    As this means cross-compilation environments can trivially seed this cache as
354    appropriate, remove the cross-compiling value (which for embedded systems using
355    uclibc is wrong).
356    
357    Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
358    Signed-off-by: Ross Burton <ross.burton@intel.com>
359    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
360
361commit 52ed34418492c1538b8022a830a79fbc50ba3605
362Author: Bart Massey <bart@cs.pdx.edu>
363Date:   Thu Sep 12 01:33:25 2013 -0700
364
365    Revert "Interleaved C code and declarations is no longer a portability issue."
366    
367    This reverts commit 689ea0ec5d8b7594ba2fa9e27b2458cea8a58724.
368    
369    Community consensus is that, while this style is no longer a
370    portability issue, it's a style issue.
371
372commit 689ea0ec5d8b7594ba2fa9e27b2458cea8a58724
373Author: Arnaud Fontaine <arnau@debian.org>
374Date:   Thu Aug 29 11:06:14 2013 +0900
375
376    Interleaved C code and declarations is no longer a portability issue.
377    
378    This was only supported from GCC 3.0 and OpenBSD was still using GCC 2.95
379    until recently.
380    
381    Signed-off-by: Arnaud Fontaine <arnau@debian.org>
382
383commit 052fa1dc1779de34ba69f68b7dc32b3c733c823e
384Author: Alan Coopersmith <alan.coopersmith@oracle.com>
385Date:   Fri Sep 6 23:34:33 2013 -0700
386
387    Version bump: 1.17.1
388    
389    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
390
391commit e6a41a0c6a84b34c6dc173a0a41089d0ebaddac0
392Author: Alan Coopersmith <alan.coopersmith@oracle.com>
393Date:   Fri Sep 6 23:30:00 2013 -0700
394
395    Strip trailing whitespace
396    
397    sed -i 's/[[:space:]]*$//' *
398    
399    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
400
401commit 3683c2b2d0b5e7d57374860147ca827da596bad5
402Author: Chris Wilson <chris@chris-wilson.co.uk>
403Date:   Mon Aug 5 16:00:20 2013 +0100
404
405    Use the right variable names for the compiler flags in XORG_TESTSET_CFLAG
406    
407    Whilst populating the xorg_cv_ cache entries, and the subsequent
408    xorg_testset_, we always include the FLAG_PREFIX in the name, to
409    distinguish between C and C++ iterations. However, in the body of the
410    test function, we dropped the FLAG_PREFIX expansion and so always used
411    the empty string and hence did not correctly detect incorrect flags.
412    
413    The bug was introduced with
414    commit 51f69514e65637f575df901ef942515e70314f6a
415    Author: Chase Douglas <chase.douglas@canonical.com>
416    Date:   Mon Mar 12 11:49:28 2012 -0700
417    
418        Separate unknown warning options by language
419    
420    Reported-and-tested-by: Sedat Dilek <sedat.dilek@gmail.com>
421    Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
422    Cc: Sedat Dilek <sedat.dilek@gmail.com>
423    Cc: Chase Douglas <chase.douglas@canonical.com>
424    Cc: Gaetan Nadon<memsize@videotron.ca>
425    Acked-by: Alan Coopersmith <alan.coopersmith@oracle.com>
426
427commit c98b41de5596c675c603ef43ae9570133f1a9921
428Author: Colin Walters <walters@verbum.org>
429Date:   Wed Jan 4 17:37:06 2012 -0500
430
431    autogen.sh: Implement GNOME Build API
432    
433    http://people.gnome.org/~walters/docs/build-api.txt
434    
435    Signed-off-by: Adam Jackson <ajax@redhat.com>
436
437commit bd25ef721dff995096efffef4dcc9275cea43d4f
438Author: Adam Jackson <ajax@redhat.com>
439Date:   Tue Jan 15 13:44:31 2013 -0500
440
441    configure: Remove AM_MAINTAINER_MODE
442    
443    Signed-off-by: Adam Jackson <ajax@redhat.com>
444
445commit 0890e4003aacfa7113ab3f4e3ad7c5636f8e922a
446Author: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
447Date:   Tue Apr 3 18:43:02 2012 -0500
448
449    Fix spacing in XORG_TESTSET_CFLAG
450    
451    Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
452    Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
453
454commit c0c42057e0d357c144e7933ee413b522950a0f17
455Author: Gaetan Nadon <memsize@videotron.ca>
456Date:   Tue Mar 13 19:45:12 2012 -0400
457
458    Version bump: 1.17
459    
460    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
461
462commit 51f69514e65637f575df901ef942515e70314f6a
463Author: Chase Douglas <chase.douglas@canonical.com>
464Date:   Mon Mar 12 11:49:28 2012 -0700
465
466    Separate unknown warning options by language
467    
468    If XORG_COMPILER_FLAGS is called more than once with separate languages,
469    the unknown warning options used internally for unknown warning checking
470    will be set the first time and then the cached value will be used for
471    subsequent languages. This is a problem if the compilers differ between
472    the languages.
473    
474    This change ensures that the unknown warning options are namespaced so
475    multiple XORG_COMPILER_FLAGS calls with different languages are checked
476    separately.
477    
478    Signed-off-by: Chase Douglas <chase.douglas@canonical.com>
479    Reviewed-by: Gaetan Nadon<memsize@videotron.ca>
480
481commit a1fec11ca3de6774fb70052f5f5ab167bf658690
482Author: Chase Douglas <chase.douglas@canonical.com>
483Date:   Mon Mar 12 10:59:55 2012 -0700
484
485    Fix cflag test compiler message and cache ids
486    
487    When the language is C++, the flag checking message references $CC
488    instead of $CXX. The cache id is also xorg_cv_cc_* instead of
489    xorg_cv_cxx_*. This change fixes both issues.
490    
491    Signed-off-by: Chase Douglas <chase.douglas@canonical.com>
492    Reviewed-by: Gaetan Nadon<memsize@videotron.ca>
493
494commit a02a9048a1b831d13d32413e2af429ac8d7a5c2b
495Author: Jon TURNEY <jon.turney@dronecode.org.uk>
496Date:   Sat Mar 10 15:04:28 2012 +0000
497
498    Don't use AS_ECHO in XORG_TESTSET_CFLAG
499    
500    Further to commit 52ef6f6, since AS_ECHO isn't supported in autoconf 2.61 either,
501    rewrite use of cache variable in XORG_TESTSET_CFLAG so 'echo' isn't needed at all.
502    
503    Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
504    Reviewed-by: Gaetan Nadon<memsize@videotron.ca>
505    Reviewed-by: Chase Douglas <chase.douglas@canonical.com>
506    Signed-off-by: Chase Douglas <chase.douglas@canonical.com>
507
508commit 299ae797eff46900e7d5914ff4502662f97f2062
509Author: Chase Douglas <chase.douglas@canonical.com>
510Date:   Fri Mar 9 14:46:00 2012 -0800
511
512    Add XORG_ENABLE_INTEGRATION_TESTS
513    
514    This macro enables a builder to enable/disable integration testing
515    It makes no assumption about the test cases' implementation
516    Test cases may or may not use Automake "Support for test suites"
517    
518    Unit test support usually requires less dependencies and may be built
519    and run under less stringent environments than integration tests. Thus,
520    two separate options for unit and integration testing is desirable.
521    
522    Copied from XORG_ENABLE_UNIT_TESTS.
523    
524    Signed-off-by: Chase Douglas <chase.douglas@canonical.com>
525    Reviewed-by: Gaetan Nadon<memsize@videotron.ca>
526
527commit db238c632bb7136e3e44345820d514106e317420
528Author: Gaetan Nadon <memsize@videotron.ca>
529Date:   Mon Mar 5 09:39:17 2012 -0500
530
531    Version bump: 1.16.2
532    
533    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
534
535commit 44aa8e75c8e54c5bc09d0cbff2f7207abe80c980
536Author: Chase Douglas <chase.douglas@canonical.com>
537Date:   Wed Feb 29 12:18:51 2012 -0800
538
539    Define BASE_CXXFLAGS when C++ is the chosen language
540    
541    You can use this functionality by setting the language to C++ before
542    calling XORG_DEFAULT_OPTIONS. This can accomplished with AC_LANG(C++).
543    
544    Signed-off-by: Chase Douglas <chase.douglas@canonical.com>
545    Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
546
547commit 543ce698747dc998ca0ed987ef1ab0c35fb501b1
548Author: Chase Douglas <chase.douglas@canonical.com>
549Date:   Wed Feb 29 09:51:02 2012 -0800
550
551    Make XORG_TESTSET_CFLAG work for multiple languages
552    
553    Signed-off-by: Chase Douglas <chase.douglas@canonical.com>
554    Reviewed-by: Gaetan Nadon<memsize@videotron.ca>
555
556commit 52ef6f666a4fb46b693c81dc7a44612e6b78239d
557Author: Jon TURNEY <jon.turney@dronecode.org.uk>
558Date:   Tue Feb 14 21:59:38 2012 +0000
559
560    Use AS_ECHO rather than AS_ECHO_N in XORG_TESTSET_CFLAG
561    
562    The AS_ECHO_N macro was only introduced in autoconf 2.62.
563    Backticks remove trailing newlines, so we don't need to use echo -n
564    
565    Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
566    Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
567
568commit a1809fde56e45639556a44fd3c3ef9213204c5a9
569Author: Jon TURNEY <jon.turney@dronecode.org.uk>
570Date:   Mon Jan 2 19:42:10 2012 +0000
571
572    Cache the results of checking compiler flag support in XORG_TESTSET_CFLAG
573    
574    Since checking all those warning flags takes an amount of time I find irritating,
575    here is an attempt at caching the results of checking compiler warning flag support
576    
577    A couple of aspects which need definitely need review or testing:
578    
579    * I've tried to get things right when not the first flag in the list of alternates is
580    supported, but this really needs testing with a compiler other than gcc
581    
582    * The cache variable naming policy is a bit opaque me, so the names used may need corecting
583    
584    * I've tried to be careful, but who knows what portability sins I have committed :-)
585    
586    This change reduces the time to run the ./configure script produced from a configure.ac
587    containing just
588    
589    AC_INIT([test], 1.0)
590    XORG_COMPILER_FLAGS
591    XORG_CWARNFLAGS
592    XORG_STRICT_OPTION
593    AC_OUTPUT()
594    
595    from ~60s to ~20s on my cygwin machine, and from ~15s to ~9s on a linux VM running on the
596    same hardware
597    
598    v2: AS_TR_SH transforms characters which are invalid in shell variable names, so we don't
599    have to use sed to transform spaces ourself
600    
601    Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
602    Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
603
604commit 214132d470ef98b5d3cdc71662cb586025746bb5
605Author: Jeremy Huddleston <jeremyhu@apple.com>
606Date:   Fri Jan 20 23:46:56 2012 -0800
607
608    Version bump: 1.16.1
609    
610    Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
611
612commit 088c848e74ac47bbd84eac70ef18a3d2abe96936
613Author: Jeremy Huddleston <jeremyhu@apple.com>
614Date:   Sun Dec 18 15:57:43 2011 -0800
615
616    Provide a configure option to turn off the selective -Werror=... CFLAGS
617    
618    Provide end users with a workaround if they find code doesn't build with
619    the -Werror=... flags provided by BASE_CFLAGS.  This can be useful if
620    newer util-macros are used with older source code that had problems, or
621    in the rare case when warnings are expanded to hit more cases (although
622    this case should not happen too much in practice).
623    
624    Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
625
626commit 55f387315c4429704d2d5212fb1e3b130638e097
627Author: Jeremy Huddleston <jeremyhu@apple.com>
628Date:   Sat Dec 10 11:55:29 2011 -0800
629
630    Remove -Winline from BASE_CFLAGS
631    
632    This might be useful for performance tuning builds against specific
633    compilers, but it is a bit too noisy to be used in general.
634    
635    Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
636
637commit a8f51b6864c65ab226f2febd7322354fb00b9444
638Author: Gaetan Nadon <memsize@videotron.ca>
639Date:   Wed Dec 7 15:15:54 2011 -0500
640
641    Version bump: 1.16.0
642    
643    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
644
645commit 87340dcccf97c3e1f0ab918bb6740abf47d65558
646Author: Alan Coopersmith <alan.coopersmith@oracle.com>
647Date:   Thu Dec 1 13:12:59 2011 -0800
648
649    XORG_TESTSET_CFLAG: Try to both compile & link with the flags
650    
651    Catches build problems caused by compilers that ignore unknown flags
652    at compile time and pass them to the linker at link time, when the
653    linker considers unknown flags to be fatal errors.
654    
655    Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
656    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
657
658commit 2d4a7a4cf645c9cb586cf2f77f8d3f61d6c71883
659Author: Jeremy Huddleston <jeremyhu@apple.com>
660Date:   Thu Nov 10 23:45:57 2011 -0800
661
662    XORG_TESTSET_CFLAG: Add support fot -Werror=unused-command-line-argument
663    
664    This warning was was added to clang in r144365
665    
666    Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
667
668commit 9d8a1e5809b4dd397efe2e62bbf2c8a6c4deb795
669Author: Alan Coopersmith <alan.coopersmith@oracle.com>
670Date:   Thu Nov 3 18:14:15 2011 -0700
671
672    Add XORG_MEMORY_CHECK_FLAGS and require it in XORG_ENABLE_UNIT_TESTS
673    
674    Based on the checks already in libXt/configure.ac and proposed for
675    xserver/configure.ac - makes a common implementation before we make
676    more copies.
677    
678    Callers should be able to just add
679            TESTS_ENVIRONMENT = $(XORG_MALLOC_DEBUG_ENV)
680    
681    If built with an older xorg-macros, then the tests will simply be
682    less stringent, matching what happens on platforms without any
683    simple malloc debugging facilities available.
684    
685    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
686    Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
687
688commit 9b4a8bae3528950bdb87df095c212d646e15dbdb
689Author: Alan Coopersmith <alan.coopersmith@oracle.com>
690Date:   Thu Nov 3 17:41:24 2011 -0700
691
692    Define __wrap_exit in test program source for XORG_LD_WRAP
693    
694    Otherwise the test fails on Solaris releases that actually have support
695    for ld -wrap because the linker instead returns an error that __wrap_exit
696    is an undefined symbol.
697    
698    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
699    Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
700
701commit 0295ee03ab45c55771581664d6c903c6d2f87e53
702Author: Alan Coopersmith <alan.coopersmith@oracle.com>
703Date:   Thu Nov 3 15:54:25 2011 -0700
704
705    Add an optional argument to XORG_LD_WRAP
706    
707    Allows specifying if ld -wrap support is 'required' or 'optional' for
708    unit tests, so that builds like the xserver which only need ld -wrap
709    for some tests can allow users to enable the others when ld -wrap is
710    not available.
711    
712    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
713    Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
714
715commit b8a13e531db208a7c4c9a43b74b196104e7c66ed
716Author: Jeremy Huddleston <jeremyhu@apple.com>
717Date:   Tue Nov 1 12:59:55 2011 -0700
718
719    Add additional flags to XORG_COMPILER_FLAGS
720    
721    Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
722
723commit 08877399839f5a30a5edd2167fb4275d3dd9d473
724Author: Jeremy Huddleston <jeremyhu@apple.com>
725Date:   Tue Nov 1 12:44:48 2011 -0700
726
727    Update XORG_CWARNFLAGS to use XORG_COMPILER_FLAGS
728    
729    Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
730
731commit b406f730d64dfb8b699631ffb3ee5f3a1f0db8c4
732Author: Jeremy Huddleston <jeremyhu@apple.com>
733Date:   Tue Nov 1 12:19:24 2011 -0700
734
735    Add XORG_COMPILER_FLAGS to replace XORG_CWARNFLAGS
736    
737    See: https://bugs.freedesktop.org/show_bug.cgi?id=31238
738    
739    Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
740
741commit b175fe0e07fce86cf029695e9e93b573ada54b0c
742Author: Jeremy Huddleston <jeremyhu@apple.com>
743Date:   Tue Nov 1 11:53:44 2011 -0700
744
745    Use XORG_TESTSET_CFLAG in XORG_STRICT_OPTION
746    
747    Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
748
749commit 9f427611f4bb6db60cb8cbdda6296a3bf66a5a6c
750Author: Jeremy Huddleston <jeremyhu@apple.com>
751Date:   Tue Nov 1 11:39:14 2011 -0700
752
753    Add XORG_TESTSET_CFLAG which can be used to test what flags the compiler supports
754    
755    Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
756    Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
757
758commit 4a6ecc7b8e338483fb5ea6bfc9b2fb26f890807b
759Author: Jeremy Huddleston <jeremyhu@apple.com>
760Date:   Tue Nov 1 11:49:41 2011 -0700
761
762    Fix the test for -Werror=attributes
763    
764    The current test was always failing to compile because 'return 0;' was
765    global rather than in the body of a function.
766    
767    Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
768    Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
769
770commit 08dd5d30c137abe43d5b1673edc39eb569881d66
771Author: Gaetan Nadon <memsize@videotron.ca>
772Date:   Thu Jun 23 08:03:13 2011 -0400
773
774    Version bump: 1.15.0
775    
776    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
777
778commit b87c5e7f6c9e856cf82c3c531255adccbd9fae5c
779Author: Gaetan Nadon <memsize@videotron.ca>
780Date:   Wed Jun 22 12:42:30 2011 -0400
781
782    XORG_WITH_XSLTPROC: warn at development time rather than config time
783    
784    Catching up unimplemented features should be done earlier by the developer
785    during autoconf rather than during configure.
786    
787    Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
788    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
789
790commit f3332a7214af43878691b4f4876c39dc7d546266
791Author: Gaetan Nadon <memsize@videotron.ca>
792Date:   Wed Jun 22 10:02:28 2011 -0400
793
794    Add XORG_WITH_PERL macro
795    
796    Following the same pattern as XMLTO and friends.
797    Allows all modules to use the same interface, variables
798    and options to check for perl.
799    Perl is used in libX11 and xserver.
800    
801    Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
802    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
803
804commit b927af52e8a3384126bfe709b725f6c5bad4ba34
805Author: Gaetan Nadon <memsize@videotron.ca>
806Date:   Wed Jun 22 09:04:32 2011 -0400
807
808    XORG_WITH_FOP: add minimum version checking support
809    
810    Adding this feature is motivated by a bug in fop 0.95 where
811    fop crashes in the presence of some characters like the latin capital
812    sharp s. Fop version 1.0 works correctly.
813    
814    This is the same feature found in XMLTO and the likes.
815    In the macro public interface there is a shift in parameter position
816    for the DEFAULT parameter. Doing development on older libraries
817    (point releases on older versions) will still work the same way as
818    the "no" value will be interpreted as the minimum version. It won't
819    be found, so fop will be disabled anyway.
820    
821    Only libX11 has used XORG_WITH_FOP(no) and will be changed with a version
822    bump on util-macros.
823    
824    Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
825    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
826
827commit 45c7d622657d295b2c02a46061765827ea37f00f
828Author: Gaetan Nadon <memsize@videotron.ca>
829Date:   Wed Jun 1 08:59:53 2011 -0400
830
831    XORG_PROG_RAWCPP: use AC_LANG_SOURCE to prevent warnings
832    
833    The source for the AC_LANG_CONFTEST should be passed to AC_LANG_SOURCE
834    to satisfy the more stringent testing done by autoconf 2.68.
835    It is available in autoconf 2.60 where AC_LANG_DEFINES_PROVIDED is not.
836    
837    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
838    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
839
840commit 10a865fa671382dce50f7e49624ca5a730372d08
841Author: Alan Coopersmith <alan.coopersmith@oracle.com>
842Date:   Fri May 27 19:01:13 2011 -0700
843
844    Version bump: 1.14.0
845    
846    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
847
848commit e03a5cb9f313c6f5de3edc46327eb18b300b92c2
849Author: Alan Coopersmith <alan.coopersmith@oracle.com>
850Date:   Sat May 14 09:10:13 2011 -0700
851
852    Add AC_LANG_DEFINES_PROVIDED to XORG_RAW_CPP to silence autoconf warnings
853    
854    Since we're intentionally doing a special case to just check cpp output,
855    and not a full program compilation, add the magic macro to silence:
856    
857    configure.ac:46: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
858    ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
859    aclocal.m4:1077: XORG_PROG_RAWCPP is expanded from...
860    configure.ac:46: the top level
861    
862    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
863
864commit 61f5a48a74680c316bee2bf93d6ef5d50a688f22
865Author: Alan Coopersmith <alan.coopersmith@oracle.com>
866Date:   Mon May 2 16:52:26 2011 -0700
867
868    XORG_STRICT_OPTION: add -Werror=attributes to STRICT_CFLAGS for gcc
869    
870    Flags unknown attributes as errors, if -Werror=attributes is supported.
871    (The -Werror=* option was first spotted in gcc 4.2.0 manuals.)
872    
873    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
874    Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
875
876commit 8a556afbe7ff81987597ca88e315fe66f10e4adc
877Author: Alan Coopersmith <alan.coopersmith@oracle.com>
878Date:   Mon Apr 25 20:31:33 2011 -0700
879
880    Make XORG_STRICT_OPTION always set STRICT_CFLAGS
881    
882    Still only adds it to CWARNFLAGS if --enable-strict-compilation is
883    passed, but sets the variable with the right flags for the compiler
884    so it's available for other checks in configure scripts.
885    
886    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
887    Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
888    Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
889    Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
890
891commit ef7824119ede1d491936ef1715296b47419f4c9c
892Author: Alan Coopersmith <alan.coopersmith@oracle.com>
893Date:   Mon Apr 25 20:26:48 2011 -0700
894
895    Create XORG_COMPILER_BRAND macro to centralize compiler checks
896    
897    Check for gcc vs. intel vs. sun in one place, instead of
898    continuing to grow more places the check is replicated.
899    
900    Add clang check here too, as it's now seeing a lot of use to build X.
901    
902    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
903    Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
904    Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
905    Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
906
907commit 5bb0cddcc5359d764015299021718f42b0a4055c
908Author: Gaetan Nadon <memsize@videotron.ca>
909Date:   Mon Mar 14 20:12:36 2011 -0400
910
911    Version bump: 1.13.0
912    
913    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
914
915commit 700ecdc16426c14e649439138e8e40cdc41fe1c1
916Author: Gaetan Nadon <memsize@videotron.ca>
917Date:   Wed Mar 9 18:53:43 2011 -0500
918
919    XORG_LD_WRAP: check if linker supports -wrap
920    
921    Used mainly by test cases using a wrapper function.
922    
923    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
924
925commit 380074140f7b1e3f8ea006a4b1d928d23706b81d
926Author: Gaetan Nadon <memsize@videotron.ca>
927Date:   Wed Mar 9 10:53:49 2011 -0500
928
929    XORG_WITH_GLIB: check for the GLib package
930    
931    XORG_WITH_GLIB([MIN-VERSION], [DEFAULT])
932     ----------------------------------------
933     Minimum version: 1.13.0
934    
935     GLib is a library which provides advanced data structures and functions.
936     This macro enables a module to test for the presence of Glib.
937    
938     When used in conjunction with XORG_ENABLE_UNIT_TESTS, use both AM_CONDITIONAL
939     ENABLE_UNIT_TESTS and HAVE_GLIB.
940     Glib may be used for purpose other than testing
941    
942     Package builders should use --without-glib to ensure it does not get pulled in.
943     Unit tests may or may not use GLib.
944    
945     Developers should use --with-glib to error out if GLib is missing.
946    
947     Interface to module:
948     HAVE_GLIB: used in makefiles to conditionally build targets
949     with_glib: used in configure.ac to know if GLib has been found
950     --with-glib:   'yes' user instructs the module to use glib
951                    'no' user instructs the module not to use glib
952    
953    Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
954    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
955
956commit 78af2b882e01b17e38d1361a4a58b7768bb59bec
957Author: Gaetan Nadon <memsize@videotron.ca>
958Date:   Wed Mar 9 07:10:18 2011 -0500
959
960    XORG_ENABLE_UNIT_TESTS: add support for unit testing
961    
962    This macro enables a builder to enable/disable unit testing
963    It makes no assumption about the test cases implementation
964    Test cases may or may not use Automake "Support for test suites"
965    They may or may not use the software utility library GLib
966    
967    Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
968    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
969
970commit 1218d7e6ed064e0c534a01caf013cff666cb44bf
971Author: Gaetan Nadon <memsize@videotron.ca>
972Date:   Fri Feb 25 16:58:10 2011 -0500
973
974    Version bump: 1.12.0
975    
976    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
977
978commit b22ce580bcc8343b880f19cc7f1c6bea176c8f13
979Author: Gaetan Nadon <memsize@videotron.ca>
980Date:   Sat Jan 29 16:17:09 2011 -0500
981
982    XORG_WITH_XSLTPROC: add XSLT processor command line tool
983    
984    The primary use will be for DocBook/XML cross links database generation.
985    
986    XSLT (Extensible Stylesheet Language Transformations) is a declarative,
987    XML-based language used for the transformation of XML documents.
988    The xsltproc command line tool is for applying XSLT stylesheets
989    to XML documents.
990    
991    It is used under the cover by xmlto to generate html files from DocBook/XML.
992    The XSLT processor is often used as a standalone tool for transformations.
993    It should not be assumed that it is used only to work with documnetation.
994    
995    Tested-by: Matt Dew <marcoz@osource.org>
996    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
997
998commit 7370b0b3f0308aec2a32012eddb2f0761d5fe399
999Author: Alan Coopersmith <alan.coopersmith@oracle.com>
1000Date:   Sun Dec 5 01:25:11 2010 -0800
1001
1002    Use AC_LANG_PROGRAM in XORG_CHECK_MALLOC_ZERO to clear autoconf-2.68 warnings
1003    
1004    configure.ac:126: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
1005    ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
1006    ../../lib/autoconf/general.m4:2730: _AC_RUN_IFELSE is expanded from...
1007    ../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
1008    ../../lib/autoconf/general.m4:2749: AC_RUN_IFELSE is expanded from...
1009    aclocal.m4:1952: XORG_CHECK_MALLOC_ZERO is expanded from...
1010    configure.ac:126: the top level
1011    
1012    Also, calloc() takes two arguments; and all of them return void *,
1013    not char *; as the compiler points out when you #include <stdlib.h>
1014    instead of faking it badly.   (And sometimes when you don't, due to
1015    compiler builtin versions of the functions.)
1016    
1017    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
1018    Reviewed-by: Matt Turner <mattst88@gmail.com>
1019    Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
1020    Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
1021
1022commit 04030cbca37c04c48161debc0cade6db00cb347b
1023Author: Gaetan Nadon <memsize@videotron.ca>
1024Date:   Sat Nov 6 20:50:06 2010 -0400
1025
1026    XORG_ENABLE_DOCS: Fix "Enable building the documentation (yes: yes)"
1027    
1028    The quoting did not prevent the m4 defined variable "default"
1029    to replace the text string "default" in the help text.
1030    
1031    Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
1032    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1033
1034commit ce32345589050b17b23b18157f95f060f4c776a3
1035Author: Alan Coopersmith <alan.coopersmith@oracle.com>
1036Date:   Fri Oct 29 20:43:53 2010 -0700
1037
1038    Version bump: 1.11.0
1039    
1040    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
1041
1042commit eb7ebbbbb2a6196322cf7e48f60a11f2f65f7534
1043Author: Dan Nicholson <dbn.lists@gmail.com>
1044Date:   Fri Oct 22 19:12:46 2010 -0700
1045
1046    docs: Take optional argument to control defaults
1047    
1048    The typical default of enabling documentation if the correct tool is
1049    found is usually the right thing to do. However, some packages such as
1050    Xlib have huge amounts of documentation that few people would need in
1051    every output format. Allow packages to specify the default for each tool
1052    by passing an argument to the macro.
1053    
1054    Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
1055    Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
1056    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
1057
1058commit 119f35b24d446a8f7b1da4a3eaa6d6e3ad982d69
1059Author: Dan Nicholson <dbn.lists@gmail.com>
1060Date:   Sat Oct 9 17:41:10 2010 -0700
1061
1062    docs: Use m4 to handle optional macro defaults
1063    
1064    Handling the optional documentation parameters with m4 allows the help
1065    string to correctly represent the default.
1066    
1067    Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
1068    Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
1069    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
1070
1071commit aeebb46766dada64de246fd9fe72e3c523c4e70e
1072Author: Gaetan Nadon <memsize@videotron.ca>
1073Date:   Thu Sep 23 15:00:20 2010 -0400
1074
1075    Version bump: 1.10.1
1076    
1077    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1078
1079commit 1905f89998cb26410872150679501fde506a03c7
1080Author: Alan Coopersmith <alan.coopersmith@oracle.com>
1081Date:   Fri Sep 3 22:47:02 2010 -0700
1082
1083    Sun's copyrights are now owned by Oracle
1084    
1085    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
1086
1087commit 808d547902fad81901db94e6344838350d0eeb52
1088Author: Gaetan Nadon <memsize@videotron.ca>
1089Date:   Sat Aug 14 15:43:38 2010 -0400
1090
1091    XORG_MANPAGE_SECTIONS: add substitution for apploaddir
1092    
1093    This represents the location of the app-defaults directory
1094    Used in app/bitmap/man for example.
1095    
1096    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1097
1098commit fbe66aedcf2165e43388894d3b2ee2f38e889f93
1099Author: Gaetan Nadon <memsize@videotron.ca>
1100Date:   Thu Jun 24 17:36:33 2010 -0400
1101
1102    Version bump: 1.10.0
1103    
1104    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1105
1106commit 4eed3443945a9d1443ec688efd835f46ed9adfc9
1107Author: Gaetan Nadon <memsize@videotron.ca>
1108Date:   Fri Jun 25 14:52:25 2010 -0400
1109
1110    XORG_CHECK_SGML_DOCTOOLS: add interface for xorg stylesheet
1111    
1112    Add STYLESHEET_SRCDIR for directory location
1113    and XSL_STLESHEET for the name of the xorg style sheet
1114    
1115    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
1116    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1117
1118commit 01ef7c69d91259e5904f26b6b4630243d548232a
1119Author: Gaetan Nadon <memsize@videotron.ca>
1120Date:   Thu Jun 24 18:12:45 2010 -0400
1121
1122    XORG_WITH_XMLTO: add HAVE_XMLTO_TEXT for text output format
1123    
1124    The xmlto program has dependencies when converting docbook XML
1125    to text format. It requires either lynx, links or w3m
1126    text web browsers.
1127    
1128    Users want to skip the text format to avoid having to install these.
1129    
1130    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
1131    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1132
1133commit fe878c0ce0b9093c13714ec6662b0c99a9a2d1d4
1134Author: Gaetan Nadon <memsize@videotron.ca>
1135Date:   Fri Jun 18 21:54:27 2010 -0400
1136
1137    Version bump: 1.9.0
1138    
1139    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1140
1141commit d4d18c07d7aa1005ad3d48dfdb19f245df2ebae0
1142Author: Gaetan Nadon <memsize@videotron.ca>
1143Date:   Fri Jun 18 20:32:13 2010 -0400
1144
1145    XORG_WITH_GROFF: add HAVE_GROFF_HTML Automake conditional
1146    
1147    Groff uses grohtml to generate html output format. This program, in turn,
1148    uses a number of pnm* commands from the netpbm package, psselect
1149    from the psutils package and the ghostscript package.
1150    
1151    These are independently installed, so they could be missing.
1152    A check is made to ensure those dependencies are installed.
1153    If not, the makefile can use the conditional to supress the target.
1154    
1155    Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
1156    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1157
1158commit f0590edffe21ac6b7a11eab7caf6c8aad7c8bc07
1159Author: Gaetan Nadon <memsize@videotron.ca>
1160Date:   Thu May 27 09:27:54 2010 -0400
1161
1162    Version bump: 1.8.0
1163    
1164    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1165
1166commit ce3ece9cbf2380ab0e0535f52f0c6c6507d779c8
1167Author: Gaetan Nadon <memsize@videotron.ca>
1168Date:   Wed May 26 21:09:31 2010 -0400
1169
1170    config: XORG_MANPAGE_SECTIONS: add AC_PROG_SED
1171    
1172    The sed command is required to create the man pages.
1173    
1174    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
1175    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1176
1177commit 8cb69a59d54656d17ea7bcf479b0f27a17dc559e
1178Author: Gaetan Nadon <memsize@videotron.ca>
1179Date:   Mon May 17 10:36:48 2010 -0400
1180
1181    XORG_MANPAGE_SECTIONS: add MAN_SUBSTS automake variable
1182    
1183    It will replace the 155 copies in package makefiles
1184    
1185    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
1186    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1187
1188commit 2dd06a9bcfa6868260421ae803fa7d34a5d3a0c9
1189Author: Gaetan Nadon <memsize@videotron.ca>
1190Date:   Mon May 17 07:37:28 2010 -0400
1191
1192    XORG_RELEASE_VERSION: remove option --with-release-version #24816
1193    
1194    The short story:
1195    - this option has never been used by OS builders as intended
1196    - the implementation changes automake internals
1197    - the implementation breaks a few makefiles (if used)
1198    - one less option for the user to be confused with on all 240 xorg modules
1199    
1200    The long story:
1201    https://bugs.freedesktop.org/show_bug.cgi?id=24816
1202    
1203    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
1204    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1205
1206commit 99f9a3efe2ba46f9ba446b72a402f239e3357c12
1207Author: Gaetan Nadon <memsize@videotron.ca>
1208Date:   Sun May 16 16:46:17 2010 -0400
1209
1210    XORG_LINT_LIBRARY: rework to match XORG_WITH_LINT
1211    
1212    XORG_LINT_LIBRARY has implementations dependencies on XORG_WITH_LINT
1213    The library name can no longer be set by overloading the semantic
1214    of --enable-lint-library.
1215    If this function is required it should be added using an AC_ARG_VAR.
1216    
1217    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
1218    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1219
1220commit 2cbe2acb5c70a76830f6ddc1bdc66c333507996f
1221Author: Gaetan Nadon <memsize@videotron.ca>
1222Date:   Sat May 15 14:16:36 2010 -0400
1223
1224    XORG_WITH_LINT: rework and extend platform coverage
1225    
1226    Guess the lint program name by platform.
1227    Use ARG variable for user input values.
1228    Provide default flags per platform.
1229    
1230    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
1231    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1232
1233commit 4fd20af3ebf6bcfa4e991af6fd11d78494e4b95b
1234Author: Gaetan Nadon <memsize@videotron.ca>
1235Date:   Fri May 14 20:19:15 2010 -0400
1236
1237    XORG_DEFAULT_OPTIONS: add AC_PROG_INSTALL
1238    
1239    All modules install something.
1240    This makes it clear it can removed from modules config.
1241    
1242    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1243
1244commit 958c872c82c0612911e398304111ea5d98dbe973
1245Author: Gaetan Nadon <memsize@videotron.ca>
1246Date:   Fri May 14 17:55:13 2010 -0400
1247
1248    XORG_STRICT_OPTION: remove redundant expansion of AC_PROG_CC macro
1249    
1250    Calling AC_PROG_CC before AC_PROG_CC_C99 is not required.
1251    C99 is not an add-on to CC although either one will cache results
1252    than can be used by the other.
1253    
1254    This is effectively a no-op. Note that if a module configure.ac
1255    file calls AC_PROG_CC after AC_PROG_CC_C99, the compiler will be reset
1256    to ISO_C89 from ISO_C99.
1257    Currently about half the xorg modules use C89 while the other half use C99.
1258    
1259    Reviewed-by: Rémi Cardona <remi@gentoo.org>
1260    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1261
1262commit 795e808cb32d183f9d8040749899e325420e9798
1263Author: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
1264Date:   Tue Apr 13 03:57:58 2010 -0500
1265
1266    doctools: accept an optional minimal version
1267    
1268    Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
1269    Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
1270
1271commit 0913df6f5f24ea589b254d6f2a78483bf3a3c5d6
1272Author: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
1273Date:   Fri Apr 9 12:40:12 2010 -0500
1274
1275    linuxdoc: Use XORG_WITH_PS2PDF to check for ps2pdf
1276    
1277    Besides reusing existing code, this allows linuxdoc PDF output to be
1278    enabled or disabled by configure.
1279    
1280    Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
1281    Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
1282    Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
1283
1284commit e78c909f0e8ea3ee4a38fb7d93fe350bfae7990b
1285Author: Gaetan Nadon <memsize@videotron.ca>
1286Date:   Tue Apr 27 15:00:37 2010 -0400
1287
1288    LinuxDoc: add -f option to filter out the ^H in text output
1289    
1290    Remove backspace-overstrikes from the intermediate
1291    form generated by groff.
1292    These appear as blocks in some text editors and as ^H in vi.
1293    
1294    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1295
1296commit def9ff6a564b6b3a81a862e0db1673b3cd77d5ea
1297Author: Gaetan Nadon <memsize@videotron.ca>
1298Date:   Mon Apr 5 08:02:28 2010 -0400
1299
1300    Version bump: 1.7.0
1301    
1302    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1303
1304commit 5d7f8c2638a3b2c3bba8deb01e94703310b62cc4
1305Author: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
1306Date:   Thu Mar 25 18:10:00 2010 -0500
1307
1308    doc: add XORG_CHECK_SGML_DOCTOOLS to detect xorg-sgml-doctools
1309    
1310    Trying to find X11/defs.ent with AC_CHECK_FILE does not work when
1311    cross-compiling, and the check assumed that xorg-sgml-doctools is
1312    installed to the same prefix which need not always be the case.
1313    
1314    xorg-sgml-doctools 1.4 provides a pkg-config file which we can use
1315    instead, fixing both those cases.  This macro is provided in util-macros
1316    instead of with xorg-sgml-doctools, otherwise the latter would become a
1317    hard dependency just to run autoreconf.
1318    
1319    Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
1320    Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
1321
1322commit c03e7dbca608f6fa3f1f53f5fc9f279eab62bdb4
1323Author: Gaetan Nadon <memsize@videotron.ca>
1324Date:   Mon Mar 29 11:53:10 2010 -0400
1325
1326    config: remove the xorg-macros pc.in file from EXTRA_DIST
1327    
1328    Automake always includes it in the tarball.
1329    
1330    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1331
1332commit be6c44abf825a5814ca836165f62b66c30e7a966
1333Author: Gaetan Nadon <memsize@videotron.ca>
1334Date:   Thu Mar 11 11:11:42 2010 -0500
1335
1336    Version bump: 1.6.1
1337    
1338    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1339
1340commit b1660bfd095627778496bf403a741ff6ad44659a
1341Author: Gaetan Nadon <memsize@videotron.ca>
1342Date:   Tue Mar 9 10:52:15 2010 -0500
1343
1344    doc: fix typo in AC_MSG_CHECKING for XORG_CHECK_LINUXDOC
1345    
1346    The message should start with a lowercase letter.
1347    
1348    Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
1349    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
1350    Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
1351    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1352
1353commit 2c833326fdd83039999b5563eb9f621ff57e3bf5
1354Author: Gaetan Nadon <memsize@videotron.ca>
1355Date:   Tue Mar 9 10:13:22 2010 -0500
1356
1357    doc: Specify minimum xmlto version to XORG_WITH_DOXYGEN
1358    
1359    Adds an optional parameter to XORG_WITH_DOXYGEN to enforce a minimum
1360    version needed like the asciidoc version check.
1361    
1362    Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
1363    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1364
1365commit d7cedc8ce552581c9acbfbe373cbee16a689abef
1366Author: Dan Nicholson <dbn.lists@gmail.com>
1367Date:   Wed Mar 3 20:16:46 2010 -0800
1368
1369    doc: Specify minimum xmlto version to XORG_WITH_XMLTO
1370    
1371    Adds an optional parameter to XORG_WITH_XMLTO to enforce a minimum
1372    version needed like the asciidoc version check.
1373    
1374    Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
1375
1376commit c87b5e9657e3fa1270f7283ab8b16aed1be7b5fd
1377Author: Dan Nicholson <dbn.lists@gmail.com>
1378Date:   Wed Mar 3 20:16:45 2010 -0800
1379
1380    doc: Specify minimum asciidoc version to XORG_WITH_ASCIIDOC
1381    
1382    Adds an optional parameter to XORG_WITH_ASCIIDOC to enforce a minimum
1383    version needed.
1384    
1385    Tested-by: Gaetan Nadon <memsize@videotron.ca>
1386    Tested-by: Fernando Carrijo <fcarrijo@yahoo.com.br>
1387    Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
1388
1389commit a01b2ce6b196555660a64c43623acab1f6fea76a
1390Author: Dan Nicholson <dbn.lists@gmail.com>
1391Date:   Sat Feb 27 11:28:08 2010 -0800
1392
1393    silent: Set AM_DEFAULT_VERBOSITY for compatibility on older automake
1394    
1395    Custom silent rules will become recursive on older automake where
1396    AM_SILENT_RULES is not included. Set AM_DEFAULT_VERBOSITY in this
1397    fallback case for compatibility.
1398    
1399    Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
1400    Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
1401
1402commit de24a6d42eafa1aaa089927e9b2c2c7ef8827550
1403Author: Gaetan Nadon <memsize@videotron.ca>
1404Date:   Tue Feb 23 11:03:42 2010 -0500
1405
1406    AM_SILENT_RULES: move from XORG_CWARNFLAGS to XORG_DEFAULT_OPTIONS
1407    
1408    This m4 statement does not belong in the macro for compiler
1409    warning flags. It is more appropriate to group it with the macro
1410    providing default options for X.Org modules.
1411    
1412    Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
1413    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1414
1415commit 0851a3455fddbbaef73fae088469a48f2f975783
1416Author: Gaetan Nadon <memsize@videotron.ca>
1417Date:   Fri Jan 29 14:02:26 2010 -0500
1418
1419    Version bump: 1.6.0
1420    
1421    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1422
1423commit a8f386498bb18c7f95f874a56e3526a1b0b3029c
1424Author: Gaetan Nadon <memsize@videotron.ca>
1425Date:   Tue Feb 2 17:14:00 2010 -0500
1426
1427    doc: add XORG_ENABLE_DEVEL_DOCS and XORG_ENABLE_SPECS
1428    
1429    Identical to XORG_ENABLE_DOCS, this macros allows modules
1430    to classify docs per type and selectively control their building.
1431    
1432    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1433
1434commit 1df1e7fd649b4ff3e00a908d4ade54bc6b32892f
1435Author: Gaetan Nadon <memsize@videotron.ca>
1436Date:   Sun Jan 31 08:56:50 2010 -0500
1437
1438    XORG_WITH_GROFF: add tests for -ms and -mm macro packages
1439    
1440    OS and distros often splits groff in a basic and full package, the former
1441    having the groff program and the later having devices, fonts and macros
1442    Checking for the groff executable is not enough.
1443    
1444    Use HAVE_GROFF if you do not use -ms or -mm
1445    Use HAVE_GROFF_MS and/or HAVE_GROFF_MM otherwise
1446    
1447    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1448
1449commit 6fce3ec9157794d1a90ae28b2615c00ce84f95ed
1450Author: Gaetan Nadon <memsize@videotron.ca>
1451Date:   Fri Jan 29 10:47:40 2010 -0500
1452
1453    Add XORG_ENABLE_DOCS to control the building of documentation
1454    
1455    This macro is intended for modules to control, in a single option,
1456    the building of the documentaion. Using --enable-docs=no, all
1457    documentation is skipped, regardless of the tool used to build it.
1458    
1459    It should be used in conjunction with other XORG_WITH_* macros
1460    which handle cases where some specific tool is not available.
1461    
1462    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1463
1464commit df1fe112b8fca77ce10ecfe2b9e4a082b29b732d
1465Author: Gaetan Nadon <memsize@videotron.ca>
1466Date:   Fri Jan 29 10:25:00 2010 -0500
1467
1468    Additional doc macros for GROFF, FOP and PS2PDF
1469    
1470    Identical to XMLTO, DOXYGEN and ASCIIDOC.
1471    Allow platform builders to selectively turn off tools that
1472    are not present or back level. Matching documentation target
1473    will be shipped.
1474    
1475    For example, --without-fop will skip the pdf format while
1476    allowing other formats to proceed.
1477    
1478    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1479
1480commit 4411328d3200392e9b8d830a45d9ac679abb4ead
1481Author: Jeremy Huddleston <jeremyhu@apple.com>
1482Date:   Wed Feb 3 23:39:37 2010 -0800
1483
1484    Add -Wformat=2 to the default CWARNFLAGS
1485    
1486    This will include -Wformat-security to catch possible security problems in formatting in printf, scanf, etc.
1487    
1488    Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
1489    Reviewed-by: Matt Turner <mattst88@gmail.com>
1490
1491commit 46d22716aed8d7e8ee188c2f2d2b3ba600dc3dd3
1492Author: Gaetan Nadon <memsize@videotron.ca>
1493Date:   Sun Jan 17 21:21:10 2010 -0500
1494
1495    Version bump: 1.5.0
1496    
1497    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1498
1499commit 7e89b1cecfdb8115fa159584762f4d0db7455305
1500Author: Gaetan Nadon <memsize@videotron.ca>
1501Date:   Sun Jan 17 21:01:44 2010 -0500
1502
1503    Add XORG_WITH_ASCIIDOC and XORG_WITH_DOXYGEN
1504    
1505    Based on XORG_WITH_XMLTO
1506    
1507    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1508
1509commit 296c390247553b0070dd05260fe6f55f793a374c
1510Author: Matthieu Herrb <matthieu.herrb@laas.fr>
1511Date:   Tue Jan 5 23:04:25 2010 +0100
1512
1513    Add XORG_WITH_XMLTO to factorize xmlto tests.
1514    
1515    This also allow to configure with --without-xmlto to ignore
1516    a 3rd party xmlto tool on systems that normally don't have it,
1517    in order to have reproducable builds.
1518    
1519    Reviewed-by: Rémi Cardona <remi@gentoo.org>
1520    Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr>
1521    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1522
1523commit 2e75ae9b22de0fa36adde6de7b7e5c1c1a825d69
1524Author: Julien Cristau <jcristau@debian.org>
1525Date:   Sat Jan 16 15:00:38 2010 +0000
1526
1527    Bump to 1.4.2
1528
1529commit 1c8cfa5cd1881f810ed62ff082e67777985c7599
1530Author: Alan Coopersmith <alan.coopersmith@sun.com>
1531Date:   Thu Jan 14 09:32:32 2010 -0800
1532
1533    Update Sun license notices to current X.Org standard form
1534    
1535    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1536
1537commit 43e41a5537ba892613f2a9f79cdf209fd7c915b3
1538Author: Julien Cristau <jcristau@debian.org>
1539Date:   Sat Jan 2 20:44:37 2010 +0000
1540
1541    INSTALL doesn't belong in docdir, use pkgdatadir instead
1542    
1543    docdir stays in xorg-macros.pc so we don't break the existing
1544    $(INSTALL_CMD).
1545    
1546    Tested-by: Gaetan Nadon <memsize@videotron.ca>
1547    Signed-off-by: Julien Cristau <jcristau@debian.org>
1548    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1549
1550commit 29f4c09cc252d834278e6e1ad77ad56dc0545d29
1551Author: Gaetan Nadon <memsize@videotron.ca>
1552Date:   Tue Dec 15 14:25:17 2009 -0500
1553
1554    configure.ac: use single statement for file generation
1555    
1556    Reported-by: Peter Hutterer <peter.hutterer at who-t.net>
1557    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1558
1559commit c3c40da5392c2f1fe4b15c6e90dc8325b3c26561
1560Author: Gaetan Nadon <memsize@videotron.ca>
1561Date:   Tue Dec 15 14:01:05 2009 -0500
1562
1563    macros.m4.in: use backticks rather than $() for cmd subs
1564    
1565    Reviewed-by: Dan Nicholson <dbn.lists at gmail.com>
1566    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1567
1568commit 48e2b3d0ee8d637d83b88bf29c6d417f61aaa0e4
1569Author: Colin Watson <cjwatson@canonical.com>
1570Date:   Sat Oct 10 13:28:28 2009 +0100
1571
1572    Use conservative default for malloc(0) when cross-compiling #24460
1573    
1574    When cross-compiling, AC_RUN_IFELSE can't run test programs.
1575    MALLOC_ZERO_RETURNS_NULL=yes is a conservative default in this case.
1576    
1577    Signed-off-by: Colin Watson <cjwatson@canonical.com>
1578    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1579
1580commit 2c83c9068167729652994cf3203ca27245745482
1581Author: Adam Jackson <ajax@redhat.com>
1582Date:   Mon Dec 14 17:12:13 2009 -0500
1583
1584    util-macros 1.4.1
1585    
1586    Signed-off-by: Adam Jackson <ajax@redhat.com>
1587
1588commit 8e126170a4bf23ae73a08d254f6c6fb7e6b46748
1589Author: Adam Jackson <ajax@redhat.com>
1590Date:   Mon Dec 14 17:05:48 2009 -0500
1591
1592    Don't mention libdir in the .pc file
1593    
1594    Signed-off-by: Adam Jackson <ajax@redhat.com>
1595
1596commit 862911eb71165c9409044986171b8ce2c1ec70b7
1597Author: Adam Jackson <ajax@redhat.com>
1598Date:   Mon Dec 14 17:05:10 2009 -0500
1599
1600    Install the .pc file in $(datadir)
1601    
1602    Signed-off-by: Adam Jackson <ajax@redhat.com>
1603
1604commit 03b04a6b5d61aafbd2705f7d29e58e0c92553a4a
1605Author: Adam Jackson <ajax@redhat.com>
1606Date:   Mon Dec 14 16:54:41 2009 -0500
1607
1608    macros 1.4.0
1609
1610commit 64e61146ecf6cde01a72d95f905f8d3790b78b58
1611Author: Carl Worth <cworth@cworth.org>
1612Date:   Mon Nov 30 20:00:31 2009 -0800
1613
1614    Install .pc file in $libdir where it belongs (not $datadir).
1615    
1616    The .pc file was previously being installed in ${prefix}/share/pkgconfig
1617    but all other modules install their .pc files to ${prefix}/lib/pkgconfig
1618
1619commit 1e50b971bf7273f958e11cbcf3dc07a6fab04335
1620Author: Gaetan Nadon <memsize@videotron.ca>
1621Date:   Sat Nov 21 17:28:32 2009 -0500
1622
1623    xorg-macros.pc.in: create a meta data file for util-macros
1624    
1625    This is motivated primarly by XORG_INSTALL who needs to locate
1626    the docdir when invoked from any module that may not be installed
1627    using same prefix (default or otherwise).
1628    
1629    There are other potential use for this file.
1630
1631commit ceecddadf923ceae76c12057103ec7a409718a34
1632Author: Gaetan Nadon <memsize@videotron.ca>
1633Date:   Thu Oct 22 12:20:42 2009 -0400
1634
1635    Add an XORG_INSTALL macro to allow comps to copy the INSTALL file #24206
1636    
1637    The Makefile installs INSTALL in share/doc/util-macros
1638        An INSTALL_CMD is provided in the new XORG_INSTALL macro
1639        which is added to XORG_DEFAULT_OPTIONS.
1640    
1641        Components add INSTALL target to their Makefile similar to ChangeLog
1642
1643commit e6ceec1bc497ce9d311fd17e9a171e83148362ad
1644Author: Gaetan Nadon <memsize@videotron.ca>
1645Date:   Mon Oct 12 11:07:14 2009 -0400
1646
1647    Add an XORG_INSTALL macro to allow comps to copy the INSTALL file #24206
1648    
1649    The Makefile installs INSTALL in share/doc/util-macros
1650    An INSTALL_CMD is provided in the new XORG_INSTALL macro
1651    which is added to XORG_DEFAULT_OPTIONS.
1652    
1653    Components add INSTALL target to their Makefile similar to ChangeLog
1654
1655commit 22d7360510553775650e6a4e134f165937db4abe
1656Author: Gaetan Nadon <memsize@videotron.ca>
1657Date:   Sat Oct 10 15:38:19 2009 -0400
1658
1659    INSTALL file missing/incorrect #24206
1660    
1661    Add missing INSTALL file. Use standard GNU file on building tarball
1662    For all X.Org components.
1663
1664commit bf44a8df3831ac465fd79937b059e54c4dc34486
1665Author: Gaetan Nadon <memsize@videotron.ca>
1666Date:   Sat Oct 10 15:33:58 2009 -0400
1667
1668    .gitignore: use common defaults with custom section # 24239
1669    
1670    Using common defaults will reduce errors and maintenance.
1671    Only the very small or inexistent custom section need periodic maintenance
1672    when the structure of the component changes. Do not edit defaults.
1673    For all X.Org components.
1674
1675commit 98c7586b04dea14d89df6e7ad1c733e6539cd095
1676Author: Gaetan Nadon <memsize@videotron.ca>
1677Date:   Sat Nov 7 07:58:33 2009 -0500
1678
1679    Lower version from 2.63 to 2.60 Tinderbox failed
1680
1681commit b47a30d3c91fbd5b230a11b1a5ddbfb943bcd7b2
1682Author: Gaetan Nadon <memsize@videotron.ca>
1683Date:   Mon Oct 12 10:57:13 2009 -0400
1684
1685    configuration: update, fix warnings, apply global maintenance #24450
1686    
1687    Update configure.ac using autotools utilities and wiki guidelines
1688    
1689    configure.ac: AM_MAINTAINER_MODE missing #24238
1690    
1691    This turns off maintainer mode build rules in tarballs.
1692    For all X.Org components.
1693
1694commit f8695cf7b892028bf7c502e85f26f0a756edd316
1695Author: Gaetan Nadon <memsize@videotron.ca>
1696Date:   Mon Oct 12 10:37:36 2009 -0400
1697
1698    ChangeLog: generated file not cleaned from the dist directory #24278
1699    
1700        CHANGELOG_CMD was written in the wrong directory.
1701        Update cmd to generate in $(top_srcdir)
1702    
1703        Tested in regular build with git: dist, distcheck and distclean
1704        Tested in VPATH build with git:  dist, distcheck and distclean
1705        Tested above scenario from tarballs with git not available
1706
1707commit d6584a4a52a6fb0eaf979555097bb32621c13cb1
1708Author: Alan Coopersmith <alan.coopersmith@sun.com>
1709Date:   Wed Sep 9 13:31:38 2009 -0700
1710
1711    Version bump: 1.3.0
1712    
1713    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1714
1715commit 79c00a5b5c7866fcc4756993cf4bf4eb2234e9de
1716Author: Gaetan Nadon <memsize@videotron.ca>
1717Date:   Tue Sep 1 09:45:30 2009 -0400
1718
1719    Fix obsolete macro warnings for AC_HELP_STRING #23628
1720    
1721    When checking for warnings in any module using XORG_RELEASE_VERSION
1722    one or more warnings on AC_HELP_STRING appears. The macro has been
1723    replaced with AS_HELP_STRING
1724    
1725    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1726    Acked-by: Alan Coopersmith <alan.coopersmith@sun.com>
1727
1728commit 4c91617d964915005634339afa24b04ec8a2f801
1729Author: Peter Hutterer <peter.hutterer@who-t.net>
1730Date:   Tue Sep 1 10:33:37 2009 +1000
1731
1732    Add XORG_DEFAULT_OPTIONS meta-macro.
1733    
1734    Many modules use the same set of m4 macros. Additions to the macros require
1735    updating the configure.ac for each module affected. In the case of e.g.
1736    protos and libs this means updating every single module.
1737    
1738    This patch adds a XORG_DEFAULT_OPTIONS meta-macro that uses the other macros
1739    defined. Macros can be added to this meta-macro and modules immediately get
1740    to make use of it - without changes required to configure.ac.
1741    
1742    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1743
1744commit 3b7dd69d0bf6bc19f0e4403bb6611de87497aac3
1745Author: Pauli Nieminen <suokkos@gmail.com>
1746Date:   Sat Jul 25 15:53:02 2009 +0300
1747
1748    Add XORG_STRICT_OPTION macro for strict compilation option
1749    
1750    Strict compilation option can be used to get rid of warnings that often are
1751    showing real hidden bug in code. That just waits to cause problems.
1752    
1753    CWARNFLAGS has to be added to AM_C(PP)FLAGS to use strict compilation mode
1754    in Makefile.am. Automatic addition to compiler flags would cause some configure
1755    checks fail.
1756    
1757    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1758
1759commit b0618a909a56d958a6690318545379e105587d82
1760Author: Peter Hutterer <peter.hutterer@who-t.net>
1761Date:   Tue Aug 25 09:40:01 2009 +1000
1762
1763    Add AM_SILENT_RULES to default XORG_CWARNFLAGS
1764    
1765    Automake 1.11 supports silent builds with the new AM_SILENT_RULES.
1766    http://sources.redhat.com/automake/automake.html#Options
1767    
1768    This loosely qualifies as a CWARNFLAG since it allows all the warnings to be
1769    seen and enables modules to gain support from the feature without any
1770    changes needed to configure.
1771    
1772    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1773    Signed-off-by: James Cloos <cloos@jhcloos.com>
1774
1775commit 347e2ae727ac43026776154172ca1ad0360c903c
1776Author: Alan Coopersmith <alan.coopersmith@sun.com>
1777Date:   Thu Jun 18 11:26:09 2009 -0700
1778
1779    Version bump: 1.2.2
1780    
1781    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1782
1783commit b885bb59ec23bb338c8df68e40c6ef2c2a9325cc
1784Author: Jon TURNEY <jon.turney@dronecode.org.uk>
1785Date:   Mon Jun 8 14:17:06 2009 +0100
1786
1787    Use correct CWARNFLAGS when cross compiling
1788    
1789    Rather than checking the version of some random gcc which happens to be in
1790    the path to determine which warning flags are supported, we should check the
1791    gcc we are going to use for the build
1792    
1793    For example, when cross-compiling, if the host gcc is >= 3.4 but the
1794    cross-compiler gcc is not, this will cause unsupported warning flags to be
1795    used
1796    
1797    This seems to work, but I don't know enough autofoolery to be sure this is
1798    right...
1799    
1800    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1801
1802commit 21a957428aa69b03f585378dc6e70ad9f5c513c6
1803Author: Dan Nicholson <dbn.lists@gmail.com>
1804Date:   Fri Feb 6 12:28:03 2009 -0800
1805
1806    Use m4 for XORG_MACROS_VERSION to error during autoconf
1807    
1808    Check the needed macros version with m4 so that the proper version is
1809    determined during autoconf. This prevents a faulty configure from being
1810    generated.
1811    
1812    Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
1813
1814commit 72d82ed965f9cfbc310897ec17d2dc10bddcef4e
1815Author: Dan <danstowell+xorg@gmail.com>
1816Date:   Thu Feb 19 06:50:30 2009 -0800
1817
1818    Fix incorrect warning message in XORG_MACROS_VERSION
1819    
1820    Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
1821
1822commit b3a43fbe312d4da796aa1fcb04a8a27f7961641d
1823Author: Dan Nicholson <dbn.lists@gmail.com>
1824Date:   Thu Feb 5 13:30:27 2009 -0800
1825
1826    Restore part of the XORG_MACROS_VERSION comment
1827    
1828    The 1.1 or later part is actually important since XORG_MACROS_VERSION
1829    didn't exist before then.
1830    
1831    Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
1832
1833commit f05148fa57a1ebdb75135f026b7c5f4678a3b293
1834Author: Dan Nicholson <dbn.lists@gmail.com>
1835Date:   Thu Feb 5 09:17:17 2009 -0800
1836
1837    Fix comment in XORG_MACROS_VERSION on usage
1838    
1839    The comment recommending checking XORG_MACROS_VERSION with m4_ifndef was
1840    flawed for two reasons:
1841    
1842     * m4_fatal should be used if the macro is not defined. There's no use
1843       generating configure if the macro doesn't exist. Just fail during
1844       autoconf.
1845     * There's no reason to mention the version needed in the message. That
1846       check does not do version verification. That's what the actual macro
1847       is for.
1848    
1849    Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
1850
1851commit 96585612d17d31fa9dd0f5c260fc33f72be9a75f
1852Author: Jeremy Huddleston <jeremy@redxiii.local>
1853Date:   Sun Feb 1 21:09:44 2009 -0800
1854
1855    XORG_CWARNFLAGS: += is not valid for appending in bourn scripts
1856    
1857    Fixes:
1858    
1859    ./configure: line 12921: CWARNFLAGS+= -Wold-style-definition -Wdeclaration-after-statement: command not found
1860
1861commit 58803c60b73110a49aecec4202e7820887633bcc
1862Author: Alan Coopersmith <alan.coopersmith@sun.com>
1863Date:   Tue Dec 16 15:05:46 2008 -0800
1864
1865    Version bump: 1.2.1
1866
1867commit e1d9461d1325bb7e48ef616650eb1d49f8945c2b
1868Author: Alan Coopersmith <alan.coopersmith@sun.com>
1869Date:   Tue Dec 16 15:05:05 2008 -0800
1870
1871    Replace gitweb URL with cgit URL in README
1872
1873commit 55e8d740881ef622376440819119641e67aeb285
1874Author: Peter Breitenlohner <peb@mppmu.mpg.de>
1875Date:   Mon Dec 8 17:40:31 2008 +0100
1876
1877    fix distcheck target
1878    
1879    Arrange that distcleancheck ignores ChangeLog left over by distclean.
1880    
1881    Don't mention ChangeLog under *CLEANFILES, can't be rebuilt from release
1882    tarball; ChangeLog is automatically distributed, no need to mention it.
1883
1884commit 88920d0896be5194f626888d5d8b54edd1ffe1f6
1885Author: Matthieu Herrb <matthieu.herrb@laas.fr>
1886Date:   Wed Dec 10 08:45:56 2008 +0100
1887
1888    use more CWARNFLAGS with gcc 3.4 too.
1889    
1890    Only gcc 3.3 and earlier version don't support them.
1891    Reported and tested by Peter Breitenlohner.
1892
1893commit 9ff834493ece0a0ea7d7f15c1706bab022362cc5
1894Author: Matthieu Herrb <matthieu.herrb@laas.fr>
1895Date:   Sun Dec 7 11:54:39 2008 +0100
1896
1897    Fix CWARNFLAGS for gcc versions < 4
1898
1899commit 1d2a0c58ffa7be9c47ea0a097f54e012cf5d44de
1900Author: Alan Coopersmith <alan.coopersmith@sun.com>
1901Date:   Wed Jul 30 13:47:04 2008 -0700
1902
1903    Allow setting XORG_SGML_PATH to a non-default path when running configure
1904
1905commit dcbbcb582cf712e59c1474632380943bea8f1a5e
1906Author: Peter Breitenlohner <peb@mppmu.mpg.de>
1907Date:   Fri Nov 14 23:06:48 2008 +0100
1908
1909    bump to 1.2.0
1910
1911commit 0e8c41dd09080cf692b7437bb23435137febaf26
1912Author: Peter Breitenlohner <peb@mppmu.mpg.de>
1913Date:   Fri Nov 14 23:05:45 2008 +0100
1914
1915    fix XORG_PROG_RAWCPP for cygwin
1916    
1917    Patch by Yaakov Selkowitz from xorg mailing list
1918    http://lists.freedesktop.org/archives/xorg/attachments/20081016/04a64242/attachment.asc
1919
1920commit 4cce4c8169a252bce129411dbf70c3212974e7ca
1921Author: Peter Breitenlohner <peb@mppmu.mpg.de>
1922Date:   Fri Nov 14 22:59:28 2008 +0100
1923
1924    define XORG_CWARNFLAGS macro
1925
1926commit 2663b7a6b31e5e3d03b42a50b27f64737a35e9aa
1927Author: Peter Breitenlohner <peb@mppmu.mpg.de>
1928Date:   Fri Nov 14 22:38:27 2008 +0100
1929
1930    define and use XORG_CHANGELOG macro
1931
1932commit b8a5186c585b4f01971457f0d59cc7480cf528e8
1933Author: Peter Breitenlohner <peb@mppmu.mpg.de>
1934Date:   Fri Nov 14 22:26:06 2008 +0100
1935
1936    reorganize autoconf macro files
1937    
1938    append xorgversion.m4 to xorg-macros.m4.in, instead of installing
1939    it as separate file.
1940    Avoid copying some code from xorgversion.m4 to configure.ac.
1941
1942commit a3a533044de7c8c360d0de312ac75b32db04e35e
1943Author: Adam Jackson <ajax@redhat.com>
1944Date:   Wed Mar 5 14:53:00 2008 -0500
1945
1946    bump to 1.1.6
1947
1948commit e1c1ee013e72dafd7b00ca96a8d4a25273b88e15
1949Author: Jeremy Huddleston <jeremy@tifa-2.local>
1950Date:   Sat Feb 16 02:18:50 2008 -0800
1951
1952    Support version strings  like 1.2.3-blah4
1953
1954commit e20c503d24e5ccf03035aa0f6d833d235d2179df
1955Author: Keith Packard <keithp@koto.keithp.com>
1956Date:   Mon Aug 13 19:21:58 2007 -0700
1957
1958    Cannot use AC_CHECK_FILE when cross compiling; assume no LINUXDOC.
1959    
1960    As AC_CHECK_FILE cannot be used when cross compiling, just assume linuxdoc
1961    is not present.
1962
1963commit f2ddb356d86225a8ff6d1d1397fb2156cebd360f
1964Author: Daniel Stone <daniel@fooishbar.org>
1965Date:   Sun Dec 24 06:17:44 2006 +0200
1966
1967    bump to 1.1.5
1968
1969commit e8b485d9252ffbb357a0b987ab1488d4033b555c
1970Author: Matthieu Herrb <matthieu.herrb@laas.fr>
1971Date:   Mon Dec 18 18:25:25 2006 -0800
1972
1973    Bug 9368: non portable sed usage in xorgversion.m4
1974    
1975    Bugzilla #9368 <https://bugs.freedesktop.org/show_bug.cgi?id=9368>
1976    Patch #8140 <https://bugs.freedesktop.org/attachment.cgi?id=8140>
1977
1978commit 0a4aadbda211a5128bae1c2e860b781c95c4bbf5
1979Author: Daniel Stone <daniel@fooishbar.org>
1980Date:   Sat Dec 16 01:14:27 2006 +0200
1981
1982    bump to 1.1.4
1983
1984commit eb371188086824c4655840dd72831d16fbfb17ce
1985Author: Daniel Stone <daniel@fooishbar.org>
1986Date:   Wed Dec 6 19:02:46 2006 +0200
1987
1988    Makefile.am: make ChangeLog hook safer
1989    Make ChangeLog hook as safe as possible.
1990
1991commit e091014e3c7573a49ce51d67f359bd0f3d3e1893
1992Author: Daniel Stone <daniel@fooishbar.org>
1993Date:   Thu Nov 30 22:05:27 2006 +0200
1994
1995    bump to 1.1.3
1996
1997commit f15961997e9f5986857ed0b143cbaafda1a84cb8
1998Author: Andres Salomon <dilinger@debian.org>
1999Date:   Thu Nov 30 22:05:13 2006 +0200
2000
2001    xorgversion: automatic PACKAGE_VERSION_* (bug #8590)
2002    Automatically define PACKAGE_VERSION_{MAJOR,MINOR,PATCHLEVEL} when
2003    XORG_RELEASE_VERSION is called.
2004
2005commit 0d92c7e31df95c09a9cf1215e9ccb069da97f27a
2006Author: Daniel Stone <daniel@fooishbar.org>
2007Date:   Wed Nov 8 16:38:16 2006 +0200
2008
2009    bump to 1.1.2
2010
2011commit d7a63459d1b1313fbde2827c00b36ee1e9c37f70
2012Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
2013Date:   Fri Nov 3 12:43:12 2006 -0500
2014
2015    Introduce separate configure switches for each output format.
2016
2017commit 5dc687a27322c9c6f7f9fb69b7005f35030b9571
2018Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
2019Date:   Thu Nov 2 19:49:29 2006 -0500
2020
2021    Fix handling of defs.ent to allow arbitrary install prefixes.
2022
2023commit 58a807e728bfbb3fac080adbb7c502ef3531d5f3
2024Author: David Nusinow <dnusinow@debian.org>
2025Date:   Sun Oct 29 18:48:34 2006 -0500
2026
2027    Add support for building docbook docs
2028
2029commit bcd763dd427d2afd9066d52990363398d15d2c6a
2030Author: David Nusinow <dnusinow@debian.org>
2031Date:   Sun Oct 15 22:45:58 2006 -0400
2032
2033    Make building pdf's configurable, though only disabled when it is explicitly set to no
2034
2035commit de2a4b2880117f1de38c9f870024cfb8a9f3ba8d
2036Author: Daniel Stone <daniel@fooishbar.org>
2037Date:   Sun Aug 27 12:59:25 2006 +0300
2038
2039    make ChangeLog hook distcheck-safe
2040
2041commit d9062e4077ebfd0985baf8418f3d0f111b9ddbba
2042Author: Daniel Stone <daniel@fooishbar.org>
2043Date:   Sun Aug 27 12:50:20 2006 +0300
2044
2045    xorg-macros: remove GNU-userland special case; bump to 1.1.1
2046    Remove special-casing of man page suffices for GNU-userland systems (Linux,
2047    Hurd, GNU/kFreeBSD).  Bump to version 1.1.1.
2048
2049commit 28d7a6d80abb2d8d1a670b09394a5fc5458dd98e
2050Author: Alan Coopersmith <alan.coopersmith@sun.com>
2051Date:   Thu Jul 20 18:13:50 2006 -0700
2052
2053    Version bump to 1.1.0
2054
2055commit efac6ccd6f0b5d673397441df753893b18c6a998
2056Author: Alan Coopersmith <alanc@alans-ferrari.(none)>
2057Date:   Tue Jul 18 14:44:30 2006 -0700
2058
2059    Ignore xorg-macros.m4 (built by configure) and make dist/distcheck files
2060
2061commit c6f51fb11a0f264e9cd89cf27916ca83c418f6ab
2062Author: Alan Coopersmith <alan.coopersmith@sun.com>
2063Date:   Thu Jul 13 17:00:19 2006 -0700
2064
2065    Add XORG_LINT_LIBRARY for building lint library data files
2066
2067commit 33b44547db1b801a520b64dd67c468ab04eaf269
2068Author: Alan Coopersmith <alan.coopersmith@sun.com>
2069Date:   Thu Jul 13 14:31:20 2006 -0700
2070
2071    Replace static ChangeLog with dist-hook to generate from git log
2072
2073commit 953df72ff3b8ecf8ac3eadc90ddefd6d0ca6b43e
2074Author: Alan Coopersmith <alan.coopersmith@sun.com>
2075Date:   Thu Jul 13 13:49:46 2006 -0700
2076
2077    Add pointer to git repository to README
2078
2079commit a3ce32d91835471b7f91742850d78b186c4cbe8f
2080Author: Alan Coopersmith <alan.coopersmith@sun.com>
2081Date:   Thu Jul 13 13:46:43 2006 -0700
2082
2083    Add XORG_MACROS_VERSION macro to check minimum version of xorg-macros.m4
2084    
2085    - Move xorg-macros.m4 to xorg-macros.m4.in so @VERSION@ can be substituted from
2086      the version listed in configure.ac
2087    - Add comments to each macro listing what version it was first added in
2088
2089commit 29e3f6d9c7670ff95dc03c9d494dc5f4b93741a4
2090Author: Alan Coopersmith <alan.coopersmith@sun.com>
2091Date:   Thu Jul 13 11:46:48 2006 -0700
2092
2093    Add README file with links to bugzilla & mailing list
2094
2095commit b794890e202dc2359069836d9ebc2ad29f86dfac
2096Author: Alan Coopersmith <alan.coopersmith@sun.com>
2097Date:   Thu Jul 13 11:42:41 2006 -0700
2098
2099    Fill in COPYING file with licenses from other files
2100
2101commit 1bc5f3d51d6bbe749e229c74fb2b834f903dcbd6
2102Author: Alan Coopersmith <alan.coopersmith@sun.com>
2103Date:   Thu Jul 13 11:41:20 2006 -0700
2104
2105    Correct Sun license notice
2106
2107commit 53519cafb9a145901730fb0f2a1fd78e5a0a82e7
2108Author: Michael Banck <mbanck@debian.org>
2109Date:   Thu Jul 13 00:09:23 2006 -0700
2110
2111    Bug #6782: Fix *_MAN_* macros to support GNU/Hurd
2112    
2113    X.Org Bug #6782 <https://bugs.freedesktop.org/show_bug.cgi?id=6782>
2114    Patch #5519 <https://bugs.freedesktop.org/attachment.cgi?id=5519>
2115
2116commit aa72e4701d6653a7cf7d47b51b705e1c0890f381
2117Author: Alan Coopersmith <alan.coopersmith@sun.com>
2118Date:   Wed Jul 12 19:31:47 2006 -0700
2119
2120    Add XORG_WITH_LINT to add --with-lint flag for checking with lint, sparse, etc.
2121
2122commit 08130178348738603ab916036ac63afd41b27e94
2123Author: Alan Coopersmith <alan.coopersmith@sun.com>
2124Date:   Wed Jul 12 19:30:25 2006 -0700
2125
2126    Create .gitignore
2127
2128commit ddb3d2e94df03c5d06717189f5e349342ad0fa09
2129Author: Adam Jackson <ajax@nwnk.net>
2130Date:   Fri May 19 18:46:00 2006 +0000
2131
2132    Bump to 1.0.2
2133
2134commit 1e910874c0c4211b0d6e462e5cdffb4c86e27e6f
2135Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
2136Date:   Fri Apr 21 22:47:13 2006 +0000
2137
2138    X.Org Bug #6654 <https://bugs.freedesktop.org/show_bug.cgi?id=6654> Patch
2139        #5374 <https://bugs.freedesktop.org/attachment.cgi?id=5374> Fix *_MAN_*
2140        macros to support GNU/kFreeBSD (Robert Millan)
2141
2142commit 3ee458d03fcebc01d337d01e5e31dede704d56ff
2143Author: Kevin E Martin <kem@kem.org>
2144Date:   Wed Dec 21 02:30:08 2005 +0000
2145
2146    Update package version for X11R7 release.
2147
2148commit 09e1ea8a68915d5a8c3dd2c2adbbbcd1bfdf2bd3
2149Author: Adam Jackson <ajax@nwnk.net>
2150Date:   Mon Dec 19 16:36:02 2005 +0000
2151
2152    Stub COPYING files
2153
2154commit 986030a4deca03addb3e5b40da66c8baa78941a5
2155Author: Kevin E Martin <kem@kem.org>
2156Date:   Thu Dec 15 00:24:40 2005 +0000
2157
2158    Update package version number for final X11R7 release candidate.
2159
2160commit af0164c2ded2dcc95b72ca3b9bfbad9b790490f7
2161Author: Kevin E Martin <kem@kem.org>
2162Date:   Fri Dec 9 15:28:41 2005 +0000
2163
2164    Better macro to check whether any of malloc(0), realloc(ptr,0) or calloc(0)
2165        return NULL since Xlib expects all three to return a valid pointer.
2166
2167commit 80c3aba8ac4af96c3d9407ecbed2f6c813adbbe1
2168Author: Kevin E Martin <kem@kem.org>
2169Date:   Fri Dec 9 03:01:09 2005 +0000
2170
2171    Add support for building other formats from sgml docs.
2172
2173commit 98959e58700f53c1cafba3b4a2fa6e103c71a55d
2174Author: Kevin E Martin <kem@kem.org>
2175Date:   Sat Dec 3 05:49:47 2005 +0000
2176
2177    Update package version number for X11R7 RC3 release.
2178
2179commit 222df94cf4d433b893c092ccd7c38d86d59ce034
2180Author: Kevin E Martin <kem@kem.org>
2181Date:   Sat Dec 3 04:41:21 2005 +0000
2182
2183    Add macro to detect when malloc(0) returns NULL for use in libraries.
2184
2185commit 07aaba7edc3028b6066a552ef0636986adddb6ef
2186Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
2187Date:   Mon Nov 28 21:58:11 2005 +0000
2188
2189    Bug #5167 <https://bugs.freedesktop.org/show_bug.cgi?id=5167> Linux prefers
2190        *.1x man pages in man1 subdirectory. Also allow builders to override
2191        man page suffixes & directories to match their environments via
2192        configure-time environment variables.
2193
2194commit 1545c8c930025d4f7d76e8d8f28ae87a53b5c9e9
2195Author: Kevin E Martin <kem@kem.org>
2196Date:   Wed Oct 19 02:48:17 2005 +0000
2197
2198    Update package version number for RC1 release.
2199
2200commit b15a7b3dcc5c8af0a1ab837d8ca03910611e0968
2201Author: Kristian Høgsberg <krh@redhat.com>
2202Date:   Mon Oct 17 16:04:44 2005 +0000
2203
2204    Add missing comma in AC_HELP_STRING call.
2205
2206commit 764ee0f698a17e34998b0e6d85f2c6cbf8f624c7
2207Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
2208Date:   Mon Oct 3 21:22:08 2005 +0000
2209
2210    - For all drivers that have a <driver>.sgml file, add code in their build
2211        system to build the README file at make dist time
2212    - in util/macros/xorg-macros.m4, add a new XORG_CHECK_LINUXDOC macro that
2213        will check if the required tools and files exist, and if so set a
2214        conditional.
2215    - util/modular/symlink.sh
2216    - Link all the <driver>.sgml to xf86-video-<driver>/README.sgml
2217    - Add all the README.<driver> to the list of excluded files
2218    - xc/programs/Xserver/hw/xfree86/doc/sgml/SiS.sgml: Various changes to make
2219        it spew less warnings when the text file is built.
2220
2221commit d690e4a9febd07988d149a967791c5629c17b258
2222Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
2223Date:   Thu Sep 29 22:57:31 2005 +0000
2224
2225    Add -undef to RAWCPPFLAGS if cpp used for RAWCPP supports it
2226
2227commit f950050734e36192307fcb11c70fbfb25fa03b9c
2228Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
2229Date:   Sat Sep 24 02:30:22 2005 +0000
2230
2231    Add XORG_MANPAGE_SECTIONS() macro for handling the different man page
2232        sections used on Linux vs. BSD vs. SysV
2233
2234commit 7c9a7b7fb4955cef87cd4403c0f36b5f1a84d9c9
2235Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
2236Date:   Mon Aug 15 19:53:37 2005 +0000
2237
2238    Move RAWCPP macro to xorg-macros.m4 so other modules can use it Add check
2239        for whether or not RAWCPP needs -traditional instead of hardcoding it,
2240        so non-gcc cpp's can be used
2241
2242commit 9161e0233a932f88a79d228f538565c48dba58d4
2243Author: Kevin E Martin <kem@kem.org>
2244Date:   Fri Jul 29 21:22:57 2005 +0000
2245
2246    Various changes preparing packages for RC0:
2247    - Verify and update package version numbers as needed
2248    - Implement versioning scheme
2249    - Change bug address to point to bugzilla bug entry form
2250    - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
2251        reenable it)
2252    - Fix makedepend to use pkgconfig and pass distcheck
2253    - Update build script to build macros first
2254    - Update modular Xorg version
2255