summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2013-09-02xev 1.2.1Aaron Plattner1-1/+1
Change-Id: I149b389c6cbcb0ad1bcce4f765ddcad7949efd95 Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
2013-09-02Use strncasecmp instead of a tolower loop & strncmpAlan Coopersmith1-0/+1
v2: Since strncasecmp is in Unix98, assume it is always available, and drop fallback code for systems without it. Change-Id: I75ea1ac5eb90259af8faf505b75f98cadf15a1d2 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-09-02xev 1.2.0Alan Coopersmith1-1/+1
Change-Id: I37ecdf339f3b89176fe89fa4af28500c7bf124a5 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-09-02Remove render from PKG_CHECK_MODULES listAlan Coopersmith1-1/+1
No direct calls to libXrender functions or #includes of Xrender headers Fixes Solaris ld -z guidance warning: ld: guidance: removal of unused dependency recommended: libXrender.so.1 Change-Id: I070bb53efe2e888c274e03d882b779ccf4404444 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-09-02Strip trailing whitespaceAlan Coopersmith1-2/+2
Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}' git diff -w & git diff -b show no diffs from this change Change-Id: Icf357baf944d453b9a8a86763e9c70281bd9c1cd Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-09-02config: Add missing AC_CONFIG_SRCDIRAlan Coopersmith1-3/+5
Regroup AC statements under the Autoconf initialization section. Regroup AM statements under the Automake initialization section. Change-Id: Ia66d29495de28b843305436c9736e04e744ff660 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-09-02Replace local checks for gcc with _X_NORETURN from xproto 7.0.17Alan Coopersmith1-1/+1
Change-Id: I91bf98b7d78aa4130198848d745142018b0ca435 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-09-02Show RandR eventsMichael Thayer1-1/+1
Change-Id: I3966985243b6b2f139eb02e9990d7ea5ec94acc0 Signed-off-by: Michael Thayer <michael.thayer@oracle.com> Signed-off-by: Aaron Plattner <aplattner@nvidia.com> Reviewed-by: Aaron Plattner <aplattner@nvidia.com> Tested-by: Aaron Plattner <aplattner@nvidia.com>
2013-09-02config: move man pages into their own directoryGaetan Nadon1-1/+4
Use services provided by XORG_MANPAGE_SECTIONS. Use standard Makefile for man pages. Change-Id: Iaacaee48391d38edefac74d301d6f114a6ee50da Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2013-09-02config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSGaetan Nadon1-1/+1
This silences an Autoconf warning Change-Id: Ic0ff9616418452751505c07a30e2519d419335da
2013-09-02xev 1.1.0Alan Coopersmith1-1/+2
Change-Id: I15e3cc187e233af0793757716c1b823b8dbc6b03 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-09-02config: Remove unnecessary calls from configure.acAlan Coopersmith1-5/+0
AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables Change-Id: I0e6fcb01d0c7acf47484b1ac11692e2551952f00 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-09-02config: upgrade to util-macros 1.8 for additional man page supportAlan Coopersmith1-3/+3
Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS The value of MAN_SUBST is the same for all X.Org packages. Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS Enables use of platform appropriate version of sed. Change-Id: I1217dab96d02c88f82bb3cce87378afa40290c83 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-09-02config: update AC_PREREQ statement to 2.60Gaetan Nadon1-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 Change-Id: Ie0fc1e107262c33482bb09c291e8cee2cab4c02b Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2013-09-02This 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. Change-Id: I5c500082210bee0dc49a01918b2ea159392c39b3 Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
2013-09-02xev 1.0.4Alan Coopersmith1-1/+1
Change-Id: I65d685f3f2570666b5b83ef2a8facb94b820da37 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2013-09-02Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONSAlan Coopersmith1-7/+6
Change-Id: I20468e78cc2842639e68bfb97de9e8f984c17ebf Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2013-09-02xev: use XORG_CHANGELOG macro to create ChangeLog. #22611Gaetan Nadon1-0/+5
Build break: app/xev/Makefile.am: command not found: git-log Adding the macro in configure.ac and use it in Makefile.am Refer to: https://bugs.freedesktop.org/show_bug.cgi?id=22611 Tested: running autogen.sh, make and 'make dist' Change-Id: I27e4fc8154e2a19bf235d0b5e2f52cf6410e4c1d Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2013-09-02xev 1.0.3Adam Jackson1-2/+1
Change-Id: I9e4e5ee0f12a695e0d02bf2e920c52c50941d250
2013-09-02Run XFilterEvent() on all events. (Samuel Thibault). Bump to 1.0.2.Daniel Stone1-1/+1
Change-Id: Ieb72041c461a65b36bfc77e28755db52f29aa887
2013-09-02Update package version for X11R7 release.Kevin E Martin1-1/+1
Change-Id: Icad5def5d18bef2e065afd3d44fbb71d1bf77adc
2013-09-02Update package version number for final X11R7 release candidate.Kevin E Martin1-1/+1
Change-Id: If48e9de32ab8ae82184095690f0c73215dea1c9b
2013-09-02Update package version number for X11R7 RC3 release.Kevin E Martin1-1/+1
Change-Id: I6c73b0dc390ce79586c8c80c034b844b5238cea4
2013-09-02Update package version number for RC1 release.Kevin E Martin1-1/+1
Change-Id: Ib8c8386c09d32d471a6b4e60659db3e341bc4070
2013-09-02Use sed to fill in variables in man pageAlan Coopersmith1-0/+1
Change-Id: I4dc611c488eb90d4a7d3c1ea72c50b3c36412bd4
2013-09-02Various changes preparing packages for RC0: - Verify and update package ↵Kevin E Martin1-1/+3
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 Change-Id: I0bf7b19a90cba884bba56dc0d850991613865f80
2013-09-02Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global ↵Adam Jackson1-3/+3
configure cache, you cache it, and the cached value is probably wrong. Change-Id: Icb0d5f46390de1ab023b9ed12c978838fa268685
2013-09-02Build system for xevSøren Sandmann Pedersen1-0/+39
Change-Id: I4498b91c02d195fed8345008dbcafe5ba44116cd