summaryrefslogtreecommitdiff
path: root/autogen.sh
AgeCommit message (Collapse)AuthorFilesLines
2012-10-19autogen.sh: Honor NOCONFIGURE=1Colin Walters1-1/+3
(Also while we have the patient open, use exec instead of hanging around uselessly in waitpid) http://people.gnome.org/~walters/docs/build-api.txt Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Colin Walters <walters@verbum.org> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2012-10-04configure: Stop using AM_MAINTAINER_MODEAdam Jackson1-1/+1
All this does is make it so editing configure.ac or Makefile.am doesn't rebuild the makefiles. Which is just stupid. v2: Remove --enable-maintainer-mode from autogen.sh Signed-off-by: Adam Jackson <ajax@redhat.com> Reviewed-by: Eric Anholt <eric@anholt.net> Reviewed-by: Dan Nicholson <dbn.lists@gmail.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Keith Packard <keithp@keithp.com>
2008-07-22autogen.sh: Pass --force to autoreconfDaniel Stone1-2/+2
Ensure we get all files installed when running autoreconf by passing --force to overwrite previously-generated ones, which fixes running it from tarballs. Also revert Peter's local changes to pass arguments to configure, all of which are the default now anyway, AIUI.
2007-07-10DeliverEventsToWindow: ensure that genericMask has a defined value.Peter Hutterer1-1/+1
2007-03-14kdrive: update kdrive to new mi API with additional device argument. IncludesPeter Hutterer1-1/+1
an update of ati_cursor.c and i810_cursor.c
2007-03-01dix: Remove InitSprite, work can be done by InitializeSprite.Peter Hutterer1-1/+1
Free sprite struct if a spriteOwner is paired. xfree86: Use PairDevices instead of passing booleans around when creating a sprite. Xext: Switch back to using LookupPointer/KeyboardDevice instead of inputInfo.xyz.
2005-07-01Use canonical autogen.sh, which supports srcdir != objdir autogen.Daniel Stone1-1/+10
2005-07-01Adding initial build system.Daniel Stone1-0/+3