summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2009-10-21This is not a GNU project, so declare it foreign.Jeremy Huddleston
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-17Use platform-specific X server names in man pages for cygwin & darwinAlan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> Tested-by: Jon TURNEY <jon.turney@dronecode.org.uk>
2009-10-13make XINITDIR configurable at build-time, default is unchangedRémi Cardona
Signed-off-by: Rémi Cardona <remi@gentoo.org>
2009-10-03Purge ancient server names from help, add newer server names insteadAlan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-10-03Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONSAlan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-09-02launchd: Added --with-launchd-id-prefix option to set non-standard launchd ↵Jeremy Huddleston
id prefix (org.x is still default)
2009-01-21Correct make distcheck for recent git versions.Paulo Cesar Pereira de Andrade
2008-12-17xinit 1.1.1xinit-1.1.1Jeremy Huddleston
2008-11-27OSX: Create privleged_startx on TigerJeremy Huddleston
Launchd in Tiger doesn't support OnDemand loading, so this is a KeepAlive idle daemon on Tiger.
2008-06-12xinit 1.1.0xinit-1.1.0Adam Jackson
2008-05-28Apple: Don't use launchd on Tiger since it doesn't support the features we need.Jeremy Huddleston
https://bugs.freedesktop.org/show_bug.cgi?id=15893
2008-05-21xinit 1.0.9xinit-1.0.9Adam Jackson
2008-05-13Use /bin/ksh instead of /bin/sh on SolarisAlan Coopersmith
2008-05-13Use od on /dev/random to generate cookie on SolarisAlan Coopersmith
2008-04-25Apple: Added some OSX version protection, so this will still compile on ↵Jeremy Huddleston
Tiger and below.
2008-04-17Apple: Added privileged_startxJeremy Huddleston
2008-03-08OpenBSD: use openssl rand -hex 16 to generate the cookie.Matthieu Herrb
2008-03-06xinit 1.0.8xinit-1.0.8Adam Jackson
2008-02-05Unbreak installs on non-launchd systemsDavid Nusinow
Thanks to cjb for running the tinderbox that spotted this breakage.
2007-12-21Define APPLE for the rest of usroot
APPLE was only defined when, well on an APPLE. However Makefile.am unconditionally required it. Hence define APPLE to false when we're not on an APPLE. Found by: Tinderbox
2007-12-16OS-X: Added argv[0] hack for finding Xquartz UI and icon as well as claiming ↵Jeremy Huddleston
its dock icon Partially removes need for x11-exec on OS-X. We still need to handle options set in defaults.
2007-12-15Changed x11-exec to actually start X11.app. X11.app will be responsible for ↵Jeremy Huddleston
calling xinit.
2007-12-15Added Apple launchd supportJeremy Huddleston
2007-09-28Merge branch 'master' of ssh://herrb@git.freedesktop.org/git/xorg/app/xinitMatthieu Herrb
2007-09-28Use /dev/arandom instead of /dev/urandom to generate the cookieMatthieu Herrb
on OpenBSD. Problem noticed by Joerg Sonnenberger. Thanks.
2007-09-17Bumped version to 1.0.7.xinit-1.0.7Tilman Sauerbeck
2007-09-15Bump to 1.0.6xinit-1.0.6Matthieu Herrb
2007-09-15MKCOOKIE program for OpenBSD.Matthieu Herrb
2007-09-05Bump version to 1.0.5.xinit-1.0.5Eric Anholt
2007-05-21Version bump: 1.0.4xinit-1.0.4Alan Coopersmith
2007-05-21Remove support for pre-POSIX-1990 platformsAlan Coopersmith
2006-10-13Bump to 1.0.3xinit-1.0.3Adam Jackson
2006-04-30Quote MCOOKIE to allow to specify a command with args (ieMatthieu Herrb
MCOOKIE="/usr/sbin/openssl rand -hex 16" ./configure ...)
2006-04-02Bump to 1.0.2.xinit-1_0_2XORG-7_1Adam Jackson
2005-12-21Update package version for X11R7 release.XORG-7_0Kevin E Martin
2005-12-15Update package version number for final X11R7 release candidate.XORG-6_99_99_904Kevin E Martin
2005-12-03Add m4 magic to allow AS_HELP_STRING to work with older versions ofXORG-6_99_99_903Kevin E Martin
autoconf 2.57.
2005-12-03Update package version number for X11R7 RC3 release.Kevin E Martin
2005-11-15Make the programs used in the xinit scripts configurable.Kevin E Martin
2005-11-10Add settings for SHELL_CMD & ARCHMANDEFS to match monolith changes for bugXORG-6_99_99_902Alan Coopersmith
#3180. AC_DEFINE(XORG,...) so it is listed as available server in xinit help output. Update cpp -D flags to match monolith changes for bug #3180.
2005-11-09Update package version number for X11R7 RC2 release.Kevin E Martin
2005-10-19Update package version number for RC1 release.XORG-6_99_99_901Kevin E Martin
2005-10-16Use cpp to substitute variables in man pagesAlan Coopersmith
2005-10-11Don't define HAS_COOKIE_MAKER if mcookie wasn't found.Alan Coopersmith
2005-08-29Bump to 0.99.1.Daniel Stone
2005-08-29Define HAS_COOKIE_MAKER and search for mcookie so startx will generateDaniel Stone
xauth tokens for the servers it starts.
2005-08-11Set CSRG_BASED for BSD systems so the build succeeds.Eric Anholt
2005-07-29Various changes preparing packages for RC0:XORG-6_99_99_900Kevin E Martin
- 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-26Use AC_TYPE_SIGNAL and AC_FUNC_VFORK to replace Imake's SIGNAL_DEFINES andAlan Coopersmith
-DHAS_VFORK
2005-07-20Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a globalAdam Jackson
configure cache, you cache it, and the cached value is probably wrong.