summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2010-10-27libXext 1.2.0libXext-1.2.0Alan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-08-06man: using the C preprocessor is not required for man pages.Gaetan Nadon1-3/+0
There were no special symbols needing cpp. Everything can be handled by the default MAN_SUBSTS in util-macros. Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-06-26doc: replace groff input format with docbook xml formatGaetan Nadon1-4/+6
Initial version of docbook xml. dbelib abd synclib are missing and will be added later. Requires util-macros 1.10 Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-06-17specs: translate, format, process, install and distribute.Gaetan Nadon1-0/+2
Makefile copied from libXtst Remains to do are the Tex files. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-06-11Move specs for several extension API's from xorg-docs moduleAlan Coopersmith1-0/+1
Not formatted, translated or processed yet, just moved & added to EXTRA_DIST Only moved those that had separate library/API docs from the protocol specs. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-06-03libXext 1.1.2libXext-1.1.2Alan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-04-05config: update AC_PREREQ statement to 2.60Gaetan Nadon1-3/+3
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>
2009-11-07Deploy the new XORG_DEFAULT_OPTIONS #24242Gaetan Nadon1-3/+4
This macro aggregate a number of existing macros that sets commmon X.Org components configuration options. It shields the configuration file from future changes.
2009-11-06Fix CFLAGS/CPPFLAGS so lint works properlyAlan Coopersmith1-2/+0
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-10-21libXext 1.1.1libXext-1.1.1Alan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-10-21This is not a GNU project, so declare it foreign.Jeremy Huddleston1-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>
2009-10-02libXext 1.1libXext-1.1Peter Hutterer1-1/+1
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-10-02Require macros 1.3 for XORG_DEFAULT_OPTIONSPeter Hutterer1-7/+4
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-07-22Bump to 1.0.99.4libXext-1.0.99.4Peter Hutterer1-1/+1
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-07-22Rename mitmisc.h to mitmiscconst.h to avoid a collision with MITMisc.h on ↵Jon TURNEY1-1/+1
case-insensitive filesystems Requires xextproto 7.0.99.2 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-07-17Bump to 1.0.99.3libXext-1.0.99.3Peter Hutterer1-1/+1
2009-07-16Bump to 1.0.99.2libXext-1.0.99.2Peter Hutterer1-1/+1
2009-07-15Move libXext library headers from xextproto to libXext.Peter Hutterer1-1/+1
All library headers (or parts thereof) from xextproto are moved to include/X11/extensions/. Including build fixes to include and build with the new header locations and names. Requires xextproto 7.0.99.1 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-06-15Remove dependancy on libXauPaul TBBle Hampson1-1/+1
No symbols from Xau appear to be being used in libXext Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-01-30Bump back to 1.0.99.1.Paulo Cesar Pereira de Andrade1-1/+1
The intermediate 1.0.5 was not mean't to be really required, but was done to not cause problems for people doing builds from tarballs.
2009-01-29Xorg libXext Version 1.0.5.libXext-1.0.5Paulo Cesar Pereira de Andrade1-1/+1
2009-01-29patch to avoid gcc warning in libXextPaulo Cesar Pereira de Andrade1-1/+1
Original patch author is Peter Breitenlohner <peb@mppmu.mpg.de>. This closes bug #18038.
2009-01-29Janitor: Correct make distcheck and compiler warnings.Paulo Cesar Pereira de Andrade1-4/+6
2008-05-29Bump to 1.0.99.1libXext-1.0.99.1Peter Hutterer1-1/+1
2008-05-29Require xproto 7.0.13, xextproto 7.0.3 and xlib 1.1.99.1.Peter Hutterer1-1/+1
2008-02-28Version bump: 1.0.4libXext-1.0.4libXext-1.0-branchAlan Coopersmith1-1/+1
2007-12-07Allow overriding the SOREV in configure.acAlan Coopersmith1-2/+4
2007-11-27Add hooks for checking code with lint/sparse/etc.Alan Coopersmith1-0/+9
2007-01-25Version bump: 1.0.3libXext-1.0.3Alan Coopersmith1-1/+1
2006-10-13Bump to 1.0.2libXext-1.0.2Adam Jackson1-1/+1
2006-04-27Bump to 1.0.1libXext-1_0_1XORG-7_1Adam Jackson1-1/+1
2005-12-15Update package version number for final X11R7 release candidate.XORG-7_0XORG-6_99_99_904Kevin E Martin1-1/+1
2005-12-03Update package version number for X11R7 RC3 release.XORG-6_99_99_903Kevin E Martin1-1/+1
2005-12-03Add check and cflags for malloc(0) returning NULL.Kevin E Martin1-0/+1
2005-11-09Update package version number for X11R7 RC2 release.XORG-6_99_99_902Kevin E Martin1-1/+1
2005-11-01Update pkgcheck dependencies to work with separate build roots.Kevin E Martin1-1/+1
2005-10-19Update package version number for RC1 release.XORG-6_99_99_901Kevin E Martin1-1/+1
2005-10-11configure.ac Set up cpp pre-processing of man pages Add shadow man pagesAlan Coopersmith1-0/+4
for man pages that document multiple functions.
2005-07-29Various changes preparing packages for RC0:Kevin E Martin1-2/+4
- 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-07-16Set Xext soversion to 6.4.0 per default.Daniel Stone1-1/+1
2005-07-15Set .so versions correctly for Solaris and recent OpenBSD releasesAlan Coopersmith1-0/+10
2005-05-19revert last change, didn't do right thing at all, sorry for the noiseAdam Jackson1-1/+1
2005-05-19Require automake 1.7 in AM_INIT_AUTOMAKEAdam Jackson1-1/+1
2005-05-18- Add build system for XextSøren Sandmann Pedersen1-0/+34