summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2013-11-06Update to version 1.3.1xtrans-1.3.1Keith Packard
Signed-off-by: Keith Packard <keithp@keithp.com>
2013-10-31Update to version 1.3.0xtrans-1.3.0Keith Packard
Adds FD passing interfaces and pulls in current patches past 1.2.7 Signed-off-by: Keith Packard <keithp@keithp.com>
2013-01-15configure: Remove AM_MAINTAINER_MODEAdam Jackson
Signed-off-by: Adam Jackson <ajax@redhat.com>
2012-03-22xtrans 1.2.7xtrans-1.2.7Alan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2011-09-16Strip trailing whitespaceAlan Coopersmith
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>
2011-06-11Install target dbs alongside generated documentsGaetan Nadon
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
2011-03-30Documentation: add Docbook external references supportGaetan Nadon
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>
2011-02-03config: comment, minor upgrade, quote and layout configure.acGaetan Nadon
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
2010-11-08xtrans 1.2.6xtrans-1.2.6Alan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-06-26doc: replace groff input format with docbook xml formatGaetan Nadon
Initial version of xtrans docbook xml. Requires util-macros 1.10 Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-06-25config: XORG_WITH_GROFF: use HAVE_GROFF_HTML conditionalGaetan Nadon
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>
2010-02-05doc: use new macros XORG_WITH_GROFF and PS2PDFGaetan Nadon
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>
2009-12-17require autoconf 2.60 because of $(docdir) useRémi Cardona
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>
2009-10-21This is not a GNU project, so declare it foreign.Jeremy Huddleston
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>
2009-10-17xtrans 1.2.5xtrans-1.2.5Alan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-10-17Move Xtrans interface docs from xorg-docs moduleAlan Coopersmith
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>
2009-10-15Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONSAlan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-07-31Version 1.2.4xtrans-1.2.4Alan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-01-11Version 1.2.3xtrans-1.2.3Alan Coopersmith
2008-12-01Switch ChangeLog generation to use XORG_CHANGELOG from xorg-macros 1.2Alan Coopersmith
2008-10-07xtrans 1.2.2xtrans-1.2.2Adam Jackson
2008-07-02xtrans 1.2.1xtrans-1.2.1Adam Jackson
2008-05-08Bump to 1.2xtrans-1.2Julien Cristau
2008-03-05xtrans 1.1xtrans-1.1Adam Jackson
2007-08-21Version bump: 1.0.4xtrans-1.0.4Alan Coopersmith
2006-12-16bump to 1.0.3xtrans-1.0.3Daniel Stone
2006-10-13Bump to 1.0.2xtrans-1.0.2Adam Jackson
2006-06-30Bump to 1.0.1.Donnie Berkholz
2005-12-15Update package version number for final X11R7 release candidate.XORG-7_1XORG-7_0_99_901XORG-7_0XORG-6_99_99_904Kevin E Martin
2005-11-09Update package version number for X11R7 RC2 release.XORG-6_99_99_903XORG-6_99_99_902MODULAR_COPYKevin E Martin
2005-10-19Update package version number for RC1 release.XORG-6_99_99_901Kevin E Martin
2005-07-29Various changes preparing packages for RC0:XORG-6_99_99_900Kevin E Martin
- 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
2005-06-22Apply these patches from Theo van Klaveren:Søren Sandmann Pedersen
lib-dmx.patch lib-FS.patch lib-X11.patch lib-XRes.patch lib-XScrnSaver.patch lib-xtrans.patch to make the libraries distcheck.
2005-06-08Install the xtrans.m4 to the directory returned by aclocal --print-ac-dir,Eric Anholt
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.
2005-05-19revert last change, didn't do right thing at all, sorry for the noiseAdam Jackson
2005-05-19Require automake 1.7 in AM_INIT_AUTOMAKEAdam Jackson
2005-05-13Dummy changes to ChangeLog/configure.ac to see if that fixes groupSøren Sandmann Pedersen
permissions
2005-05-13Re-adding ChangeLog and configure.ac filesSøren Sandmann Pedersen
2005-05-13Temporarily remove ChangeLog configure.acSøren Sandmann Pedersen
2005-05-12Make xtrans install in $(includedir)/X11/Xtrans. Remove all references toSøren Sandmann Pedersen
Xtransdef. Add Xdmcp build files Add Wrap.h to lib/dmcp part of symlink script.
2005-05-12Add Xtransdef.h.in as an AM_CONFIG_HEADER.Daniel Stone
2005-05-11lib/Xau:Søren Sandmann Pedersen
- 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