[INN-COMMITTERS] inn (configure.in configure)

Russ Allbery rra at stanford.edu
Mon Jan 8 04:46:48 UTC 2001


    Date: Sunday, January 7, 2001 @ 20:46:47
  Author: rra

Update of /dist1/cvs/isc/inn/inn
     from pub3.rc.vix.com:/tmp/cvs-serv12886

Modified: configure.in configure

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.




More information about the inn-committers mailing list