Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-08 | Move Xt specs from xorg-docs module | Alan Coopersmith | |
For now, just checked in and included in dist tarballs, not processed into a usable format - same as it was in xorg-docs Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2010-04-05 | config: update and relocate AX_DEFINE_DIR macro | Gaetan Nadon | |
Remove deprecated acinclude.m4 macro container file Use separate macro files as per autoconf recommendation Use the latest macro from GNU Signed-off-by: Gaetan Nadon <memsize@videotron.ca> | |||
2010-03-29 | config: remove the pkgconfig pc.in file from EXTRA_DIST | Gaetan Nadon | |
Automake always includes it in the tarball. Signed-off-by: Gaetan Nadon <memsize@videotron.ca> | |||
2009-11-27 | Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES | Gaetan Nadon | |
Now that the INSTALL file is generated. Allows running make maintainer-clean. | |||
2009-10-28 | INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 | Gaetan Nadon | |
Add missing INSTALL file. Use standard GNU file on building tarball README may have been updated Remove AUTHORS file as it is empty and no content available yet. Remove NEWS file as it is empty and no content available yet. | |||
2009-10-26 | Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 | Gaetan Nadon | |
ChangeLog filename is known to Automake and requires no further coding in the makefile. | |||
2009-01-30 | Janitor: ansification, make distcheck, compiler warnings, .gitignore. | Paulo Cesar Pereira de Andrade | |
Most "compiler" warnings were actually sparse warnings, due to assigning a integer to a pointer, or an external symbol without a previous declaration. | |||
2007-12-06 | Add missing PHONY line for automatic ChangeLog generation | James Cloos | |
2007-01-27 | Replace static ChangeLog with dist-hook to generate from git log | Alan Coopersmith | |
2005-08-01 | Move building of StringDefs files to src and fix them so that parallel make | Keith Packard | |
works right. | |||
2005-07-19 | distcheck fixes -- clean up after makestrs, don't list non-existant files. | Daniel Stone | |
2005-06-10 | ensure $(buildir)/src and $(builddir)/include/X11 exist before installing | Alexander Gottwald | |
generated files there | |||
2005-05-24 | separation of source and build directories | Alexander Gottwald | |
2005-05-21 | Use $(install_sh_DATA) instead of "install" for better portability. Remove | Alan Coopersmith | |
duplicate installation lines. Add AM_CFLAGS to pass through XT_CFLAGS & X11_CFLAGS | |||
2005-05-18 | - conditionally include config.h in xc/lib/Xt sourcesXORG-6_8_99_8 | Søren Sandmann Pedersen | |
- add build system for lib/Xt |