summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-06-03autogen.sh: Honor NOCONFIGURE=1HEADmasterAlan Coopersmith1-1/+3
See http://people.gnome.org/~walters/docs/build-api.txt Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2014-06-03configure: Drop AM_MAINTAINER_MODEAlan Coopersmith2-2/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2014-06-03This is not a GNU project, so declare it foreign.Alan Coopersmith3-9/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-01-19Replace deprecated Automake INCLUDES variable with AM_CPPFLAGSAlan Coopersmith1-1/+1
Excerpt https://lists.gnu.org/archive/html/automake/2012-12/msg00038.html - Support for the long-deprecated INCLUDES variable will be removed altogether in Automake 1.14. The AM_CPPFLAGS variable should be used instead. This variable was deprecated in Automake releases prior to 1.10, which is the current minimum level required to build X. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-01-19config: Remove unnecessary calls from configure.acAlan Coopersmith1-3/+0
PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-01-19config: upgrade to util-macros 1.8 and rely on it to call AC_PROG_CCAlan Coopersmith1-6/+3
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-01-19config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSAlan Coopersmith1-3/+8
Regroup AC statements under the Autoconf initialization section. Regroup AM statements under the Automake initialization section. Add missing AC_CONFIG_SRCDIR Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-01-19config: 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 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2011-09-16Strip trailing whitespaceAlan Coopersmith15-99/+99
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>
2009-12-04liblbxutil-1.1.0liblbxutil-1.1.0Alan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-12-04Add missing notices to COPYING fileAlan Coopersmith1-0/+107
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-12-04Make compatible with xextproto 7.1Alan Coopersmith9-2/+561
Move headers here that used to be in xextproto but are really for liblbxutil functions. Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-11-02Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONSAlan Coopersmith2-14/+9
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-11-02Re-export globals mistakenly made static by c9ad299Alan Coopersmith2-6/+14
These must be visible to lbxproxy Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-02-02Add README with pointers to mailing list, bugzilla & git reposAlan Coopersmith1-8/+23
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-01-28Janitor: ansification, make distcheck, compiler warnings.Paulo Cesar Pereira de Andrade10-69/+55
2008-03-09nuke RCS IdsMatthieu Herrb3-5/+0
2007-12-20Initialize global variables to NULL.Jeremy Huddleston1-6/+6
2007-12-11Changed __DARWIN__ to __APPLE__Jeremy Huddleston2-6/+6
2007-12-06Replace static ChangeLog with dist-hook to generate from git logJames Cloos2-74/+10
2007-09-03Add *~ to .gitignore to skip patch/emacs droppingsJames Cloos1-0/+1
2006-07-13renamed: .cvsignore -> .gitignoreAlan Coopersmith2-0/+0
2006-05-19Bump to 1.0.1liblbxutil-1_0_1XORG-7_1Adam Jackson2-10/+6
2006-03-20Bug #6245: Fix build on Cygwin. (Yaakov Selkowitz)XORG-7_0_99_901Adam Jackson2-1/+6
2005-12-15Update package version number for final X11R7 release candidate.XORG-7_0XORG-6_99_99_904Kevin E Martin2-1/+6
2005-12-03Update package version number for X11R7 RC3 release.XORG-6_99_99_903MODULAR_COPYKevin E Martin2-1/+6
2005-11-19Update pkgconfig files to separate library build-time dependencies fromKevin E Martin2-2/+9
application build-time dependencies, and update package deps to work with separate build roots.
2005-11-09Update package version number for X11R7 RC2 release.XORG-6_99_99_902Kevin E Martin2-1/+6
2005-11-08See ChangeLog entry 2005-11-07 for details.XORG-6_8_99_903XORG-6_8_99_902Kean Johnson1-1/+1
2005-11-01Update pkgcheck dependencies to work with separate build roots.Kevin E Martin2-1/+6
2005-10-19Update package version number for RC1 release.XORG-6_99_99_901Kevin E Martin2-1/+6
2005-10-16rm g3states.h before mv'ing file to overwrite itAlan Coopersmith1-0/+1
2005-10-15Generate g3states.h as needed instead of using BUILT_SOURCES in order toKevin E Martin2-4/+9
pass check-tarball test.
2005-08-03Do PKG_CHECK_MODULES on a unique token instead of on "DEP", so builds withAdam Jackson3-8/+8
a global configure cache don't get confused.
2005-07-30Add prototypes of Xalloc/free functions.XORG-6_99_99_900XORG-6_8_99_901XORG-6_8_99_900Alan Coopersmith2-0/+22
Export ImUtil.h to match modular tree install. Define SVR4 to 1 to avoid warning about redefining to different values. Include missing headers to clear more compiler warnings.
2005-07-30Clear compiler warnings. (Stefan Dirsch)Alan Coopersmith1-0/+3
2005-07-30Add missing library dependencies: Xdmcp: -lsocket (if needed for recvfrom,Alan Coopersmith1-0/+3
such as on Solaris) lbxutil: -lz xkbui: -lm
2005-07-29Various changes preparing packages for RC0:Kevin E Martin1-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
2005-07-16Set soversion to 1.0.0 using -version-number.Daniel Stone1-11/+1
2005-07-14Use "-c" flag to mkg3states to add "const" tags to data tables. (MovesAlan Coopersmith2-1/+7
~135k from unshared/rw data section to shared/ro text section)
2005-07-13Make some minor source adjustments so that we don not need to useXORG-6_8_99_16XORG-6_8_99_15Keith Packard1-0/+1
-D_XOPEN_SOURCE -D_BSD_SOURCE everywhere as this will leak out of the modular environment and into application build processes, potentially foulling up their compiles.
2005-07-12- lib/lbxutil/lbxutil.pc.in: link to lbxutil, not XfixesSøren Sandmann Pedersen1-1/+1
- symlink.sh: add xedit.h, add xedit/lis/mp directory, add xfs - xc/programs/xedit: include "lisp/../xedit.h" instead of xedit/xedit.h - Change include of "foo.h" to <X11/.../foo.h> in various places in xc/programs/lbxproxy and xc/programs/xfs - add build system for xfs - add forgotten lbxproxytrans.c file
2005-07-09Add .cvsignore filesKeith Packard3-0/+34
2005-07-03build fix, x{alloc,free} -> X{alloc,free}XORG-6_8_99_14Adam Jackson1-2/+2
2005-07-03lbxutil doesn't really need <X11/os.h>, so don't ask for it.Adam Jackson3-3/+0
2005-06-30Fix call of mkg3states remove -no-undefined since liblbxutil has externalAlexander Gottwald2-2/+9
references to Xfree and Xalloc
2005-06-28- Remove xfixes.pc.in from lib/lbxutilSøren Sandmann Pedersen1-10/+0
- Add missing backslash in proto/X11/Makefile.am Both pointed out by ISHIKAWA Mutsumi
2005-06-27- Add os.h and misc.h to proto/X11Søren Sandmann Pedersen8-15/+15
- In symlink.sh move os.h and misc.h from xserver/include to proto/X11 - in xc/lib/lbxutil/ do some include-with-<>-instead-of-with-""
2005-06-27Check in lbxutil build systemSøren Sandmann Pedersen12-0/+217
2004-04-23Merging XORG-CURRENT into trunksco_port_update-baserel-0-6-1lg3d-rel-0-7-0lg3d-rel-0-6-2lg3d-baseXORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_7XORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4XORG-6_8_99_3XORG-6_8_99_2XORG-6_8_99_13XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10XORG-6_8_99_1XORG-6_8_2XORG-6_8_1_904XORG-6_8_1_903XORG-6_8_1_902XORG-6_8_1_901XORG-6_8_1XORG-6_8_0XORG-6_7_99_904XORG-6_7_99_903XORG-6_7_99_902XORG-6_7_99_901XORG-6_7_99_2XORG-6_7_99_1XACE-SELINUX-MERGEXORG-6_8-branchEgbert Eich12-12/+12