summaryrefslogtreecommitdiffstats
path: root/aclocal
Commit message (Collapse)AuthorAgeFilesLines
* Look in lib64 for gss libs aswell.Neil Brown2007-03-161-0/+2
| | | | | | On distros that support 32 and 64bit userspace, we need to look a bit more broadly for libraries (taken from Redhat sources for RHEL5 - thanks).
* Fix silly bug with tcp-wrappers checkNeil Brown2007-02-271-1/+1
| | | | | | A stray '$'. Signed-off-by: Neil Brown <neilb@suse.de>
* Touch up some of the autotools filesKevin Coffman2007-02-091-1/+8
| | | | | | | | | | | | | | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Kevin Coffman <kwc@citi.umich.edu> this patch touches up the autotool code a bit in nfs-utils: - run autogen.sh with -e so if something fails, it'll abort properly - set ACLOCAL_AMFLAGS so that when running autoreconf or when autotools re-runs itself, the m4 files are found properly - make sure we include bsdsignals.m4 in the final tarball - add some cross-compiling fallback logic to bsdsignals.m4 so that when cross-compiling nfs-utils, the configure is a bit more nice than simply: checking for BSD signal semantics... configure: error: cannot run test program while cross compiling Signed-off-by: Neil Brown <neilb@suse.de>
* Enable tcpwrappers by defaultNeil Brown2007-02-051-13/+11
| | | | This used to be the default but we lost it at about 1.0.8
* Only use -rpath for Kerberos libs when actually needed.Neil Brown2006-07-061-0/+12
| | | | Avoid usage of -rpath is generally safer, and is required by Debian policy.
* 2006-04-10 "Kevin Coffman" <kwc@citi.umich.edu>neilbrown2006-04-101-0/+4
| | | | | Update aclocal/tcp-wrappers.m4 to define HAVE_LIBWRAP and HAVE_TCP_WRAPPERS as appropriate.
* Find krb5-config on SuSE 10neilbrown2006-03-261-0/+2
| | | | | SuSE 10.0 puts krb5-config in yet another obscure location. Look for it there and use it if found.
* Autogen updateneilbrown2005-12-204-0/+189