ChangeLog revision 62044635
1commit 08dd5d30c137abe43d5b1673edc39eb569881d66
2Author: Gaetan Nadon <memsize@videotron.ca>
3Date:   Thu Jun 23 08:03:13 2011 -0400
4
5    Version bump: 1.15.0
6    
7    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
8
9commit b87c5e7f6c9e856cf82c3c531255adccbd9fae5c
10Author: Gaetan Nadon <memsize@videotron.ca>
11Date:   Wed Jun 22 12:42:30 2011 -0400
12
13    XORG_WITH_XSLTPROC: warn at development time rather than config time
14    
15    Catching up unimplemented features should be done earlier by the developer
16    during autoconf rather than during configure.
17    
18    Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
19    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
20
21commit f3332a7214af43878691b4f4876c39dc7d546266
22Author: Gaetan Nadon <memsize@videotron.ca>
23Date:   Wed Jun 22 10:02:28 2011 -0400
24
25    Add XORG_WITH_PERL macro
26    
27    Following the same pattern as XMLTO and friends.
28    Allows all modules to use the same interface, variables
29    and options to check for perl.
30    Perl is used in libX11 and xserver.
31    
32    Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
33    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
34
35commit b927af52e8a3384126bfe709b725f6c5bad4ba34
36Author: Gaetan Nadon <memsize@videotron.ca>
37Date:   Wed Jun 22 09:04:32 2011 -0400
38
39    XORG_WITH_FOP: add minimum version checking support
40    
41    Adding this feature is motivated by a bug in fop 0.95 where
42    fop crashes in the presence of some characters like the latin capital
43    sharp s. Fop version 1.0 works correctly.
44    
45    This is the same feature found in XMLTO and the likes.
46    In the macro public interface there is a shift in parameter position
47    for the DEFAULT parameter. Doing development on older libraries
48    (point releases on older versions) will still work the same way as
49    the "no" value will be interpreted as the minimum version. It won't
50    be found, so fop will be disabled anyway.
51    
52    Only libX11 has used XORG_WITH_FOP(no) and will be changed with a version
53    bump on util-macros.
54    
55    Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
56    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
57
58commit 45c7d622657d295b2c02a46061765827ea37f00f
59Author: Gaetan Nadon <memsize@videotron.ca>
60Date:   Wed Jun 1 08:59:53 2011 -0400
61
62    XORG_PROG_RAWCPP: use AC_LANG_SOURCE to prevent warnings
63    
64    The source for the AC_LANG_CONFTEST should be passed to AC_LANG_SOURCE
65    to satisfy the more stringent testing done by autoconf 2.68.
66    It is available in autoconf 2.60 where AC_LANG_DEFINES_PROVIDED is not.
67    
68    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
69    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
70
71commit 10a865fa671382dce50f7e49624ca5a730372d08
72Author: Alan Coopersmith <alan.coopersmith@oracle.com>
73Date:   Fri May 27 19:01:13 2011 -0700
74
75    Version bump: 1.14.0
76    
77    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
78
79commit e03a5cb9f313c6f5de3edc46327eb18b300b92c2
80Author: Alan Coopersmith <alan.coopersmith@oracle.com>
81Date:   Sat May 14 09:10:13 2011 -0700
82
83    Add AC_LANG_DEFINES_PROVIDED to XORG_RAW_CPP to silence autoconf warnings
84    
85    Since we're intentionally doing a special case to just check cpp output,
86    and not a full program compilation, add the magic macro to silence:
87    
88    configure.ac:46: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
89    ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
90    aclocal.m4:1077: XORG_PROG_RAWCPP is expanded from...
91    configure.ac:46: the top level
92    
93    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
94
95commit 61f5a48a74680c316bee2bf93d6ef5d50a688f22
96Author: Alan Coopersmith <alan.coopersmith@oracle.com>
97Date:   Mon May 2 16:52:26 2011 -0700
98
99    XORG_STRICT_OPTION: add -Werror=attributes to STRICT_CFLAGS for gcc
100    
101    Flags unknown attributes as errors, if -Werror=attributes is supported.
102    (The -Werror=* option was first spotted in gcc 4.2.0 manuals.)
103    
104    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
105    Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
106
107commit 8a556afbe7ff81987597ca88e315fe66f10e4adc
108Author: Alan Coopersmith <alan.coopersmith@oracle.com>
109Date:   Mon Apr 25 20:31:33 2011 -0700
110
111    Make XORG_STRICT_OPTION always set STRICT_CFLAGS
112    
113    Still only adds it to CWARNFLAGS if --enable-strict-compilation is
114    passed, but sets the variable with the right flags for the compiler
115    so it's available for other checks in configure scripts.
116    
117    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
118    Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
119    Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
120    Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
121
122commit ef7824119ede1d491936ef1715296b47419f4c9c
123Author: Alan Coopersmith <alan.coopersmith@oracle.com>
124Date:   Mon Apr 25 20:26:48 2011 -0700
125
126    Create XORG_COMPILER_BRAND macro to centralize compiler checks
127    
128    Check for gcc vs. intel vs. sun in one place, instead of
129    continuing to grow more places the check is replicated.
130    
131    Add clang check here too, as it's now seeing a lot of use to build X.
132    
133    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
134    Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
135    Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
136    Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
137
138commit 5bb0cddcc5359d764015299021718f42b0a4055c
139Author: Gaetan Nadon <memsize@videotron.ca>
140Date:   Mon Mar 14 20:12:36 2011 -0400
141
142    Version bump: 1.13.0
143    
144    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
145
146commit 700ecdc16426c14e649439138e8e40cdc41fe1c1
147Author: Gaetan Nadon <memsize@videotron.ca>
148Date:   Wed Mar 9 18:53:43 2011 -0500
149
150    XORG_LD_WRAP: check if linker supports -wrap
151    
152    Used mainly by test cases using a wrapper function.
153    
154    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
155
156commit 380074140f7b1e3f8ea006a4b1d928d23706b81d
157Author: Gaetan Nadon <memsize@videotron.ca>
158Date:   Wed Mar 9 10:53:49 2011 -0500
159
160    XORG_WITH_GLIB: check for the GLib package
161    
162    XORG_WITH_GLIB([MIN-VERSION], [DEFAULT])
163     ----------------------------------------
164     Minimum version: 1.13.0
165    
166     GLib is a library which provides advanced data structures and functions.
167     This macro enables a module to test for the presence of Glib.
168    
169     When used in conjunction with XORG_ENABLE_UNIT_TESTS, use both AM_CONDITIONAL
170     ENABLE_UNIT_TESTS and HAVE_GLIB.
171     Glib may be used for purpose other than testing
172    
173     Package builders should use --without-glib to ensure it does not get pulled in.
174     Unit tests may or may not use GLib.
175    
176     Developers should use --with-glib to error out if GLib is missing.
177    
178     Interface to module:
179     HAVE_GLIB: used in makefiles to conditionally build targets
180     with_glib: used in configure.ac to know if GLib has been found
181     --with-glib:	'yes' user instructs the module to use glib
182    		'no' user instructs the module not to use glib
183    
184    Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
185    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
186
187commit 78af2b882e01b17e38d1361a4a58b7768bb59bec
188Author: Gaetan Nadon <memsize@videotron.ca>
189Date:   Wed Mar 9 07:10:18 2011 -0500
190
191    XORG_ENABLE_UNIT_TESTS: add support for unit testing
192    
193    This macro enables a builder to enable/disable unit testing
194    It makes no assumption about the test cases implementation
195    Test cases may or may not use Automake "Support for test suites"
196    They may or may not use the software utility library GLib
197    
198    Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
199    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
200
201commit 1218d7e6ed064e0c534a01caf013cff666cb44bf
202Author: Gaetan Nadon <memsize@videotron.ca>
203Date:   Fri Feb 25 16:58:10 2011 -0500
204
205    Version bump: 1.12.0
206    
207    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
208
209commit b22ce580bcc8343b880f19cc7f1c6bea176c8f13
210Author: Gaetan Nadon <memsize@videotron.ca>
211Date:   Sat Jan 29 16:17:09 2011 -0500
212
213    XORG_WITH_XSLTPROC: add XSLT processor command line tool
214    
215    The primary use will be for DocBook/XML cross links database generation.
216    
217    XSLT (Extensible Stylesheet Language Transformations) is a declarative,
218    XML-based language used for the transformation of XML documents.
219    The xsltproc command line tool is for applying XSLT stylesheets
220    to XML documents.
221    
222    It is used under the cover by xmlto to generate html files from DocBook/XML.
223    The XSLT processor is often used as a standalone tool for transformations.
224    It should not be assumed that it is used only to work with documnetation.
225    
226    Tested-by: Matt Dew <marcoz@osource.org>
227    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
228
229commit 7370b0b3f0308aec2a32012eddb2f0761d5fe399
230Author: Alan Coopersmith <alan.coopersmith@oracle.com>
231Date:   Sun Dec 5 01:25:11 2010 -0800
232
233    Use AC_LANG_PROGRAM in XORG_CHECK_MALLOC_ZERO to clear autoconf-2.68 warnings
234    
235    configure.ac:126: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
236    ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
237    ../../lib/autoconf/general.m4:2730: _AC_RUN_IFELSE is expanded from...
238    ../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
239    ../../lib/autoconf/general.m4:2749: AC_RUN_IFELSE is expanded from...
240    aclocal.m4:1952: XORG_CHECK_MALLOC_ZERO is expanded from...
241    configure.ac:126: the top level
242    
243    Also, calloc() takes two arguments; and all of them return void *,
244    not char *; as the compiler points out when you #include <stdlib.h>
245    instead of faking it badly.   (And sometimes when you don't, due to
246    compiler builtin versions of the functions.)
247    
248    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
249    Reviewed-by: Matt Turner <mattst88@gmail.com>
250    Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
251    Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
252
253commit 04030cbca37c04c48161debc0cade6db00cb347b
254Author: Gaetan Nadon <memsize@videotron.ca>
255Date:   Sat Nov 6 20:50:06 2010 -0400
256
257    XORG_ENABLE_DOCS: Fix "Enable building the documentation (yes: yes)"
258    
259    The quoting did not prevent the m4 defined variable "default"
260    to replace the text string "default" in the help text.
261    
262    Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
263    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
264
265commit ce32345589050b17b23b18157f95f060f4c776a3
266Author: Alan Coopersmith <alan.coopersmith@oracle.com>
267Date:   Fri Oct 29 20:43:53 2010 -0700
268
269    Version bump: 1.11.0
270    
271    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
272
273commit eb7ebbbbb2a6196322cf7e48f60a11f2f65f7534
274Author: Dan Nicholson <dbn.lists@gmail.com>
275Date:   Fri Oct 22 19:12:46 2010 -0700
276
277    docs: Take optional argument to control defaults
278    
279    The typical default of enabling documentation if the correct tool is
280    found is usually the right thing to do. However, some packages such as
281    Xlib have huge amounts of documentation that few people would need in
282    every output format. Allow packages to specify the default for each tool
283    by passing an argument to the macro.
284    
285    Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
286    Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
287    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
288
289commit 119f35b24d446a8f7b1da4a3eaa6d6e3ad982d69
290Author: Dan Nicholson <dbn.lists@gmail.com>
291Date:   Sat Oct 9 17:41:10 2010 -0700
292
293    docs: Use m4 to handle optional macro defaults
294    
295    Handling the optional documentation parameters with m4 allows the help
296    string to correctly represent the default.
297    
298    Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
299    Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
300    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
301
302commit aeebb46766dada64de246fd9fe72e3c523c4e70e
303Author: Gaetan Nadon <memsize@videotron.ca>
304Date:   Thu Sep 23 15:00:20 2010 -0400
305
306    Version bump: 1.10.1
307    
308    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
309
310commit 1905f89998cb26410872150679501fde506a03c7
311Author: Alan Coopersmith <alan.coopersmith@oracle.com>
312Date:   Fri Sep 3 22:47:02 2010 -0700
313
314    Sun's copyrights are now owned by Oracle
315    
316    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
317
318commit 808d547902fad81901db94e6344838350d0eeb52
319Author: Gaetan Nadon <memsize@videotron.ca>
320Date:   Sat Aug 14 15:43:38 2010 -0400
321
322    XORG_MANPAGE_SECTIONS: add substitution for apploaddir
323    
324    This represents the location of the app-defaults directory
325    Used in app/bitmap/man for example.
326    
327    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
328
329commit fbe66aedcf2165e43388894d3b2ee2f38e889f93
330Author: Gaetan Nadon <memsize@videotron.ca>
331Date:   Thu Jun 24 17:36:33 2010 -0400
332
333    Version bump: 1.10.0
334    
335    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
336
337commit 4eed3443945a9d1443ec688efd835f46ed9adfc9
338Author: Gaetan Nadon <memsize@videotron.ca>
339Date:   Fri Jun 25 14:52:25 2010 -0400
340
341    XORG_CHECK_SGML_DOCTOOLS: add interface for xorg stylesheet
342    
343    Add STYLESHEET_SRCDIR for directory location
344    and XSL_STLESHEET for the name of the xorg style sheet
345    
346    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
347    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
348
349commit 01ef7c69d91259e5904f26b6b4630243d548232a
350Author: Gaetan Nadon <memsize@videotron.ca>
351Date:   Thu Jun 24 18:12:45 2010 -0400
352
353    XORG_WITH_XMLTO: add HAVE_XMLTO_TEXT for text output format
354    
355    The xmlto program has dependencies when converting docbook XML
356    to text format. It requires either lynx, links or w3m
357    text web browsers.
358    
359    Users want to skip the text format to avoid having to install these.
360    
361    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
362    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
363
364commit fe878c0ce0b9093c13714ec6662b0c99a9a2d1d4
365Author: Gaetan Nadon <memsize@videotron.ca>
366Date:   Fri Jun 18 21:54:27 2010 -0400
367
368    Version bump: 1.9.0
369    
370    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
371
372commit d4d18c07d7aa1005ad3d48dfdb19f245df2ebae0
373Author: Gaetan Nadon <memsize@videotron.ca>
374Date:   Fri Jun 18 20:32:13 2010 -0400
375
376    XORG_WITH_GROFF: add HAVE_GROFF_HTML Automake conditional
377    
378    Groff uses grohtml to generate html output format. This program, in turn,
379    uses a number of pnm* commands from the netpbm package, psselect
380    from the psutils package and the ghostscript package.
381    
382    These are independently installed, so they could be missing.
383    A check is made to ensure those dependencies are installed.
384    If not, the makefile can use the conditional to supress the target.
385    
386    Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
387    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
388
389commit f0590edffe21ac6b7a11eab7caf6c8aad7c8bc07
390Author: Gaetan Nadon <memsize@videotron.ca>
391Date:   Thu May 27 09:27:54 2010 -0400
392
393    Version bump: 1.8.0
394    
395    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
396
397commit ce3ece9cbf2380ab0e0535f52f0c6c6507d779c8
398Author: Gaetan Nadon <memsize@videotron.ca>
399Date:   Wed May 26 21:09:31 2010 -0400
400
401    config: XORG_MANPAGE_SECTIONS: add AC_PROG_SED
402    
403    The sed command is required to create the man pages.
404    
405    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
406    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
407
408commit 8cb69a59d54656d17ea7bcf479b0f27a17dc559e
409Author: Gaetan Nadon <memsize@videotron.ca>
410Date:   Mon May 17 10:36:48 2010 -0400
411
412    XORG_MANPAGE_SECTIONS: add MAN_SUBSTS automake variable
413    
414    It will replace the 155 copies in package makefiles
415    
416    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
417    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
418
419commit 2dd06a9bcfa6868260421ae803fa7d34a5d3a0c9
420Author: Gaetan Nadon <memsize@videotron.ca>
421Date:   Mon May 17 07:37:28 2010 -0400
422
423    XORG_RELEASE_VERSION: remove option --with-release-version #24816
424    
425    The short story:
426    - this option has never been used by OS builders as intended
427    - the implementation changes automake internals
428    - the implementation breaks a few makefiles (if used)
429    - one less option for the user to be confused with on all 240 xorg modules
430    
431    The long story:
432    https://bugs.freedesktop.org/show_bug.cgi?id=24816
433    
434    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
435    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
436
437commit 99f9a3efe2ba46f9ba446b72a402f239e3357c12
438Author: Gaetan Nadon <memsize@videotron.ca>
439Date:   Sun May 16 16:46:17 2010 -0400
440
441    XORG_LINT_LIBRARY: rework to match XORG_WITH_LINT
442    
443    XORG_LINT_LIBRARY has implementations dependencies on XORG_WITH_LINT
444    The library name can no longer be set by overloading the semantic
445    of --enable-lint-library.
446    If this function is required it should be added using an AC_ARG_VAR.
447    
448    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
449    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
450
451commit 2cbe2acb5c70a76830f6ddc1bdc66c333507996f
452Author: Gaetan Nadon <memsize@videotron.ca>
453Date:   Sat May 15 14:16:36 2010 -0400
454
455    XORG_WITH_LINT: rework and extend platform coverage
456    
457    Guess the lint program name by platform.
458    Use ARG variable for user input values.
459    Provide default flags per platform.
460    
461    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
462    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
463
464commit 4fd20af3ebf6bcfa4e991af6fd11d78494e4b95b
465Author: Gaetan Nadon <memsize@videotron.ca>
466Date:   Fri May 14 20:19:15 2010 -0400
467
468    XORG_DEFAULT_OPTIONS: add AC_PROG_INSTALL
469    
470    All modules install something.
471    This makes it clear it can removed from modules config.
472    
473    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
474
475commit 958c872c82c0612911e398304111ea5d98dbe973
476Author: Gaetan Nadon <memsize@videotron.ca>
477Date:   Fri May 14 17:55:13 2010 -0400
478
479    XORG_STRICT_OPTION: remove redundant expansion of AC_PROG_CC macro
480    
481    Calling AC_PROG_CC before AC_PROG_CC_C99 is not required.
482    C99 is not an add-on to CC although either one will cache results
483    than can be used by the other.
484    
485    This is effectively a no-op. Note that if a module configure.ac
486    file calls AC_PROG_CC after AC_PROG_CC_C99, the compiler will be reset
487    to ISO_C89 from ISO_C99.
488    Currently about half the xorg modules use C89 while the other half use C99.
489    
490    Reviewed-by: Rémi Cardona <remi@gentoo.org>
491    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
492
493commit 795e808cb32d183f9d8040749899e325420e9798
494Author: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
495Date:   Tue Apr 13 03:57:58 2010 -0500
496
497    doctools: accept an optional minimal version
498    
499    Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
500    Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
501
502commit 0913df6f5f24ea589b254d6f2a78483bf3a3c5d6
503Author: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
504Date:   Fri Apr 9 12:40:12 2010 -0500
505
506    linuxdoc: Use XORG_WITH_PS2PDF to check for ps2pdf
507    
508    Besides reusing existing code, this allows linuxdoc PDF output to be
509    enabled or disabled by configure.
510    
511    Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
512    Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
513    Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
514
515commit e78c909f0e8ea3ee4a38fb7d93fe350bfae7990b
516Author: Gaetan Nadon <memsize@videotron.ca>
517Date:   Tue Apr 27 15:00:37 2010 -0400
518
519    LinuxDoc: add -f option to filter out the ^H in text output
520    
521    Remove backspace-overstrikes from the intermediate
522    form generated by groff.
523    These appear as blocks in some text editors and as ^H in vi.
524    
525    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
526
527commit def9ff6a564b6b3a81a862e0db1673b3cd77d5ea
528Author: Gaetan Nadon <memsize@videotron.ca>
529Date:   Mon Apr 5 08:02:28 2010 -0400
530
531    Version bump: 1.7.0
532    
533    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
534
535commit 5d7f8c2638a3b2c3bba8deb01e94703310b62cc4
536Author: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
537Date:   Thu Mar 25 18:10:00 2010 -0500
538
539    doc: add XORG_CHECK_SGML_DOCTOOLS to detect xorg-sgml-doctools
540    
541    Trying to find X11/defs.ent with AC_CHECK_FILE does not work when
542    cross-compiling, and the check assumed that xorg-sgml-doctools is
543    installed to the same prefix which need not always be the case.
544    
545    xorg-sgml-doctools 1.4 provides a pkg-config file which we can use
546    instead, fixing both those cases.  This macro is provided in util-macros
547    instead of with xorg-sgml-doctools, otherwise the latter would become a
548    hard dependency just to run autoreconf.
549    
550    Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
551    Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
552
553commit c03e7dbca608f6fa3f1f53f5fc9f279eab62bdb4
554Author: Gaetan Nadon <memsize@videotron.ca>
555Date:   Mon Mar 29 11:53:10 2010 -0400
556
557    config: remove the xorg-macros pc.in file from EXTRA_DIST
558    
559    Automake always includes it in the tarball.
560    
561    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
562
563commit be6c44abf825a5814ca836165f62b66c30e7a966
564Author: Gaetan Nadon <memsize@videotron.ca>
565Date:   Thu Mar 11 11:11:42 2010 -0500
566
567    Version bump: 1.6.1
568    
569    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
570
571commit b1660bfd095627778496bf403a741ff6ad44659a
572Author: Gaetan Nadon <memsize@videotron.ca>
573Date:   Tue Mar 9 10:52:15 2010 -0500
574
575    doc: fix typo in AC_MSG_CHECKING for XORG_CHECK_LINUXDOC
576    
577    The message should start with a lowercase letter.
578    
579    Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
580    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
581    Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
582    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
583
584commit 2c833326fdd83039999b5563eb9f621ff57e3bf5
585Author: Gaetan Nadon <memsize@videotron.ca>
586Date:   Tue Mar 9 10:13:22 2010 -0500
587
588    doc: Specify minimum xmlto version to XORG_WITH_DOXYGEN
589    
590    Adds an optional parameter to XORG_WITH_DOXYGEN to enforce a minimum
591    version needed like the asciidoc version check.
592    
593    Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
594    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
595
596commit d7cedc8ce552581c9acbfbe373cbee16a689abef
597Author: Dan Nicholson <dbn.lists@gmail.com>
598Date:   Wed Mar 3 20:16:46 2010 -0800
599
600    doc: Specify minimum xmlto version to XORG_WITH_XMLTO
601    
602    Adds an optional parameter to XORG_WITH_XMLTO to enforce a minimum
603    version needed like the asciidoc version check.
604    
605    Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
606
607commit c87b5e9657e3fa1270f7283ab8b16aed1be7b5fd
608Author: Dan Nicholson <dbn.lists@gmail.com>
609Date:   Wed Mar 3 20:16:45 2010 -0800
610
611    doc: Specify minimum asciidoc version to XORG_WITH_ASCIIDOC
612    
613    Adds an optional parameter to XORG_WITH_ASCIIDOC to enforce a minimum
614    version needed.
615    
616    Tested-by: Gaetan Nadon <memsize@videotron.ca>
617    Tested-by: Fernando Carrijo <fcarrijo@yahoo.com.br>
618    Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
619
620commit a01b2ce6b196555660a64c43623acab1f6fea76a
621Author: Dan Nicholson <dbn.lists@gmail.com>
622Date:   Sat Feb 27 11:28:08 2010 -0800
623
624    silent: Set AM_DEFAULT_VERBOSITY for compatibility on older automake
625    
626    Custom silent rules will become recursive on older automake where
627    AM_SILENT_RULES is not included. Set AM_DEFAULT_VERBOSITY in this
628    fallback case for compatibility.
629    
630    Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
631    Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
632
633commit de24a6d42eafa1aaa089927e9b2c2c7ef8827550
634Author: Gaetan Nadon <memsize@videotron.ca>
635Date:   Tue Feb 23 11:03:42 2010 -0500
636
637    AM_SILENT_RULES: move from XORG_CWARNFLAGS to XORG_DEFAULT_OPTIONS
638    
639    This m4 statement does not belong in the macro for compiler
640    warning flags. It is more appropriate to group it with the macro
641    providing default options for X.Org modules.
642    
643    Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
644    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
645
646commit 0851a3455fddbbaef73fae088469a48f2f975783
647Author: Gaetan Nadon <memsize@videotron.ca>
648Date:   Fri Jan 29 14:02:26 2010 -0500
649
650    Version bump: 1.6.0
651    
652    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
653
654commit a8f386498bb18c7f95f874a56e3526a1b0b3029c
655Author: Gaetan Nadon <memsize@videotron.ca>
656Date:   Tue Feb 2 17:14:00 2010 -0500
657
658    doc: add XORG_ENABLE_DEVEL_DOCS and XORG_ENABLE_SPECS
659    
660    Identical to XORG_ENABLE_DOCS, this macros allows modules
661    to classify docs per type and selectively control their building.
662    
663    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
664
665commit 1df1e7fd649b4ff3e00a908d4ade54bc6b32892f
666Author: Gaetan Nadon <memsize@videotron.ca>
667Date:   Sun Jan 31 08:56:50 2010 -0500
668
669    XORG_WITH_GROFF: add tests for -ms and -mm macro packages
670    
671    OS and distros often splits groff in a basic and full package, the former
672    having the groff program and the later having devices, fonts and macros
673    Checking for the groff executable is not enough.
674    
675    Use HAVE_GROFF if you do not use -ms or -mm
676    Use HAVE_GROFF_MS and/or HAVE_GROFF_MM otherwise
677    
678    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
679
680commit 6fce3ec9157794d1a90ae28b2615c00ce84f95ed
681Author: Gaetan Nadon <memsize@videotron.ca>
682Date:   Fri Jan 29 10:47:40 2010 -0500
683
684    Add XORG_ENABLE_DOCS to control the building of documentation
685    
686    This macro is intended for modules to control, in a single option,
687    the building of the documentaion. Using --enable-docs=no, all
688    documentation is skipped, regardless of the tool used to build it.
689    
690    It should be used in conjunction with other XORG_WITH_* macros
691    which handle cases where some specific tool is not available.
692    
693    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
694
695commit df1fe112b8fca77ce10ecfe2b9e4a082b29b732d
696Author: Gaetan Nadon <memsize@videotron.ca>
697Date:   Fri Jan 29 10:25:00 2010 -0500
698
699    Additional doc macros for GROFF, FOP and PS2PDF
700    
701    Identical to XMLTO, DOXYGEN and ASCIIDOC.
702    Allow platform builders to selectively turn off tools that
703    are not present or back level. Matching documentation target
704    will be shipped.
705    
706    For example, --without-fop will skip the pdf format while
707    allowing other formats to proceed.
708    
709    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
710
711commit 4411328d3200392e9b8d830a45d9ac679abb4ead
712Author: Jeremy Huddleston <jeremyhu@apple.com>
713Date:   Wed Feb 3 23:39:37 2010 -0800
714
715    Add -Wformat=2 to the default CWARNFLAGS
716    
717    This will include -Wformat-security to catch possible security problems in formatting in printf, scanf, etc.
718    
719    Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
720    Reviewed-by: Matt Turner <mattst88@gmail.com>
721
722commit 46d22716aed8d7e8ee188c2f2d2b3ba600dc3dd3
723Author: Gaetan Nadon <memsize@videotron.ca>
724Date:   Sun Jan 17 21:21:10 2010 -0500
725
726    Version bump: 1.5.0
727    
728    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
729
730commit 7e89b1cecfdb8115fa159584762f4d0db7455305
731Author: Gaetan Nadon <memsize@videotron.ca>
732Date:   Sun Jan 17 21:01:44 2010 -0500
733
734    Add XORG_WITH_ASCIIDOC and XORG_WITH_DOXYGEN
735    
736    Based on XORG_WITH_XMLTO
737    
738    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
739
740commit 296c390247553b0070dd05260fe6f55f793a374c
741Author: Matthieu Herrb <matthieu.herrb@laas.fr>
742Date:   Tue Jan 5 23:04:25 2010 +0100
743
744    Add XORG_WITH_XMLTO to factorize xmlto tests.
745    
746    This also allow to configure with --without-xmlto to ignore
747    a 3rd party xmlto tool on systems that normally don't have it,
748    in order to have reproducable builds.
749    
750    Reviewed-by: Rémi Cardona <remi@gentoo.org>
751    Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr>
752    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
753
754commit 2e75ae9b22de0fa36adde6de7b7e5c1c1a825d69
755Author: Julien Cristau <jcristau@debian.org>
756Date:   Sat Jan 16 15:00:38 2010 +0000
757
758    Bump to 1.4.2
759
760commit 1c8cfa5cd1881f810ed62ff082e67777985c7599
761Author: Alan Coopersmith <alan.coopersmith@sun.com>
762Date:   Thu Jan 14 09:32:32 2010 -0800
763
764    Update Sun license notices to current X.Org standard form
765    
766    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
767
768commit 43e41a5537ba892613f2a9f79cdf209fd7c915b3
769Author: Julien Cristau <jcristau@debian.org>
770Date:   Sat Jan 2 20:44:37 2010 +0000
771
772    INSTALL doesn't belong in docdir, use pkgdatadir instead
773    
774    docdir stays in xorg-macros.pc so we don't break the existing
775    $(INSTALL_CMD).
776    
777    Tested-by: Gaetan Nadon <memsize@videotron.ca>
778    Signed-off-by: Julien Cristau <jcristau@debian.org>
779    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
780
781commit 29f4c09cc252d834278e6e1ad77ad56dc0545d29
782Author: Gaetan Nadon <memsize@videotron.ca>
783Date:   Tue Dec 15 14:25:17 2009 -0500
784
785    configure.ac: use single statement for file generation
786    
787    Reported-by: Peter Hutterer <peter.hutterer at who-t.net>
788    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
789
790commit c3c40da5392c2f1fe4b15c6e90dc8325b3c26561
791Author: Gaetan Nadon <memsize@videotron.ca>
792Date:   Tue Dec 15 14:01:05 2009 -0500
793
794    macros.m4.in: use backticks rather than $() for cmd subs
795    
796    Reviewed-by: Dan Nicholson <dbn.lists at gmail.com>
797    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
798
799commit 48e2b3d0ee8d637d83b88bf29c6d417f61aaa0e4
800Author: Colin Watson <cjwatson@canonical.com>
801Date:   Sat Oct 10 13:28:28 2009 +0100
802
803    Use conservative default for malloc(0) when cross-compiling #24460
804    
805    When cross-compiling, AC_RUN_IFELSE can't run test programs.
806    MALLOC_ZERO_RETURNS_NULL=yes is a conservative default in this case.
807    
808    Signed-off-by: Colin Watson <cjwatson@canonical.com>
809    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
810
811commit 2c83c9068167729652994cf3203ca27245745482
812Author: Adam Jackson <ajax@redhat.com>
813Date:   Mon Dec 14 17:12:13 2009 -0500
814
815    util-macros 1.4.1
816    
817    Signed-off-by: Adam Jackson <ajax@redhat.com>
818
819commit 8e126170a4bf23ae73a08d254f6c6fb7e6b46748
820Author: Adam Jackson <ajax@redhat.com>
821Date:   Mon Dec 14 17:05:48 2009 -0500
822
823    Don't mention libdir in the .pc file
824    
825    Signed-off-by: Adam Jackson <ajax@redhat.com>
826
827commit 862911eb71165c9409044986171b8ce2c1ec70b7
828Author: Adam Jackson <ajax@redhat.com>
829Date:   Mon Dec 14 17:05:10 2009 -0500
830
831    Install the .pc file in $(datadir)
832    
833    Signed-off-by: Adam Jackson <ajax@redhat.com>
834
835commit 03b04a6b5d61aafbd2705f7d29e58e0c92553a4a
836Author: Adam Jackson <ajax@redhat.com>
837Date:   Mon Dec 14 16:54:41 2009 -0500
838
839    macros 1.4.0
840
841commit 64e61146ecf6cde01a72d95f905f8d3790b78b58
842Author: Carl Worth <cworth@cworth.org>
843Date:   Mon Nov 30 20:00:31 2009 -0800
844
845    Install .pc file in $libdir where it belongs (not $datadir).
846    
847    The .pc file was previously being installed in ${prefix}/share/pkgconfig
848    but all other modules install their .pc files to ${prefix}/lib/pkgconfig
849
850commit 1e50b971bf7273f958e11cbcf3dc07a6fab04335
851Author: Gaetan Nadon <memsize@videotron.ca>
852Date:   Sat Nov 21 17:28:32 2009 -0500
853
854    xorg-macros.pc.in: create a meta data file for util-macros
855    
856    This is motivated primarly by XORG_INSTALL who needs to locate
857    the docdir when invoked from any module that may not be installed
858    using same prefix (default or otherwise).
859    
860    There are other potential use for this file.
861
862commit ceecddadf923ceae76c12057103ec7a409718a34
863Author: Gaetan Nadon <memsize@videotron.ca>
864Date:   Thu Oct 22 12:20:42 2009 -0400
865
866    Add an XORG_INSTALL macro to allow comps to copy the INSTALL file #24206
867    
868    The Makefile installs INSTALL in share/doc/util-macros
869        An INSTALL_CMD is provided in the new XORG_INSTALL macro
870        which is added to XORG_DEFAULT_OPTIONS.
871    
872        Components add INSTALL target to their Makefile similar to ChangeLog
873
874commit e6ceec1bc497ce9d311fd17e9a171e83148362ad
875Author: Gaetan Nadon <memsize@videotron.ca>
876Date:   Mon Oct 12 11:07:14 2009 -0400
877
878    Add an XORG_INSTALL macro to allow comps to copy the INSTALL file #24206
879    
880    The Makefile installs INSTALL in share/doc/util-macros
881    An INSTALL_CMD is provided in the new XORG_INSTALL macro
882    which is added to XORG_DEFAULT_OPTIONS.
883    
884    Components add INSTALL target to their Makefile similar to ChangeLog
885
886commit 22d7360510553775650e6a4e134f165937db4abe
887Author: Gaetan Nadon <memsize@videotron.ca>
888Date:   Sat Oct 10 15:38:19 2009 -0400
889
890    INSTALL file missing/incorrect #24206
891    
892    Add missing INSTALL file. Use standard GNU file on building tarball
893    For all X.Org components.
894
895commit bf44a8df3831ac465fd79937b059e54c4dc34486
896Author: Gaetan Nadon <memsize@videotron.ca>
897Date:   Sat Oct 10 15:33:58 2009 -0400
898
899    .gitignore: use common defaults with custom section # 24239
900    
901    Using common defaults will reduce errors and maintenance.
902    Only the very small or inexistent custom section need periodic maintenance
903    when the structure of the component changes. Do not edit defaults.
904    For all X.Org components.
905
906commit 98c7586b04dea14d89df6e7ad1c733e6539cd095
907Author: Gaetan Nadon <memsize@videotron.ca>
908Date:   Sat Nov 7 07:58:33 2009 -0500
909
910    Lower version from 2.63 to 2.60 Tinderbox failed
911
912commit b47a30d3c91fbd5b230a11b1a5ddbfb943bcd7b2
913Author: Gaetan Nadon <memsize@videotron.ca>
914Date:   Mon Oct 12 10:57:13 2009 -0400
915
916    configuration: update, fix warnings, apply global maintenance #24450
917    
918    Update configure.ac using autotools utilities and wiki guidelines
919    
920    configure.ac: AM_MAINTAINER_MODE missing #24238
921    
922    This turns off maintainer mode build rules in tarballs.
923    For all X.Org components.
924
925commit f8695cf7b892028bf7c502e85f26f0a756edd316
926Author: Gaetan Nadon <memsize@videotron.ca>
927Date:   Mon Oct 12 10:37:36 2009 -0400
928
929    ChangeLog: generated file not cleaned from the dist directory #24278
930    
931        CHANGELOG_CMD was written in the wrong directory.
932        Update cmd to generate in $(top_srcdir)
933    
934        Tested in regular build with git: dist, distcheck and distclean
935        Tested in VPATH build with git:  dist, distcheck and distclean
936        Tested above scenario from tarballs with git not available
937
938commit d6584a4a52a6fb0eaf979555097bb32621c13cb1
939Author: Alan Coopersmith <alan.coopersmith@sun.com>
940Date:   Wed Sep 9 13:31:38 2009 -0700
941
942    Version bump: 1.3.0
943    
944    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
945
946commit 79c00a5b5c7866fcc4756993cf4bf4eb2234e9de
947Author: Gaetan Nadon <memsize@videotron.ca>
948Date:   Tue Sep 1 09:45:30 2009 -0400
949
950    Fix obsolete macro warnings for AC_HELP_STRING #23628
951    
952    When checking for warnings in any module using XORG_RELEASE_VERSION
953    one or more warnings on AC_HELP_STRING appears. The macro has been
954    replaced with AS_HELP_STRING
955    
956    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
957    Acked-by: Alan Coopersmith <alan.coopersmith@sun.com>
958
959commit 4c91617d964915005634339afa24b04ec8a2f801
960Author: Peter Hutterer <peter.hutterer@who-t.net>
961Date:   Tue Sep 1 10:33:37 2009 +1000
962
963    Add XORG_DEFAULT_OPTIONS meta-macro.
964    
965    Many modules use the same set of m4 macros. Additions to the macros require
966    updating the configure.ac for each module affected. In the case of e.g.
967    protos and libs this means updating every single module.
968    
969    This patch adds a XORG_DEFAULT_OPTIONS meta-macro that uses the other macros
970    defined. Macros can be added to this meta-macro and modules immediately get
971    to make use of it - without changes required to configure.ac.
972    
973    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
974
975commit 3b7dd69d0bf6bc19f0e4403bb6611de87497aac3
976Author: Pauli Nieminen <suokkos@gmail.com>
977Date:   Sat Jul 25 15:53:02 2009 +0300
978
979    Add XORG_STRICT_OPTION macro for strict compilation option
980    
981    Strict compilation option can be used to get rid of warnings that often are
982    showing real hidden bug in code. That just waits to cause problems.
983    
984    CWARNFLAGS has to be added to AM_C(PP)FLAGS to use strict compilation mode
985    in Makefile.am. Automatic addition to compiler flags would cause some configure
986    checks fail.
987    
988    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
989
990commit b0618a909a56d958a6690318545379e105587d82
991Author: Peter Hutterer <peter.hutterer@who-t.net>
992Date:   Tue Aug 25 09:40:01 2009 +1000
993
994    Add AM_SILENT_RULES to default XORG_CWARNFLAGS
995    
996    Automake 1.11 supports silent builds with the new AM_SILENT_RULES.
997    http://sources.redhat.com/automake/automake.html#Options
998    
999    This loosely qualifies as a CWARNFLAG since it allows all the warnings to be
1000    seen and enables modules to gain support from the feature without any
1001    changes needed to configure.
1002    
1003    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1004    Signed-off-by: James Cloos <cloos@jhcloos.com>
1005
1006commit 347e2ae727ac43026776154172ca1ad0360c903c
1007Author: Alan Coopersmith <alan.coopersmith@sun.com>
1008Date:   Thu Jun 18 11:26:09 2009 -0700
1009
1010    Version bump: 1.2.2
1011    
1012    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1013
1014commit b885bb59ec23bb338c8df68e40c6ef2c2a9325cc
1015Author: Jon TURNEY <jon.turney@dronecode.org.uk>
1016Date:   Mon Jun 8 14:17:06 2009 +0100
1017
1018    Use correct CWARNFLAGS when cross compiling
1019    
1020    Rather than checking the version of some random gcc which happens to be in
1021    the path to determine which warning flags are supported, we should check the
1022    gcc we are going to use for the build
1023    
1024    For example, when cross-compiling, if the host gcc is >= 3.4 but the
1025    cross-compiler gcc is not, this will cause unsupported warning flags to be
1026    used
1027    
1028    This seems to work, but I don't know enough autofoolery to be sure this is
1029    right...
1030    
1031    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1032
1033commit 21a957428aa69b03f585378dc6e70ad9f5c513c6
1034Author: Dan Nicholson <dbn.lists@gmail.com>
1035Date:   Fri Feb 6 12:28:03 2009 -0800
1036
1037    Use m4 for XORG_MACROS_VERSION to error during autoconf
1038    
1039    Check the needed macros version with m4 so that the proper version is
1040    determined during autoconf. This prevents a faulty configure from being
1041    generated.
1042    
1043    Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
1044
1045commit 72d82ed965f9cfbc310897ec17d2dc10bddcef4e
1046Author: Dan <danstowell+xorg@gmail.com>
1047Date:   Thu Feb 19 06:50:30 2009 -0800
1048
1049    Fix incorrect warning message in XORG_MACROS_VERSION
1050    
1051    Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
1052
1053commit b3a43fbe312d4da796aa1fcb04a8a27f7961641d
1054Author: Dan Nicholson <dbn.lists@gmail.com>
1055Date:   Thu Feb 5 13:30:27 2009 -0800
1056
1057    Restore part of the XORG_MACROS_VERSION comment
1058    
1059    The 1.1 or later part is actually important since XORG_MACROS_VERSION
1060    didn't exist before then.
1061    
1062    Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
1063
1064commit f05148fa57a1ebdb75135f026b7c5f4678a3b293
1065Author: Dan Nicholson <dbn.lists@gmail.com>
1066Date:   Thu Feb 5 09:17:17 2009 -0800
1067
1068    Fix comment in XORG_MACROS_VERSION on usage
1069    
1070    The comment recommending checking XORG_MACROS_VERSION with m4_ifndef was
1071    flawed for two reasons:
1072    
1073     * m4_fatal should be used if the macro is not defined. There's no use
1074       generating configure if the macro doesn't exist. Just fail during
1075       autoconf.
1076     * There's no reason to mention the version needed in the message. That
1077       check does not do version verification. That's what the actual macro
1078       is for.
1079    
1080    Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
1081
1082commit 96585612d17d31fa9dd0f5c260fc33f72be9a75f
1083Author: Jeremy Huddleston <jeremy@redxiii.local>
1084Date:   Sun Feb 1 21:09:44 2009 -0800
1085
1086    XORG_CWARNFLAGS: += is not valid for appending in bourn scripts
1087    
1088    Fixes:
1089    
1090    ./configure: line 12921: CWARNFLAGS+= -Wold-style-definition -Wdeclaration-after-statement: command not found
1091
1092commit 58803c60b73110a49aecec4202e7820887633bcc
1093Author: Alan Coopersmith <alan.coopersmith@sun.com>
1094Date:   Tue Dec 16 15:05:46 2008 -0800
1095
1096    Version bump: 1.2.1
1097
1098commit e1d9461d1325bb7e48ef616650eb1d49f8945c2b
1099Author: Alan Coopersmith <alan.coopersmith@sun.com>
1100Date:   Tue Dec 16 15:05:05 2008 -0800
1101
1102    Replace gitweb URL with cgit URL in README
1103
1104commit 55e8d740881ef622376440819119641e67aeb285
1105Author: Peter Breitenlohner <peb@mppmu.mpg.de>
1106Date:   Mon Dec 8 17:40:31 2008 +0100
1107
1108    fix distcheck target
1109    
1110    Arrange that distcleancheck ignores ChangeLog left over by distclean.
1111    
1112    Don't mention ChangeLog under *CLEANFILES, can't be rebuilt from release
1113    tarball; ChangeLog is automatically distributed, no need to mention it.
1114
1115commit 88920d0896be5194f626888d5d8b54edd1ffe1f6
1116Author: Matthieu Herrb <matthieu.herrb@laas.fr>
1117Date:   Wed Dec 10 08:45:56 2008 +0100
1118
1119    use more CWARNFLAGS with gcc 3.4 too.
1120    
1121    Only gcc 3.3 and earlier version don't support them.
1122    Reported and tested by Peter Breitenlohner.
1123
1124commit 9ff834493ece0a0ea7d7f15c1706bab022362cc5
1125Author: Matthieu Herrb <matthieu.herrb@laas.fr>
1126Date:   Sun Dec 7 11:54:39 2008 +0100
1127
1128    Fix CWARNFLAGS for gcc versions < 4
1129
1130commit 1d2a0c58ffa7be9c47ea0a097f54e012cf5d44de
1131Author: Alan Coopersmith <alan.coopersmith@sun.com>
1132Date:   Wed Jul 30 13:47:04 2008 -0700
1133
1134    Allow setting XORG_SGML_PATH to a non-default path when running configure
1135
1136commit dcbbcb582cf712e59c1474632380943bea8f1a5e
1137Author: Peter Breitenlohner <peb@mppmu.mpg.de>
1138Date:   Fri Nov 14 23:06:48 2008 +0100
1139
1140    bump to 1.2.0
1141
1142commit 0e8c41dd09080cf692b7437bb23435137febaf26
1143Author: Peter Breitenlohner <peb@mppmu.mpg.de>
1144Date:   Fri Nov 14 23:05:45 2008 +0100
1145
1146    fix XORG_PROG_RAWCPP for cygwin
1147    
1148    Patch by Yaakov Selkowitz from xorg mailing list
1149    http://lists.freedesktop.org/archives/xorg/attachments/20081016/04a64242/attachment.asc
1150
1151commit 4cce4c8169a252bce129411dbf70c3212974e7ca
1152Author: Peter Breitenlohner <peb@mppmu.mpg.de>
1153Date:   Fri Nov 14 22:59:28 2008 +0100
1154
1155    define XORG_CWARNFLAGS macro
1156
1157commit 2663b7a6b31e5e3d03b42a50b27f64737a35e9aa
1158Author: Peter Breitenlohner <peb@mppmu.mpg.de>
1159Date:   Fri Nov 14 22:38:27 2008 +0100
1160
1161    define and use XORG_CHANGELOG macro
1162
1163commit b8a5186c585b4f01971457f0d59cc7480cf528e8
1164Author: Peter Breitenlohner <peb@mppmu.mpg.de>
1165Date:   Fri Nov 14 22:26:06 2008 +0100
1166
1167    reorganize autoconf macro files
1168    
1169    append xorgversion.m4 to xorg-macros.m4.in, instead of installing
1170    it as separate file.
1171    Avoid copying some code from xorgversion.m4 to configure.ac.
1172
1173commit a3a533044de7c8c360d0de312ac75b32db04e35e
1174Author: Adam Jackson <ajax@redhat.com>
1175Date:   Wed Mar 5 14:53:00 2008 -0500
1176
1177    bump to 1.1.6
1178
1179commit e1c1ee013e72dafd7b00ca96a8d4a25273b88e15
1180Author: Jeremy Huddleston <jeremy@tifa-2.local>
1181Date:   Sat Feb 16 02:18:50 2008 -0800
1182
1183    Support version strings  like 1.2.3-blah4
1184
1185commit e20c503d24e5ccf03035aa0f6d833d235d2179df
1186Author: Keith Packard <keithp@koto.keithp.com>
1187Date:   Mon Aug 13 19:21:58 2007 -0700
1188
1189    Cannot use AC_CHECK_FILE when cross compiling; assume no LINUXDOC.
1190    
1191    As AC_CHECK_FILE cannot be used when cross compiling, just assume linuxdoc
1192    is not present.
1193
1194commit f2ddb356d86225a8ff6d1d1397fb2156cebd360f
1195Author: Daniel Stone <daniel@fooishbar.org>
1196Date:   Sun Dec 24 06:17:44 2006 +0200
1197
1198    bump to 1.1.5
1199
1200commit e8b485d9252ffbb357a0b987ab1488d4033b555c
1201Author: Matthieu Herrb <matthieu.herrb@laas.fr>
1202Date:   Mon Dec 18 18:25:25 2006 -0800
1203
1204    Bug 9368: non portable sed usage in xorgversion.m4
1205    
1206    Bugzilla #9368 <https://bugs.freedesktop.org/show_bug.cgi?id=9368>
1207    Patch #8140 <https://bugs.freedesktop.org/attachment.cgi?id=8140>
1208
1209commit 0a4aadbda211a5128bae1c2e860b781c95c4bbf5
1210Author: Daniel Stone <daniel@fooishbar.org>
1211Date:   Sat Dec 16 01:14:27 2006 +0200
1212
1213    bump to 1.1.4
1214
1215commit eb371188086824c4655840dd72831d16fbfb17ce
1216Author: Daniel Stone <daniel@fooishbar.org>
1217Date:   Wed Dec 6 19:02:46 2006 +0200
1218
1219    Makefile.am: make ChangeLog hook safer
1220    Make ChangeLog hook as safe as possible.
1221
1222commit e091014e3c7573a49ce51d67f359bd0f3d3e1893
1223Author: Daniel Stone <daniel@fooishbar.org>
1224Date:   Thu Nov 30 22:05:27 2006 +0200
1225
1226    bump to 1.1.3
1227
1228commit f15961997e9f5986857ed0b143cbaafda1a84cb8
1229Author: Andres Salomon <dilinger@debian.org>
1230Date:   Thu Nov 30 22:05:13 2006 +0200
1231
1232    xorgversion: automatic PACKAGE_VERSION_* (bug #8590)
1233    Automatically define PACKAGE_VERSION_{MAJOR,MINOR,PATCHLEVEL} when
1234    XORG_RELEASE_VERSION is called.
1235
1236commit 0d92c7e31df95c09a9cf1215e9ccb069da97f27a
1237Author: Daniel Stone <daniel@fooishbar.org>
1238Date:   Wed Nov 8 16:38:16 2006 +0200
1239
1240    bump to 1.1.2
1241
1242commit d7a63459d1b1313fbde2827c00b36ee1e9c37f70
1243Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
1244Date:   Fri Nov 3 12:43:12 2006 -0500
1245
1246    Introduce separate configure switches for each output format.
1247
1248commit 5dc687a27322c9c6f7f9fb69b7005f35030b9571
1249Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
1250Date:   Thu Nov 2 19:49:29 2006 -0500
1251
1252    Fix handling of defs.ent to allow arbitrary install prefixes.
1253
1254commit 58a807e728bfbb3fac080adbb7c502ef3531d5f3
1255Author: David Nusinow <dnusinow@debian.org>
1256Date:   Sun Oct 29 18:48:34 2006 -0500
1257
1258    Add support for building docbook docs
1259
1260commit bcd763dd427d2afd9066d52990363398d15d2c6a
1261Author: David Nusinow <dnusinow@debian.org>
1262Date:   Sun Oct 15 22:45:58 2006 -0400
1263
1264    Make building pdf's configurable, though only disabled when it is explicitly set to no
1265
1266commit de2a4b2880117f1de38c9f870024cfb8a9f3ba8d
1267Author: Daniel Stone <daniel@fooishbar.org>
1268Date:   Sun Aug 27 12:59:25 2006 +0300
1269
1270    make ChangeLog hook distcheck-safe
1271
1272commit d9062e4077ebfd0985baf8418f3d0f111b9ddbba
1273Author: Daniel Stone <daniel@fooishbar.org>
1274Date:   Sun Aug 27 12:50:20 2006 +0300
1275
1276    xorg-macros: remove GNU-userland special case; bump to 1.1.1
1277    Remove special-casing of man page suffices for GNU-userland systems (Linux,
1278    Hurd, GNU/kFreeBSD).  Bump to version 1.1.1.
1279
1280commit 28d7a6d80abb2d8d1a670b09394a5fc5458dd98e
1281Author: Alan Coopersmith <alan.coopersmith@sun.com>
1282Date:   Thu Jul 20 18:13:50 2006 -0700
1283
1284    Version bump to 1.1.0
1285
1286commit efac6ccd6f0b5d673397441df753893b18c6a998
1287Author: Alan Coopersmith <alanc@alans-ferrari.(none)>
1288Date:   Tue Jul 18 14:44:30 2006 -0700
1289
1290    Ignore xorg-macros.m4 (built by configure) and make dist/distcheck files
1291
1292commit c6f51fb11a0f264e9cd89cf27916ca83c418f6ab
1293Author: Alan Coopersmith <alan.coopersmith@sun.com>
1294Date:   Thu Jul 13 17:00:19 2006 -0700
1295
1296    Add XORG_LINT_LIBRARY for building lint library data files
1297
1298commit 33b44547db1b801a520b64dd67c468ab04eaf269
1299Author: Alan Coopersmith <alan.coopersmith@sun.com>
1300Date:   Thu Jul 13 14:31:20 2006 -0700
1301
1302    Replace static ChangeLog with dist-hook to generate from git log
1303
1304commit 953df72ff3b8ecf8ac3eadc90ddefd6d0ca6b43e
1305Author: Alan Coopersmith <alan.coopersmith@sun.com>
1306Date:   Thu Jul 13 13:49:46 2006 -0700
1307
1308    Add pointer to git repository to README
1309
1310commit a3ce32d91835471b7f91742850d78b186c4cbe8f
1311Author: Alan Coopersmith <alan.coopersmith@sun.com>
1312Date:   Thu Jul 13 13:46:43 2006 -0700
1313
1314    Add XORG_MACROS_VERSION macro to check minimum version of xorg-macros.m4
1315    
1316    - Move xorg-macros.m4 to xorg-macros.m4.in so @VERSION@ can be substituted from
1317      the version listed in configure.ac
1318    - Add comments to each macro listing what version it was first added in
1319
1320commit 29e3f6d9c7670ff95dc03c9d494dc5f4b93741a4
1321Author: Alan Coopersmith <alan.coopersmith@sun.com>
1322Date:   Thu Jul 13 11:46:48 2006 -0700
1323
1324    Add README file with links to bugzilla & mailing list
1325
1326commit b794890e202dc2359069836d9ebc2ad29f86dfac
1327Author: Alan Coopersmith <alan.coopersmith@sun.com>
1328Date:   Thu Jul 13 11:42:41 2006 -0700
1329
1330    Fill in COPYING file with licenses from other files
1331
1332commit 1bc5f3d51d6bbe749e229c74fb2b834f903dcbd6
1333Author: Alan Coopersmith <alan.coopersmith@sun.com>
1334Date:   Thu Jul 13 11:41:20 2006 -0700
1335
1336    Correct Sun license notice
1337
1338commit 53519cafb9a145901730fb0f2a1fd78e5a0a82e7
1339Author: Michael Banck <mbanck@debian.org>
1340Date:   Thu Jul 13 00:09:23 2006 -0700
1341
1342    Bug #6782: Fix *_MAN_* macros to support GNU/Hurd
1343    
1344    X.Org Bug #6782 <https://bugs.freedesktop.org/show_bug.cgi?id=6782>
1345    Patch #5519 <https://bugs.freedesktop.org/attachment.cgi?id=5519>
1346
1347commit aa72e4701d6653a7cf7d47b51b705e1c0890f381
1348Author: Alan Coopersmith <alan.coopersmith@sun.com>
1349Date:   Wed Jul 12 19:31:47 2006 -0700
1350
1351    Add XORG_WITH_LINT to add --with-lint flag for checking with lint, sparse, etc.
1352
1353commit 08130178348738603ab916036ac63afd41b27e94
1354Author: Alan Coopersmith <alan.coopersmith@sun.com>
1355Date:   Wed Jul 12 19:30:25 2006 -0700
1356
1357    Create .gitignore
1358
1359commit ddb3d2e94df03c5d06717189f5e349342ad0fa09
1360Author: Adam Jackson <ajax@nwnk.net>
1361Date:   Fri May 19 18:46:00 2006 +0000
1362
1363    Bump to 1.0.2
1364
1365commit 1e910874c0c4211b0d6e462e5cdffb4c86e27e6f
1366Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
1367Date:   Fri Apr 21 22:47:13 2006 +0000
1368
1369    X.Org Bug #6654 <https://bugs.freedesktop.org/show_bug.cgi?id=6654> Patch
1370        #5374 <https://bugs.freedesktop.org/attachment.cgi?id=5374> Fix *_MAN_*
1371        macros to support GNU/kFreeBSD (Robert Millan)
1372
1373commit 3ee458d03fcebc01d337d01e5e31dede704d56ff
1374Author: Kevin E Martin <kem@kem.org>
1375Date:   Wed Dec 21 02:30:08 2005 +0000
1376
1377    Update package version for X11R7 release.
1378
1379commit 09e1ea8a68915d5a8c3dd2c2adbbbcd1bfdf2bd3
1380Author: Adam Jackson <ajax@nwnk.net>
1381Date:   Mon Dec 19 16:36:02 2005 +0000
1382
1383    Stub COPYING files
1384
1385commit 986030a4deca03addb3e5b40da66c8baa78941a5
1386Author: Kevin E Martin <kem@kem.org>
1387Date:   Thu Dec 15 00:24:40 2005 +0000
1388
1389    Update package version number for final X11R7 release candidate.
1390
1391commit af0164c2ded2dcc95b72ca3b9bfbad9b790490f7
1392Author: Kevin E Martin <kem@kem.org>
1393Date:   Fri Dec 9 15:28:41 2005 +0000
1394
1395    Better macro to check whether any of malloc(0), realloc(ptr,0) or calloc(0)
1396        return NULL since Xlib expects all three to return a valid pointer.
1397
1398commit 80c3aba8ac4af96c3d9407ecbed2f6c813adbbe1
1399Author: Kevin E Martin <kem@kem.org>
1400Date:   Fri Dec 9 03:01:09 2005 +0000
1401
1402    Add support for building other formats from sgml docs.
1403
1404commit 98959e58700f53c1cafba3b4a2fa6e103c71a55d
1405Author: Kevin E Martin <kem@kem.org>
1406Date:   Sat Dec 3 05:49:47 2005 +0000
1407
1408    Update package version number for X11R7 RC3 release.
1409
1410commit 222df94cf4d433b893c092ccd7c38d86d59ce034
1411Author: Kevin E Martin <kem@kem.org>
1412Date:   Sat Dec 3 04:41:21 2005 +0000
1413
1414    Add macro to detect when malloc(0) returns NULL for use in libraries.
1415
1416commit 07aaba7edc3028b6066a552ef0636986adddb6ef
1417Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
1418Date:   Mon Nov 28 21:58:11 2005 +0000
1419
1420    Bug #5167 <https://bugs.freedesktop.org/show_bug.cgi?id=5167> Linux prefers
1421        *.1x man pages in man1 subdirectory. Also allow builders to override
1422        man page suffixes & directories to match their environments via
1423        configure-time environment variables.
1424
1425commit 1545c8c930025d4f7d76e8d8f28ae87a53b5c9e9
1426Author: Kevin E Martin <kem@kem.org>
1427Date:   Wed Oct 19 02:48:17 2005 +0000
1428
1429    Update package version number for RC1 release.
1430
1431commit b15a7b3dcc5c8af0a1ab837d8ca03910611e0968
1432Author: Kristian Høgsberg <krh@redhat.com>
1433Date:   Mon Oct 17 16:04:44 2005 +0000
1434
1435    Add missing comma in AC_HELP_STRING call.
1436
1437commit 764ee0f698a17e34998b0e6d85f2c6cbf8f624c7
1438Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
1439Date:   Mon Oct 3 21:22:08 2005 +0000
1440
1441    - For all drivers that have a <driver>.sgml file, add code in their build
1442        system to build the README file at make dist time
1443    - in util/macros/xorg-macros.m4, add a new XORG_CHECK_LINUXDOC macro that
1444        will check if the required tools and files exist, and if so set a
1445        conditional.
1446    - util/modular/symlink.sh
1447    - Link all the <driver>.sgml to xf86-video-<driver>/README.sgml
1448    - Add all the README.<driver> to the list of excluded files
1449    - xc/programs/Xserver/hw/xfree86/doc/sgml/SiS.sgml: Various changes to make
1450        it spew less warnings when the text file is built.
1451
1452commit d690e4a9febd07988d149a967791c5629c17b258
1453Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
1454Date:   Thu Sep 29 22:57:31 2005 +0000
1455
1456    Add -undef to RAWCPPFLAGS if cpp used for RAWCPP supports it
1457
1458commit f950050734e36192307fcb11c70fbfb25fa03b9c
1459Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
1460Date:   Sat Sep 24 02:30:22 2005 +0000
1461
1462    Add XORG_MANPAGE_SECTIONS() macro for handling the different man page
1463        sections used on Linux vs. BSD vs. SysV
1464
1465commit 7c9a7b7fb4955cef87cd4403c0f36b5f1a84d9c9
1466Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
1467Date:   Mon Aug 15 19:53:37 2005 +0000
1468
1469    Move RAWCPP macro to xorg-macros.m4 so other modules can use it Add check
1470        for whether or not RAWCPP needs -traditional instead of hardcoding it,
1471        so non-gcc cpp's can be used
1472
1473commit 9161e0233a932f88a79d228f538565c48dba58d4
1474Author: Kevin E Martin <kem@kem.org>
1475Date:   Fri Jul 29 21:22:57 2005 +0000
1476
1477    Various changes preparing packages for RC0:
1478    - Verify and update package version numbers as needed
1479    - Implement versioning scheme
1480    - Change bug address to point to bugzilla bug entry form
1481    - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
1482        reenable it)
1483    - Fix makedepend to use pkgconfig and pass distcheck
1484    - Update build script to build macros first
1485    - Update modular Xorg version
1486