home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1996 May / PCOnline_05_1996.bin / linux / source / n / tcpip / netkit-a.06 / netkit-a / NetKit-A-0.06 / nfs-server-2.0 / configure.in < prev    next >
Encoding:
Text File  |  1993-11-21  |  990 b   |  46 lines

  1. dnl Process this file with autoconf to produce a configure script.
  2. dnl
  3. AC_INIT(nfsd.c)
  4. AC_CONFIG_HEADER(config.h)
  5. AC_PROG_CC
  6. # If we're using gcc, we want warning flags
  7. test -n "$GCC" &&
  8.   WARNFLAGS=-Wall RPC_WARNFLAGS="-Wno-unused -Wno-switch -Wno-uninitialized"
  9. AC_SUBST(WARNFLAGS)
  10. AC_SUBST(RPC_WARNFLAGS)
  11. AC_PROG_CPP
  12. AC_PROG_RANLIB
  13. AC_PROG_RPCGEN
  14. AC_RPCGEN_C
  15. AC_RPCGEN_I
  16. AC_GCC_TRADITIONAL
  17. AC_AIX
  18. AC_MINIX
  19. AC_ISC_POSIX
  20. AC_PROG_INSTALL
  21. AC_NOBODY
  22. AC_CONST
  23. AC_VPRINTF
  24. AC_STDC_HEADERS
  25. AC_DIR_HEADER
  26. AC_XENIX_DIR
  27. AC_RETSIGTYPE
  28. AC_ST_BLKSIZE
  29. AC_ST_BLOCKS
  30. AC_ST_RDEV
  31. AC_STAT_MACROS_BROKEN
  32. AC_UID_T
  33. AC_MODE_T
  34. AC_GETGROUPS_T
  35. AC_UTIME_NULL
  36. AC_MAJOR_HEADER
  37. AC_HAVE_HEADERS(unistd.h string.h memory.h fcntl.h syslog.h sys/file.h sys/time.h utime.h)
  38. AC_ALLOCA
  39. AC_HAVE_LIBRARY(-lnsl)
  40. AC_HAVE_LIBRARY(-lsocket)
  41. AC_REPLACE_FUNCS(strerror realpath mkdir rename utimes strdup strstr)
  42. AC_HAVE_FUNCS(getcwd seteuid setreuid getdtablesize setgroups lchown setsid)
  43. AC_MOUNTLIST
  44. AC_FSUSAGE
  45. AC_OUTPUT(Makefile)
  46.