Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace deprecated Automake INCLUDES variable with AM_CPPFLAGSbaserock/morph | Alan Coopersmith | 2013-01-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | Excerpt https://lists.gnu.org/archive/html/automake/2012-12/msg00038.html - Support for the long-deprecated INCLUDES variable will be removed altogether in Automake 1.14. The AM_CPPFLAGS variable should be used instead. This variable was deprecated in Automake releases prior to 1.10, which is the current minimum level required to build X. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | ||||
* | config: move CWARNFLAGS from configure.ac to Makefile.am | Gaetan Nadon | 2010-02-16 | 1 | -1/+4 |
| | | | | | | | Compiler warning flags should be explicitly set in the makefile rather than being merged with other packages compiler flags. Signed-off-by: Gaetan Nadon <memsize@videotron.ca> | ||||
* | Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS | Alan Coopersmith | 2009-10-08 | 1 | -1/+1 |
| | | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | ||||
* | Janitor: Correct make distcheck and remove extra .gitignore files. | Paulo Cesar Pereira de Andrade | 2009-01-30 | 1 | -2/+2 |
| | |||||
* | Bug #6407: Cygwin build fix. (Yaakov Selkowitz)XORG-7_0_99_901 | Adam Jackson | 2006-04-03 | 1 | -1/+1 |
| | |||||
* | Add check and cflags for malloc(0) returning NULL. | Kevin E Martin | 2005-12-03 | 1 | -1/+1 |
| | |||||
* | Update pkgcheck dependencies to work with separate build roots. | Kevin E Martin | 2005-11-01 | 1 | -1/+1 |
| | |||||
* | Set soversion to 1.0.0 using -version-number. | Daniel Stone | 2005-07-16 | 1 | -5/+1 |
| | |||||
* | Bump soversion to 1.0.0. | Daniel Stone | 2005-07-12 | 1 | -1/+1 |
| | |||||
* | Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directory | Keith Packard | 2005-07-09 | 1 | -1/+1 |
| | |||||
* | Apply these patches from Theo van Klaveren: | Søren Sandmann Pedersen | 2005-06-22 | 1 | -1/+3 |
| | | | | | | lib-dmx.patch lib-FS.patch lib-X11.patch lib-XRes.patch lib-XScrnSaver.patch lib-xtrans.patch to make the libraries distcheck. | ||||
* | XRes/src/Makefile.am: Add $(top_srcdir)/include to INCLUDES | Søren Sandmann Pedersen | 2005-06-14 | 1 | -0/+2 |
| | |||||
* | - symlink.sh: Move XRes.h from proto/Resource toXORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901XORG-6_8_99_900XORG-6_8_99_16XORG-6_8_99_15XORG-6_8_99_14XORG-6_8_99_13XORG-6_8_99_12XORG-6_8_99_11 | Søren Sandmann Pedersen | 2005-06-07 | 1 | -0/+16 |
lib/XRes/include/X11/extensions - symlink.sh: Add XRes linking - xc/lib/XRes/*.c: conditionally include config.h - lib/XRes: add directories and build system. |