summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Update README for gitlab migrationAlan Coopersmith2018-11-161-1/+1
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Remove left over $(launchagents_DATA) in CLEANFILESGaetan Nadon2015-02-161-1/+1
| | | | | | | | This was left over when reorganizing layout of launchd sources in commit 567f59d3f8189b92bc46e2af1260f9340f462bdb Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* DIST_SUBDIRS is not required when using AM_CONDITIONALsGaetan Nadon2011-06-191-7/+5
| | | | | | | | | | LAUNCHD is an Automake conditional which means that Automake will traverse the launchd directory when running the dist target. http://www.gnu.org/software/automake/manual/automake.html One less variables to maintain. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* Move man pages in the man directoryGaetan Nadon2011-06-181-21/+5
| | | | | | | Now that the cpp tool is no longer needed, normalize the man pages build. Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* Use XORG_MANPAGE_SECTIONS rather than cpprules.in to build man pagesGaetan Nadon2011-06-181-6/+15
| | | | | | | | | | | | As for all other manpages, use sed rather than the C preprocessor from the Imake days. Use SCOMAN Automake variable and groff .if for conditional text We can therefore remove ARCHMANDEFS Remove man page related code from cpprules.in Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* Rename launchd-id-prefix to bundle-id-prefixJeremy Huddleston2011-05-111-1/+1
| | | | | | It's used many other places than just for launchd. Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
* launchd: Reorganized layout of launchd sourcesJeremy Huddleston2011-04-251-9/+3
| | | | Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
* Remove OS/2 leftoversMikhail Gusarov2010-04-261-1/+1
| | | | | Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon2009-11-261-1/+2
| | | | | Now that the INSTALL file is generated. Allows running make maintainer-clean.
* INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon2009-11-141-2/+5
| | | | | | | Add missing INSTALL file. Use standard GNU file on building tarball README may have been updated Remove AUTHORS file as it is empty and no content available yet. Remove NEWS file as it is empty and no content available yet.
* Makefile.am: do not include autogen.sh in distribution #24183Gaetan Nadon2009-11-141-1/+1
| | | | This is a private build script that should not be distributed
* make XINITDIR configurable at build-time, default is unchangedRémi Cardona2009-10-131-2/+0
| | | | Signed-off-by: Rémi Cardona <remi@gentoo.org>
* Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONSAlan Coopersmith2009-10-031-1/+2
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* launchd: Include LAUNCHD_ID_PREFIX in the socket name for reverse lookup to ↵Jeremy Huddleston2009-09-031-1/+1
| | | | tell which launchd id owns $DISPLAY
* launchd: Added --with-launchd-id-prefix option to set non-standard launchd ↵Jeremy Huddleston2009-09-021-2/+6
| | | | id prefix (org.x is still default)
* Correct make distcheck for recent git versions.Paulo Cesar Pereira de Andrade2009-01-211-2/+2
|
* Fix build of startx & xinitrc with Solaris makeAlan Coopersmith2008-08-051-3/+0
| | | | | For some reason, having the dependencies explictly listed causes it to ignore the suffix implicit rule for .cpp.
* Apple: Don't use launchd on Tiger since it doesn't support the features we need.Jeremy Huddleston2008-05-281-4/+0
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=15893
* Apple: Added some OSX version protection, so this will still compile on ↵Jeremy Huddleston2008-04-251-1/+1
| | | | Tiger and below.
* Apple: Added privileged_startxJeremy Huddleston2008-04-171-2/+6
|
* Apple: Renamed LaunchAgent to org.x.startx to distinguish it from the ↵Jeremy Huddleston2008-04-051-2/+2
| | | | org.x.X11 application
* Added org.x.X11.plist.cpp to EXTRA_DISTJeremy Huddleston2008-02-161-1/+1
|
* OS-X: Added argv[0] hack for finding Xquartz UI and icon as well as claiming ↵Jeremy Huddleston2007-12-161-9/+13
| | | | | | its dock icon Partially removes need for x11-exec on OS-X. We still need to handle options set in defaults.
* Added Apple launchd supportJeremy Huddleston2007-12-151-38/+10
|
* Add missing PHONY line for automatic ChangeLog generationJames Cloos2007-12-061-0/+2
|
* Replace static ChangeLog with dist hook to generate from git logAlan Coopersmith2007-05-211-1/+5
|
* Stop hardcoding /usr/X11R6/bin in manpage examplesAlan Coopersmith2006-11-061-0/+1
|
* Change *man_SOURCES ==> *man_PRE to fix autotools warnings.MODULAR_COPYKevin E Martin2005-12-061-3/+3
|
* Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4Alan Coopersmith2005-11-281-1/+1
| | | | update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
* Make the programs used in the xinit scripts configurable.Kevin E Martin2005-11-151-1/+11
|
* Add settings for SHELL_CMD & ARCHMANDEFS to match monolith changes for bugXORG-6_99_99_902Alan Coopersmith2005-11-101-3/+8
| | | | | | | #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.
* Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions toAlan Coopersmith2005-10-171-1/+1
| | | | work better with BSD make
* Use cpp to substitute variables in man pagesAlan Coopersmith2005-10-161-6/+43
|
* Don't define HAS_COOKIE_MAKER if mcookie wasn't found.Alan Coopersmith2005-10-111-1/+1
|
* Define HAS_COOKIE_MAKER and search for mcookie so startx will generateDaniel Stone2005-08-291-1/+1
| | | | xauth tokens for the servers it starts.
* Bugzilla #4045: Do a missed replacement of @@ with \ in startx.Eric Anholt2005-08-111-1/+1
| | | | Submitted by: David Schleef <ds@schleef.org>
* Move manpages to section 1.Daniel Stone2005-07-231-1/+1
|
* Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a globalAdam Jackson2005-07-201-2/+2
| | | | configure cache, you cache it, and the cached value is probably wrong.
* x11perf/Makefile.am: xinit/Makefile.am: xvidtune/Makefile.am:Alan Coopersmith2005-07-161-2/+2
| | | | | | | | | - Replace $< with portable macro xinit/Makefile.am: xinit/configure.ac: xvidtune/Makefile.am: xvidtune/configure.ac: - Use more portable cpp invocations for pre-processing files xfs/configure.ac: - Add XTRANS_CONNECTION_FLAGS so xtrans transport type defines are set correctly
* Build system for xinitSøren Sandmann Pedersen2005-07-051-0/+50