summaryrefslogtreecommitdiffstats
path: root/config.mk.in
Commit message (Collapse)AuthorAgeFilesLines
* Remove all the Makefilesneilbrown2005-12-201-97/+0
|
* From: Kevin Coffman <kwc@citi.umich.edu>neilbrown2005-08-261-1/+0
| | | | | | | | | | | Consolidate some of the Kerberos checking instead of repeating the same things for MIT and Heimdal. Also adds more checks to distinguish 32-bit from 64-bit (mainly for gssapi.h) Fix svcgssd Makefile so make TOP=../../ works correctly there. Enable running a modern autoheader. (Requires that autoconf be run to regenerate configure script.)
* Add gss support from citi @ umichneilbrown2004-10-191-0/+4
|
* statd cleanupneilbrown2003-07-041-0/+1
|
* new man page - nfsd.7neilbrown2003-07-031-0/+2
|
* 2001-06-27 H.J. Lu <hjl@lucon.org>hjl2001-06-271-7/+11
| | | | | | | | | | | | | | | | | | | | * 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.
* 2001-04-18 H.J. Lu <hjl@lucon.org>hjl2001-04-181-3/+8
| | | | | | | | | | | | | | | | | | | | * nfs-utils.spec.in: Support cross build. * nfs-utils.spec: Regenerated. (Release): Set to 4. * config.sub: New. * config.guess: New. * config.mk.in (BUILD_CC): New. (CC): Set to $(BUILD_CC) if BUILD is defined. (AR): Set to @AR@. (LD): Set to @LD@. (RANLIB): Set to @RANLIB@. * configure.in: Check BUILD_CC, RANLIB, AR and LD. * configure: Regenerated. * tools/rpcgen/Makefile (BUILD): Set to true.
* 2000-08-25 H.J. Lu <hjl@lucon.org>hjl2000-08-251-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * support/include/tcpwrapper.h: New for the tcp wrapper support. * support/misc/Makefile: Likewise. * support/misc/from_local.c: Likewise. * support/misc/tcpwrapper.c: Likewise. * aclocal.m4 (AC_TCP_WRAPPER): New. * configure.in: Use it. Substitute LIBWRAP. * configure: Rebuilt. * config.mk.in (LIBNSL): New. (LIBWRAP): Likewise. * support/Makefile (SUBDIRS): Add misc. * support/lib/Makefile (LIBS): Add libmisc.a. * utils/rquotad/Makefile (LIBS): Add -lmisc $(LIBWRAP) $(LIBNSL) * utils/statd/Makefile (LIBS): Likewise. * utils/rquotad/rquota_svc.c: Include "tcpwrapper.h" if HAVE_TCP_WRAPPER is defined. (rquotaprog_1): Call check_default () if HAVE_TCP_WRAPPER is defined. Reject an RPC call if check_default () fails. * utils/statd/statd.c: Include "tcpwrapper.h" if HAVE_TCP_WRAPPER is defined. (sm_prog_1_wrapper): New. A wrapper for sm_prog_1. Call check_default () before calling sm_prog_1 (). Define it as sm_prog_1_wrapper if HAVE_TCP_WRAPPER is defined.
* Strip all binaries on installation, even suids.chip2000-02-261-1/+2
| | | | Add new INSTALLSCRIPT macro.
* 1. Added nfs-utils.spec.in.hjl1999-12-061-1/+1
| | | | 2. Updated for 0.1.4.
* Use $(CC) as set by configure.chip1999-12-041-1/+1
|
* Initial revisionhjl1999-10-181-0/+79