From 69930116e30137705d3b87d05cbfbc5712386fde Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Fri, 12 May 2000 19:34:20 +0000 Subject: [PATCH] clarified documentation on configure options; removed the mention of --with-mit-pthreads as this option no longer exists, and of --with-ptl2 as this option is for experimental use only --- README | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/README b/README index 829783ee80..fd905b42db 100644 --- a/README +++ b/README @@ -162,16 +162,14 @@ Building Any additional preprocessor symbols you want defined. Defaults to empty string. - - The configure script can be called with a --help switch to list - the many options it supports. Especially noteworthy is the - "--enable and --with options recognized" section at the end - of the help text. In particular, shared libraries will be built - if "--with-libtool" is added to the "configure" command, and you - might also wish to use the --with-mit-pthreads, --with-ptl2, or - --with-kame flags depending on how threads and IPv6 is supported - on your system. (These last three are primarily relevant to - NetBSD and FreeBSD.) + To build shared libraries, specify "--with-libtool" on the + configure command line. + + To compile with KAME IPv6, use"--with-kame[=PATH]". This should + only be necessary if KAME was installed separately, not if it + is integrated into your operating system. + + To see additional configure options, run "configure --help". "make install" will install "named" and the various BIND 9 libraries. By default, installation is into /usr/local, but this can be changed