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