summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Build xz tarballs instead of bzip2Alan Coopersmith2022-05-101-1/+1
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* xtrans 1.4.0xtrans-1.4.0Alan Coopersmith2019-03-161-1/+1
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Update configure.ac bug URL for gitlab migrationAlan Coopersmith2018-12-071-1/+1
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* xtrans 1.3.5xtrans-1.3.5Keith Packard2014-09-201-1/+1
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* xtrans 1.3.4xtrans-1.3.4Hans de Goede2014-03-311-1/+1
| | | | Signed-off-by: Hans de Goede <hdegoede@redhat.com>
* xtrans 1.3.3xtrans-1.3.3Hans de Goede2014-01-271-1/+1
| | | | Signed-off-by: Hans de Goede <hdegoede@redhat.com>
* xtrans 1.3.2xtrans-1.3.2Alan Coopersmith2013-11-071-1/+1
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Update to version 1.3.1xtrans-1.3.1Keith Packard2013-11-061-1/+1
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Update to version 1.3.0xtrans-1.3.0Keith Packard2013-10-311-1/+1
| | | | | | Adds FD passing interfaces and pulls in current patches past 1.2.7 Signed-off-by: Keith Packard <keithp@keithp.com>
* configure: Remove AM_MAINTAINER_MODEAdam Jackson2013-01-151-1/+0
| | | | Signed-off-by: Adam Jackson <ajax@redhat.com>
* xtrans 1.2.7xtrans-1.2.7Alan Coopersmith2012-03-221-1/+1
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Strip trailing whitespaceAlan Coopersmith2011-09-161-1/+1
| | | | | | | Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}' git diff -w & git diff -b show no diffs from this change Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Install target dbs alongside generated documentsGaetan Nadon2011-06-111-1/+1
| | | | | | | | | | | | This matches a change in xorg-sgml-docs whereby the masterdb will look for the target dbs into the same location as the generated documents. The target dbs are now installed alongside the generated documents. Previously they are installed in $prefix/sgml/X11/dbs alongside masterdb which has the potential of installing outside the package prefix and cause distcheck to fail when user does not have write permission in this package. Requires XORG_CHECK_SGML_DOCTOOLS(1.8) which was released 2011-06-11
* Documentation: add Docbook external references supportGaetan Nadon2011-03-301-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | When writing technical documentation, it is often necessary to cross reference to other information. When that other information is not in the current document, additional support is needed, namely <olink>. A new feature with version 1.7 of xorg-sgml-doctools adds references to other documents within or outside this package. This patch adds technical support for this feature but does not change the content of the documentation as seen by the end user. Each book or article must generate a database containing the href of sections that can be referred to from another document. This database is installed in DATAROOTDIR/sgml/X11/dbs. There is a requirement that the value of DATAROOTDIR for xorg-sgml-doctools and for the package documentation is the same. This forms a virtual document tree. This database is consulted by other documents while they are being generated in order to fulfill the missing information for linking. Refer to the xorg-sgml-doctools for further technical information. Co-authored-by: Matt Dew <marcoz@osource.org> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* config: comment, minor upgrade, quote and layout configure.acGaetan Nadon2011-02-031-26/+30
| | | | | | | | | | | | Group statements per section as per Autoconf standard layout Quote statements where appropriate. Autoconf recommends not using dnl instead of # for comments Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters. Add AC_CONFIG_SRCDIR([Makefile.am]) This helps automated maintenance and release activities. Details can be found in http://wiki.x.org/wiki/NewModuleGuidelines
* xtrans 1.2.6xtrans-1.2.6Alan Coopersmith2010-11-081-1/+2
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* doc: replace groff input format with docbook xml formatGaetan Nadon2010-06-261-5/+7
| | | | | | | 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-3/+3
| | | | | | | | | | | | 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>
* doc: use new macros XORG_WITH_GROFF and PS2PDFGaetan Nadon2010-02-051-19/+6
| | | | | | | 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>
* require autoconf 2.60 because of $(docdir) useRémi Cardona2009-12-171-1/+1
| | | | | | | Signed-off-by: Rémi Cardona <remi@gentoo.org> Reviewed-by: Gaetan Nadon <memsize@videotron.ca> Reviewed-by: Alan Coopersmith <alan.coopersmith@sun.com> Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
* This is not a GNU project, so declare it foreign.Jeremy Huddleston2009-10-211-1/+1
| | | | | | | | | | | | | | | | | | On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote: > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote: > > I noticed an INSTALL file in xlsclients and libXvMC today, and it > > was quite annoying to work around since 'autoreconf -fvi' replaces > > it and git wants to commit it. Should these files even be in git? > > Can I nuke them for the betterment of humanity and since they get > > created by autoreconf anyways? > > See https://bugs.freedesktop.org/show_bug.cgi?id=24206 As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation of the INSTALL file. It is also part of the 24206 solution. Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
* xtrans 1.2.5xtrans-1.2.5Alan Coopersmith2009-10-171-1/+1
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Move Xtrans interface docs from xorg-docs moduleAlan Coopersmith2009-10-171-0/+16
| | | | | | | 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>
* Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONSAlan Coopersmith2009-10-151-6/+5
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Version 1.2.4xtrans-1.2.4Alan Coopersmith2009-07-311-1/+1
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Version 1.2.3xtrans-1.2.3Alan Coopersmith2009-01-111-1/+1
|
* Switch ChangeLog generation to use XORG_CHANGELOG from xorg-macros 1.2Alan Coopersmith2008-12-011-0/+5
|
* xtrans 1.2.2xtrans-1.2.2Adam Jackson2008-10-071-1/+1
|
* xtrans 1.2.1xtrans-1.2.1Adam Jackson2008-07-021-1/+1
|
* Bump to 1.2xtrans-1.2Julien Cristau2008-05-081-1/+1
|
* xtrans 1.1xtrans-1.1Adam Jackson2008-03-051-4/+1
|
* Version bump: 1.0.4xtrans-1.0.4Alan Coopersmith2007-08-211-1/+1
|
* bump to 1.0.3xtrans-1.0.3Daniel Stone2006-12-161-1/+1
|
* Bump to 1.0.2xtrans-1.0.2Adam Jackson2006-10-131-1/+1
|
* Bump to 1.0.1.Donnie Berkholz2006-06-301-1/+1
|
* Update package version number for final X11R7 release candidate.XORG-7_1XORG-7_0_99_901XORG-7_0XORG-6_99_99_904Kevin E Martin2005-12-151-1/+1
|
* Update package version number for X11R7 RC2 release.XORG-6_99_99_903XORG-6_99_99_902MODULAR_COPYKevin E Martin2005-11-091-1/+1
|
* Update package version number for RC1 release.XORG-6_99_99_901Kevin E Martin2005-10-191-1/+1
|
* Various changes preparing packages for RC0:XORG-6_99_99_900Kevin E Martin2005-07-291-1/+3
| | | | | | | | | | | - Verify and update package version numbers as needed - Implement versioning scheme - Change bug address to point to bugzilla bug entry form - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to reenable it) - Fix makedepend to use pkgconfig and pass distcheck - Update build script to build macros first - Update modular Xorg version
* Apply these patches from Theo van Klaveren:Søren Sandmann Pedersen2005-06-221-4/+0
| | | | | | lib-dmx.patch lib-FS.patch lib-X11.patch lib-XRes.patch lib-XScrnSaver.patch lib-xtrans.patch to make the libraries distcheck.
* Install the xtrans.m4 to the directory returned by aclocal --print-ac-dir,Eric Anholt2005-06-081-0/+4
| | | | | 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.
* revert last change, didn't do right thing at all, sorry for the noiseAdam Jackson2005-05-191-1/+1
|
* Require automake 1.7 in AM_INIT_AUTOMAKEAdam Jackson2005-05-191-1/+1
|
* Dummy changes to ChangeLog/configure.ac to see if that fixes groupSøren Sandmann Pedersen2005-05-131-1/+0
| | | | permissions
* Re-adding ChangeLog and configure.ac filesSøren Sandmann Pedersen2005-05-131-0/+51
|
* Temporarily remove ChangeLog configure.acSøren Sandmann Pedersen2005-05-131-51/+0
|
* Make xtrans install in $(includedir)/X11/Xtrans. Remove all references toSøren Sandmann Pedersen2005-05-121-2/+0
| | | | | | Xtransdef. Add Xdmcp build files Add Wrap.h to lib/dmcp part of symlink script.
* Add Xtransdef.h.in as an AM_CONFIG_HEADER.Daniel Stone2005-05-121-2/+2
|
* lib/Xau:Søren Sandmann Pedersen2005-05-111-0/+53
- 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