- 03 Apr, 2022 1 commit
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 09 Jan, 2022 1 commit
-
-
Alan Coopersmith authored
Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 08 Dec, 2021 2 commits
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 17 Nov, 2020 2 commits
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Fixes: 20978_58 from https://cyber-itl.org/2020/10/28/citl-7000-defects.html Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 22 Nov, 2018 1 commit
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 17 Nov, 2018 1 commit
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 26 Jan, 2017 3 commits
-
-
Signed-off-by:
Mihail Konev <k.mvc@ya.ru>
-
Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent fall-outs, when they contain space. Signed-off-by:
Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by:
Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
Syncs the invocation of configure with the one from the server. Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by:
Emil Velikov <emil.velikov@collabora.com>
-
- 03 Jun, 2014 2 commits
-
-
Alan Coopersmith authored
See http://people.gnome.org/~walters/docs/build-api.txt Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 25 Sep, 2013 1 commit
-
-
Gaetan Nadon authored
With later versions of Autotools, it is an error to have AC_CONFIG_MACRO_DIR([m4]) without having the m4 directory created. For rstart, there are no custom macros and it does not use libtool. This statement can then be deleted. Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
- 23 Sep, 2013 1 commit
-
-
Gaetan Nadon authored
There should be not brackets around sysconfdir. Note that the value is "${prefix}/etc" and can only be used later in Makefile.am. Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
- 22 Aug, 2013 1 commit
-
-
Gaetan Nadon authored
These were treated as _DATA and installed with -m 644 option on the /usr/bin/install program. Use _SCRIPTS Automake constructs for scripts. Reviewed-by:
Julien Cristau <jcristau@debian.org> Tested-by:
Julien Cristau <jcristau@debian.org> Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
- 11 Feb, 2013 1 commit
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 04 Jan, 2013 2 commits
-
-
Egbert Eich authored
Change the config file location from a hard coded path to what is set during build. Signed-off-by:
Egbert Eich <eich@freedesktop.org> Reviewed-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Egbert Eich authored
Most X packages today install their config files in sysconfigdir, only a few are left which still put their configuration in libdir. Fix and consolidate setting of the config dir in one place. Signed-off-by:
Egbert Eich <eich@freedesktop.org> Reviewed-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 23 Aug, 2012 1 commit
-
-
Eric S. Raymond authored
These changes enable structural translation to DocBook. Signed-off-by:
Eric S. Raymond <esr@thyrsus.com>
-
- 11 Mar, 2011 1 commit
-
-
Alan Coopersmith authored
Solaris make won't substitute $< in explicit rules, only implicit ones Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 28 Jan, 2011 15 commits
-
-
Gaetan Nadon authored
No functional change, applying standard statements and commenting. http://wiki.x.org/wiki/NewModuleGuidelines Reviewed-by:
Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
Gaetan Nadon authored
It depends on xproto which does not provide libraries. Reviewed-by:
Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
Gaetan Nadon authored
Complete the pattern of having targets in subdirs Reviewed-by:
Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
Gaetan Nadon authored
This was part of the FIXME code removed earlier. The information was read from the @Aliases file, but it has not changed for the past 8 years. If it does change, the makefile will need to be updated. The links are broken in 1.0.2 and restored in 1.0.3 Reviewed-by:
Alan Coopersmith <alan.coopersmith@oracle.com> Using Automake, these links are now properly removed when uninstalling. Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
Gaetan Nadon authored
For now, simply distribute the files, the troff docs will get converted to DocBook/XML. Reviewed-by:
Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
Gaetan Nadon authored
In this case, simply distribute the samples, no installation Reviewed-by:
Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
Gaetan Nadon authored
This replaces the *FIXME* shell code which "generates in place" the contexts files rather than doing a proper installation using the $INSTALL automake specified program. Using Automake, we can now "uninstall" the commands. The links in @Aliases will be dealt with in following patches, in case in turns out they are not needed. Reviewed-by:
Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
Gaetan Nadon authored
This replaces the *FIXME* shell code which "generates in place" the commands rather than doing a proper installation using the $INSTALL automake specified program. Using Automake, we can now "uninstall" the commands. Reviewed-by:
Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
Gaetan Nadon authored
Their value is hard coded in the Makefile and cannot be changed at build time. The ENVPREFIX instance in install-data-hook will be handled later. Reviewed-by:
Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
Gaetan Nadon authored
A simple sed substitution will do for config values Reviewed-by:
Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
Gaetan Nadon authored
Use @RSH@ from autconf to obtain the rsh command value. Reviewed-by:
Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
Gaetan Nadon authored
Use @rstartdir@ from autconf to obtain the $libdir/X11/rstart value. Reviewed-by:
Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
Gaetan Nadon authored
The value of BINDIR and LIBDIR are always identical. There are no configure option to change it. These are not bindir and libdir from automake, the value is always $libdir/X11/rstart. Reviewed-by:
Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
Gaetan Nadon authored
The server name, rstartd, is hard coded in the makefile and there are no configure options to change it. Reviewed-by:
Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
Gaetan Nadon authored
There are numerous places where the rstart lib directory is needed. One of the 4 strings is used, all have the same value: rstart_serverdir $(libdir)/X11/rstart configdir DATA_DIR There are no configure options to let user assign a different directory for one of the places where the value is needed. The patch assigns a new value called rstartdir to represent the root dir from where files and other directories are created. Because it ends with "dir" it can be used as a prefix to primary variables such as PROGRAMS or DATA. Reviewed-by:
Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
- 14 Jan, 2011 1 commit
-
-
Gaetan Nadon authored
Use services provided by XORG_MANPAGE_SECTIONS. Use standard Makefile for man pages. Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
- 13 Jan, 2011 1 commit
-
-
Gaetan Nadon authored
Using s/[ \t]*$// Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
- 12 Jan, 2011 1 commit
-
-
Gaetan Nadon authored
This silences an Autoconf warning
-
- 30 Oct, 2010 1 commit
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-