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