summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2010-09-23config: Remove unnecessary calls from configure.acAlan Coopersmith
AC_PROG_CC, AC_PROG_SED, & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS 1.8 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-09-23config: update AC_PREREQ statement to 2.60Gaetan Nadon
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>
2010-08-21Merge remote branch 'origin/master' into obsdMatthieu Herrb
2010-07-12launchd: Explicitly search /sbinJeremy Huddleston
Previously, launchd wasn't found if /sbin wasn't in the user's PATH. https://bugs.freedesktop.org/show_bug.cgi?id=29028 Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
2010-04-24Merge remote branch 'origin/master' into obsdMatthieu Herrb
Conflicts: xinitrc.cpp
2010-04-13Use signals from Unix98 and drop pre-POSIX compatibilityMikhail Gusarov
Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-04-13killpg(2) is in Unix98Mikhail Gusarov
Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-04-13Simplify environment juggling by using fork() instead of vfork()Mikhail Gusarov
xinit used to copy process environment in order to give client correct DISPLAY and WINDOWPATH variables. It was not possible to do it in client process because it was vforked, not forked. As vfork() usage was not entirely correct (manpage specifies that behaviour is undefined if there are any memory modifications between vfork and exec), switch to fork(), move setting environment variables to client process and and drop all the manual mucking with environment. Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-04-03Merge remote branch 'origin/master' into obsdMatthieu Herrb
2010-03-15Update to version 1.2.1 for release.xinit-1.2.1Jeremy Huddleston
Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
2009-12-20Merge remote branch 'origin/master' into obsdMatthieu Herrb
2009-11-21Merge remote branch 'origin/master' into obsdMatthieu Herrb
2009-11-14Deploy the new XORG_DEFAULT_OPTIONS #24242Gaetan Nadon
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-14xinit 1.2.0xinit-1.2.0Rémi Cardona
Signed-off-by: Rémi Cardona <remi@gentoo.org>
2009-11-01Merge remote branch 'origin/master' into obsdMatthieu Herrb
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-14Merge remote branch 'origin/master' into obsdMatthieu Herrb
Conflicts: Makefile.am configure.ac
2009-10-13make XINITDIR configurable at build-time, default is unchangedRémi Cardona
Signed-off-by: Rémi Cardona <remi@gentoo.org>
2009-10-04Merge remote branch 'origin/master' into obsdMatthieu Herrb
Conflicts: xinit.c xinitrc.cpp
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-05Merge commit 'origin/master' into obsdMatthieu Herrb
2009-09-02launchd: Added --with-launchd-id-prefix option to set non-standard launchd ↵Jeremy Huddleston
id prefix (org.x is still default)
2009-02-04Merge commit 'origin/master' into obsdMatthieu Herrb
2009-01-21Correct make distcheck for recent git versions.Paulo Cesar Pereira de Andrade
2008-12-20Merge commit 'origin/master' into obsdMatthieu Herrb
2008-12-17xinit 1.1.1xinit-1.1.1Jeremy Huddleston
2008-11-29Merge branch 'obsd' of ssh://xenocara.org/git/xenocara/app/xinit into obsdMatthieu Herrb
Conflicts: configure.ac xinit.c xinitrc.cpp
2008-11-29Merge commit 'origin/master' into obsdMatthieu Herrb
Conflicts: configure.ac xinit.c xinitrc.cpp
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-20Merge xinit 1.0.8Matthieu Herrb
2008-04-17Apple: Added privileged_startxJeremy Huddleston
2008-03-08OpenBSD: use openssl rand -hex 16 to generate the cookie.Matthieu Herrb
2008-03-08OpenBSD: use openssl rand -hex 16 to generate the cookie.Matthieu Herrb
2008-03-08merge conflictsMatthieu Herrb
2008-03-08Add configure options to specify the default window manager and applicationsMatthieu 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