summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Update README for gitlab migrationAlan Coopersmith2018-11-191-1/+1
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Remove unused TLI ("STREAMSCONN") code from xtransAlan Coopersmith2012-12-261-1/+0
| | | | | | | | | Has never been converted to build in modular builds, so has been unusable since X11R7.0 release in 2005. All known platforms with TLI/XTI support that X11R7 & later releases run on also have (and mostly prefer) BSD socket support for their networking API. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* doc: replace groff input format with docbook xml formatGaetan Nadon2010-06-261-50/+3
| | | | | | | Initial version of xtrans docbook xml. Requires util-macros 1.10 Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* config: XORG_WITH_GROFF: use HAVE_GROFF_HTML conditionalGaetan Nadon2010-06-251-2/+5
| | | | | | | | | | | | Groff uses grohtml to generate html output format. This program, in turn, uses a number of pnm* commands from the netpbm package, psselect from the psutils package and the ghostscript package. These are independently installed, so they could be missing. Skip the HTML output format if one of the dependencies is missing. The version 1.9 of the util-macros package is required. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* config: remove the pkgconfig pc.in file from EXTRA_DISTGaetan Nadon2010-03-291-1/+1
| | | | | | Automake always includes it in the tarball. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* doc: use HAVE_GROFF_MM to skip doc when 'm.tmac' macros missingGaetan Nadon2010-02-161-2/+2
| | | | | | This conditional is defined in XORG_WITH_GROFF macro. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* doc: use new macros XORG_WITH_GROFF and PS2PDFGaetan Nadon2010-02-051-2/+5
| | | | | | | These control the usage of doc tools Also use XORG_ENABLE_DOCS to control generation of docs Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon2009-11-271-0/+1
| | | | | Now that the INSTALL file is generated. Allows running make maintainer-clean.
* INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon2009-10-281-2/+5
| | | | | | | 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.
* Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432Gaetan Nadon2009-10-261-2/+1
| | | | | ChangeLog filename is known to Automake and requires no further coding in the makefile.
* Move Xtrans interface docs from xorg-docs moduleAlan Coopersmith2009-10-171-1/+43
| | | | | | | Only built/installed if --enable-docs is requested, since few people should be writing code using xtrans interfaces directly. Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Move xtrans.pc to /usr/share/pkg-configMikhail Gusarov2009-10-151-1/+1
| | | | | | | | | This fixes configuration in cross-compilation mode: pkg-config does not look for .pc in /usr/lib/pkg-config during cross-compilation to avoid picking up wrong libraries. Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net> Acked-by: Julien Cristau <jcristau@debian.org>
* Janitor: Correct make distcheck and compiler warnings.Paulo Cesar Pereira de Andrade2009-01-301-2/+2
| | | | | | | | Compiler warnings are spread on other packages, with a warning in the format: /usr/include/X11/Xtrans/Xtranssock.c:548: warning: 'ciptr' may be used uninitialized in this function so the code was slightly changed so that the compiler would not "think" it could be used without initialization.
* Switch ChangeLog generation to use XORG_CHANGELOG from xorg-macros 1.2Alan Coopersmith2008-12-011-1/+1
|
* Finish removing OS/2 supportAdam Jackson2008-10-071-1/+0
|
* Remove DECNET support.Adam Jackson2008-10-071-1/+0
| | | | This hasn't been consumed in the server or libs since 7.0.
* Makefile.am: make ChangeLog hook saferDaniel Stone2006-12-061-1/+1
| | | | Make ChangeLog hook as safe as possible.
* Fix the ChangeLog hook to distcheck.Adam Jackson2006-10-121-0/+2
|
* Remove GIT_DIR setting from git log commandAlan Coopersmith2006-09-151-1/+1
|
* Replace static ChangeLog with dist-hook to generate from git-logAlan Coopersmith2006-08-231-0/+7
|
* Apply these patches from Theo van Klaveren:Søren Sandmann Pedersen2005-06-221-2/+2
| | | | | | lib-dmx.patch lib-FS.patch lib-X11.patch lib-XRes.patch lib-XScrnSaver.patch lib-xtrans.patch to make the libraries distcheck.
* Use $(includedir)/X11/Xtrans for XtransincludedirAlexander Gottwald2005-06-091-1/+1
|
* Install the xtrans.m4 to the directory returned by aclocal --print-ac-dir,Eric Anholt2005-06-081-1/+1
| | | | | so that the aclocal calls in other modules will pick it up if this prefix's aclocal dir is not in a default path for system aclocal.
* xtrans:Alan Coopersmith2005-05-211-0/+3
| | | | | | | | | | | | | | Create autoconf macro XTRANS_CONNECTION_FLAGS to provide standard set of --enable flags for which transports to support and common place to update for required libraries for platforms that need certain libs for certain transports ICE: Add ICE_t #define required by Xtrans headers. Replace static defines of LOCALCONN & UNIXCONN with new XTRANS_CONNECTION_FLAGS macro. X11: Moved transport type checks to new macro XTRANS_CONNECTION_FLAGS in xtrans.m4 in xtrans module so they can be shared by all modules using xtrans.
* - For now put xtrans in X11/Xtrans/X11, since libX11 is looking for it inSøren Sandmann Pedersen2005-05-131-1/+1
| | | | | | | | | | | <X11/...> - For Xcomposite and Xdamage, don't link the build system out of the xc tree - Link the public X11 headers into their own directory - Add links to XKeysymDB and XErrorDB - Add links to all the Xlib man pages - Add links to the lcUniConv subdirectory - Conditionally include config.h in Xlib source
* Make xtrans install in $(includedir)/X11/Xtrans. Remove all references toSøren Sandmann Pedersen2005-05-121-2/+1
| | | | | | Xtransdef. Add Xdmcp build files Add Wrap.h to lib/dmcp part of symlink script.
* lib/Xau:Søren Sandmann Pedersen2005-05-111-0/+18
- Update AUTHORS, COPYING from Keith's tree - Don't use gcc specific "-include config.h" - Add autogen.sh lib/xtrans: - Add AUTHORS, COPYING, ChangeLog, Makefile.am, NEWS, README, autogen.sh, configure.ac, xtrans.pc.in xc/lib/Xau: - Add conditionalized #include <config.h> util/modular/symlink.sh - Add functions symlink_lib_xau() and symlink_lib_xtrans() util/modular/addconfig.h - New script that adds #include <config.h> to files