summaryrefslogtreecommitdiffstats
path: root/utils/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* Remove **/Makefile.in, aclocal.m4, configure, andNeil Brown2006-04-171-532/+0
| | | | | | support/include/config.h.in from source control These are auto autogenerated by aclocal -I aclocal ; autoheader ; automake ; autoconf
* 2006-04-10 "Kevin Coffman" <kwc@citi.umich.edu>neilbrown2006-04-101-0/+2
| | | | | Check for sufficient version of librpcsecgss and libgssapi in configure.in
* 2006-04-10 "Kevin Coffman" <kwc@citi.umich.edu>neilbrown2006-04-101-0/+2
| | | | | Update aclocal/tcp-wrappers.m4 to define HAVE_LIBWRAP and HAVE_TCP_WRAPPERS as appropriate.
* aclocal/autoconf/automake, properly this time.neilbrown2006-03-281-0/+4
|
* Fix up the svcgss mess I made, and run autoconf/automakeneilbrown2006-03-271-2/+2
|
* More automake stuffneilbrown2005-12-201-10/+520
|
* Added TOP, as needed, for easier compile in subdirectoriesgmorris2005-04-121-0/+1
|
* Add gss support from citi @ umichneilbrown2004-10-191-1/+1
|
* Prepare to support gss authentication and idmap looks for nfsv4neilbrown2004-09-151-1/+1
|
* 2001-10-08 Chip Salzenberg <chip@pobox.com>chip2001-10-081-0/+3
| | | | | | * utils/Makefile.in: Remove Makefile in target 'distclean'. * utils/mountd/mountd.man: Update paths to /var/lib. * debian/*: Version 0.3.3-1, with Debian-specific fixes.
* 2001-06-27 H.J. Lu <hjl@lucon.org>hjl2001-06-271-0/+10
* config.mk.in (CC_FOR_BUILD): Renamed from BUILD_CC. (CFLAGS_FOR_BUILD): New. Don't use @CFLAGS@. * configure.in (enable_nfsv3): Set to yes by default. (--enable-rquotad): Added (AC_PROG_CXX): Removed. (AC_OUTPUT): Add utils/Makefile. (CC_FOR_BUILD): Renamed from BUILD_CC. * configure: Regenerated. * utils/Makefile: Removed. * utils/Makefile.in: New. * nfs-utils.spec.in (rquotad): New. Set to 0 to disable rquotad. (CC_FOR_BUILD): Renamed from BUILD_CC.