Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Clarify some license notices to specifically refer to GPLv2+ instead of only
referring to GPL without version. (Most of the sloppy license headers slipped
in unnoticed; the changes were acked by Felix Blyakher <felixb@sgi.com> on
behalf of SGI on 8 April 2009.)
Add license headers to a number of small files which were only licenses as
GPLv2+ implicitly so far.
Refer to this package as "this program" rather than "Attr" throughout the
license notices; this simplifies sharing files among packages.
|
|
Some of the license notices added in commit f36cdfd are wrongly referring
to GPLv2.1. This is wrong; the proper licenses that the notices should refer
to are GPLv2, and LGPLv2.1. Fix this mistake.
Signed-off-by: Andreas Gruenbacher <agruen@suse.de>
|
|
Signed-off-by: Andreas Gruenbacher <agruen@suse.de>
|
|
Recent versions of libtool behave slightly differently, which causes some
breakage in how libtoolize was used here. Make sure that libtoolize adds
the auxiliary files (config.guess and config.sub).
Move install-sh into include/ so that libtoolize does not destroy it.
Split up the ``make clean'' and ``make distclean'' targets: the former
removes all files generated during a build. The latter removes all
files generated by libtoolize, autoconf, and configure as well.
Signed-off-by: Andreas Gruenbacher <agruen@suse.de>
|
|
Remove aclocal.m4 from the repository and generate it when needed.
Add the AC_PROG_LIBTOOL autoconf macro and use libtoolize according to
the libtool info pages.
Signed-off-by: Andreas Gruenbacher <agruen@suse.de>
|
|
Undo AC_PROG_LIBTOOL - broken
Merge of master-melb:xfs-cmds:31374a by kenmcd.
|
|
Merge of master-melb:xfs-cmds:31373a by kenmcd.
Add AC_PROG_LIBTOOL
|
|
Merge of master-melb:xfs-cmds:25657a by kenmcd.
|
|
kept in sync in this area.
Add an aclocal.m4 build target for top level directory.
|
|
implemented Andreas' suggestion which allows us to dynamically figure
out which is the right namespace (xfsroot/trusted).
attr package configure fixes, rework xfsroot/trusted namespace detection.
|
|
|
|
|
|
Add in the new attribute copying routines from Andreas, and also update
the license info in the syscall man pages so that other folks can use em
too.
|
|
|
|
the same as we do for other build tools.
|
|
|
|
specify paths rather than semi-hard-coded path names controlled by the
PREFIX/ROOT_PREFIX environment variables; eg. now allows /lib64 and
/lib32 as alternate library install paths, which some folks need.
|
|
revert IA64 syscall numbering after further mail with David Mosberger
(apparently sys_tkill will be moved).
|
|
|
|
|
|
|
|
|
|
back to installing man pages in /usr/share/man, rather than /usr/man.
|
|
man pages and how to build them.
|
|
|