summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)AuthorFilesLines
2012-01-30Use native formatHEADmasterIgor Pashev1-0/+1
2012-01-27Test for features.hIgor Pashev1-0/+2
2009-05-12More license updatesAndreas Gruenbacher1-5/+3
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.
2009-03-11Fix wrong license noticesAndreas Gruenbacher1-1/+1
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>
2009-03-10Add copyright and license notices to lots of filesAndreas Gruenbacher1-0/+17
Signed-off-by: Andreas Gruenbacher <agruen@suse.de>
2009-03-10More libtoolize fixesAndreas Gruenbacher1-0/+1
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>
2009-02-27Automake and libtool fixesAndreas Gruenbacher1-0/+3
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>
2008-06-30Undoes mod: master-melb:xfs-cmds:31373aBarry Naujok1-2/+0
Undo AC_PROG_LIBTOOL - broken Merge of master-melb:xfs-cmds:31374a by kenmcd.
2008-06-30Add AC_PROG_LIBTOOL to configure fileBarry Naujok1-0/+2
Merge of master-melb:xfs-cmds:31373a by kenmcd. Add AC_PROG_LIBTOOL
2006-04-04fix lib64 installsTim Shimmin1-0/+6
Merge of master-melb:xfs-cmds:25657a by kenmcd.
2003-04-29Bunch of configure updates for acl/attr to allow packages to better beNathan Scott1-199/+3
kept in sync in this area. Add an aclocal.m4 build target for top level directory.
2003-04-14attr/acl configure.in fixups, also removed the COMPAT_XFSROOT hack andNathan Scott1-22/+50
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.
2003-04-07configure.in patch from Andreas re default configure paths.Nathan Scott1-0/+2
2003-03-31Minor userspace build changes, keeping packages in sync.Nathan Scott1-25/+29
2003-02-25New attr userspace package - transition to the trusted namespace for XFS,Nathan Scott1-0/+5
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.
2002-11-30attr package I18N changes.Nathan Scott1-15/+45
2002-08-23trivial change allowing LIBTOOL var to specify where libtool lives, justNathan Scott1-2/+2
the same as we do for other build tools.
2002-07-16Use rpmbuild for building rpmsEric Sandeen1-5/+18
2002-07-05Build infrastructure updates so that configure options can be used toNathan Scott1-45/+9
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.
2002-02-272.0.2 - add in S/390 system call numbers from Martin Schwidefsky;Nathan Scott1-1/+1
revert IA64 syscall numbering after further mail with David Mosberger (apparently sys_tkill will be moved).
2001-08-04don't use -f to "hostname", its not portable.Nathan Scott1-1/+1
2001-07-24fix the AC_ARG_ENABLE macro for --enable-shared.Dean Roehrich1-1/+1
2001-07-16updates to integrate libtool into the build throughout the package.Nathan Scott1-1/+18
2001-06-12use . ./VERSION rather than . VERSIONIvan Rayner1-1/+1
2001-05-07in the absence of any compeling information to suggest otherwise, fallNathan Scott1-1/+1
back to installing man pages in /usr/share/man, rather than /usr/man.
2001-01-29fix use of potentially uninitialised variable in deciding where to putNathan Scott1-0/+1
man pages and how to build them.
2001-01-15initial version for reworked extended attributes build environment.Nathan Scott1-0/+155