summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOLHEADmasterAlan Coopersmith2023-03-081-1/+2
| | | | | | | | | | | | | | | | | AC_PROG_LIBTOOL was replaced by LT_INIT in libtool 2 in 2008, so it's time to rely on it. Clears autoconf warnings: configure.ac:34: warning: The macro `AC_PROG_LIBTOOL' is obsolete. configure.ac:34: You should run autoupdate. aclocal.m4:3465: AC_PROG_LIBTOOL is expanded from... configure.ac:34: the top level libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac, libtoolize: and rerunning libtoolize and aclocal. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* libXtst 1.2.4libXtst-1.2.4Alan Coopersmith2022-09-261-2/+2
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Fix spelling/wording issuesAlan Coopersmith2022-07-171-1/+1
| | | | | | | Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Build xz tarballs instead of bzip2Alan Coopersmith2022-07-171-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>
* libXtst 1.2.3libXtst-1.2.3Matthieu Herrb2016-10-041-1/+1
| | | | Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr>
* Remove fallback for _XEatDataWords, require libX11 1.6 for itMichael Joost2013-11-221-7/+1
| | | | | | | | | | | | | _XEatDataWords was orignally introduced with the May 2013 security patches, and in order to ease the process of delivering those, fallback versions of _XEatDataWords were included in the X extension library patches so they could be applied to older versions that didn't have libX11 1.6 yet. Now that we're past that hurdle, we can drop the fallbacks and just require libX11 1.6 for building new versions of the extension libraries. Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* libXtst 1.2.2libXtst-1.2.2Alan Coopersmith2013-05-301-1/+1
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Use _XEatDataWords to eat data in error casesAlan Coopersmith2013-04-131-0/+6
| | | | | | Avoids having to do calculcations based on response contents Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* configure: Remove AM_MAINTAINER_MODEAdam Jackson2013-01-151-1/+0
| | | | Signed-off-by: Adam Jackson <ajax@redhat.com>
* libXtst 1.2.1libXtst-1.2.1Alan Coopersmith2012-03-071-1/+1
| | | | 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-34/+37
| | | | | | | | | | | | 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
* config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSGaetan Nadon2011-01-281-1/+1
| | | | Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* config: remove AC_PROG_CC as it overrides AC_PROG_C_C99Gaetan Nadon2011-01-271-1/+0
| | | | | | | | XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls AC_PROG_C_C99. This sets gcc with -std=gnu99. If AC_PROG_CC macro is called afterwards, it resets CC to gcc. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* libXtst 1.2.0libXtst-1.2.0Alan Coopersmith2010-10-291-1/+2
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* doc: replace groff input format with docbook xml formatGaetan Nadon2010-06-261-4/+5
| | | | | | | | Initial version of xtestlib and recordlib docbook xml. recordlib is missing and will be added later Requires util-macros 1.10 Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* specs: translate, format, process, install and distribute.Gaetan Nadon2010-06-171-0/+2
| | | | | | Makefile copied from libSM. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* Move recordlib & testlib specs from xorg-docs moduleAlan Coopersmith2010-06-121-1/+2
| | | | | | | Not formatted, translated, processed or installed yet, just moved & added to EXTRA_DIST Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* config: update AC_PREREQ statement to 2.60Gaetan Nadon2010-03-291-1/+1
| | | | | | | | | | Unrelated to the previous patches, the new value simply reflects the reality that the minimum level for autoconf to configure all x.org modules is 2.60 dated June 2006. ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* doc: specify 0.0.20 as the minimum version for xmltoGaetan Nadon2010-03-111-3/+3
| | | | | | Older versions do not have fop backend. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* config: move CWARNFLAGS from configure.ac to Makefile.amGaetan Nadon2010-02-161-3/+0
| | | | | | | 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>
* man: allow installing prebuilt man pages from tarballGaetan Nadon2010-01-241-0/+5
| | | | | | | | | The man pages source may be supplied in the tarball or built from git. The makefile needs to take that into consideration and adjust the targets accordingly. Reviewed-by: Dan Nicholson <dbn.lists@gmail.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* config: replace custom code with reusable macro XORG_WITH_XMLTOGaetan Nadon2010-01-191-8/+3
| | | | | | | | | | XORG_WITH_XMLTO provides additional functions like a configure option which allow platform builders to control the usage of the xmlto program. This is a requirement from platforms that do not have such doc tool. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* Deploy the new XORG_DEFAULT_OPTIONS #24242Gaetan Nadon2009-10-271-2/+3
| | | | | | This macro aggregate a number of existing macros that sets commmon X.Org components configuration options. It shields the configuration file from future changes.
* 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>
* libXtst 1.1.0libXtst-1.1.0Peter Hutterer2009-10-051-1/+1
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Require libXext 1.0.99.4Peter Hutterer2009-10-051-1/+1
| | | | | | | libXext 1.0.99.1 up to including 1.0.99.3 had the XTest.h header which is now in this module. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Require macros 1.3 for XORG_DEFAULT_OPTIONSPeter Hutterer2009-10-051-8/+4
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Version bump: 1.0.99.2libXtst-1.0.99.2Peter Hutterer2009-08-251-1/+1
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Move record headers to here.Peter Hutterer2009-08-201-1/+1
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Version bump: 1.0.99.1libXtst-1.0.99.1Peter Hutterer2009-07-221-1/+1
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Rename xtest.h to xtestconst.h to avoid a collision with XTest.h on ↵Magnus Kessler2009-07-221-1/+1
| | | | | | case-insensitive filesystems Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Include xtestproto.h, not xteststr.hPeter Hutterer2009-07-161-1/+1
| | | | | | Require xextproto 7.0.99.1. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Janitor: ansification, make distcheck, compiler warnings.Paulo Cesar Pereira de Andrade2009-01-301-3/+8
| | | | | Manual page generation, and xmlto handling, shamelessly cut&paste'd from libXi/man/Makefile.am, so that make distcheck will work.
* Require xi.pc for XInput.h include.Peter Hutterer2008-08-081-1/+1
| | | | | XInput.h is now part of libXi. But just in case we have an older version of libXi floating around, pull in inputproto too.
* Version bump: 1.0.3libXtst-1.0.3Alan Coopersmith2007-08-171-1/+1
|
* Version bump: 1.0.2libXtst-1.0.2Alan Coopersmith2007-06-061-1/+1
|
* Convert man page to docbook/xml (thanks to doclifter)Alan Coopersmith2007-06-061-0/+6
|
* Add man pages for XTest*() functionsAlan Coopersmith2007-06-061-1/+3
| | | | Converted xorg-docs/Xext/xtestlib.ms to man page formatting
* Add hooks to check code with sparse/lintAlan Coopersmith2007-06-061-0/+5
|
* Update package version for X11R7 release.XORG-7_1XORG-7_0_99_901XORG-7_0Kevin E Martin2005-12-211-1/+1
|
* Update package version number for final X11R7 release candidate.XORG-6_99_99_904Kevin E Martin2005-12-151-1/+1
|
* Update package version number for X11R7 RC3 release.XORG-6_99_99_903MODULAR_COPYKevin E Martin2005-12-031-1/+1
|
* Update package version number for X11R7 RC2 release.XORG-6_99_99_902Kevin E Martin2005-11-091-1/+1
|
* Update pkgcheck dependencies to work with separate build roots.Kevin E Martin2005-11-011-1/+1
|
* Update package version number for RC1 release.XORG-6_99_99_901Kevin E Martin2005-10-191-1/+1
|
* Do PKG_CHECK_MODULES on a unique token instead of on "DEP", so builds withAdam Jackson2005-08-031-3/+3
| | | | a global configure cache don't get confused.
* 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