K 10
svn:author
V 3
rra
K 8
svn:date
V 27
2001-01-08T04:46:45.000000Z
K 7
svn:log
V 1000
Changed --with-tmp-path to --with-tmp-dir to match all the other options
setting directories so that we can use the same infrastructure.  Also
changed --with-largefiles to --enable-largefiles to better conform with the
autoconf option standards.

Removed the DO_LFS symbol, which wasn't used anywhere.

Cleaned up the library checks for the networking libraries.  We no longer
check for -lresolv since it was only really needed by the FAST_RESOLV code
in innd which has been removed.  Use AC_SEARCH_LIBS where possible for
better configure messages.  Replaced the checks for a dbm library with
AC_SEARCH_LIBS as well.

Attempt large file support on Linux rather than claiming it's not supported
since current glibc with a current kernel can manage it.

Check to see if the configured temporary directory is world-writeable, and
if it is complain very loudly and verbosely (since this is a potential
security hole).  Also print out the contents of .now_do ourselves rather
than use the external file.

END
